back

Get record fees

Scope: get_record_fees
App Type: Citizen
Authorization Type: No authorization required
Url: /v3p/records/{recordId}/fees
HTTP Method: GET

Response Information

application/json

{
    "result": [
        {
            "balanceDue": 1234.56,
            "paymentPeriod": {
                "text": "string",
                "value": "string"
            },
            "code": {
                "text": "string",
                "value": "string"
            },
            "id": 12345678,
            "unit": {
                "text": "string",
                "value": "string"
            },
            "subGroup": {
                "text": "string",
                "value": "string"
            },
            "recordId": {
                "serviceProviderCode": "string",
                "customId": "string",
                "id": "string",
                "trackingId": 12345678
            },
            "version": {
                "text": "string",
                "value": "string"
            },
            "status": "string",
            "description": {
                "text": "string",
                "value": "string"
            },
            "schedule": {
                "text": "string",
                "value": "string"
            },
            "allocation": 1234.56,
            "account3": "string",
            "account2": "string",
            "account1": "string",
            "invoiceNumber": "string",
            "userDefinedField1": "string",
            "userDefinedField3": "string",
            "userDefinedField2": "string",
            "userDefinedField4": "string",
            "assessDate": "2014-01-01",
            "amount": 1234.56,
            "notes": "string",
            "quantity": 1234.56
        }
    ]
}