Get Record's Fee Summary
Scope: | get_record_fee_summary |
App Type: | Agency |
Authorization Type: | Access token |
Url: | v3/records/{id}/feesummary?lang={lang} |
HTTP Method: | GET |
Response Information
application/json
{ "feeSummary": { "total": 1.0, "paid": 2.0, "due": 3.0, "lastPayment": 4.0, "lastPaymentDate": "sample string 5" } }