Retrieves a summary of the financial position of the matter.
| Name | Description | Default |
|---|---|---|
id
|
File number or unique file ID. |
Content Type:
application/xml
or
application/json
Financial summary or an error message.
| XML JSON |
|---|
<Response>
<Result>
<Exposure>decimal</Exposure>
<Time>decimal</Time>
<FixedCharges>decimal</FixedCharges>
<Disbursements>decimal</Disbursements>
<Debtors>decimal</Debtors>
<Debtors14Days>decimal</Debtors14Days>
<BadDebts>decimal</BadDebts>
<Trust>decimal</Trust>
<TrustCleared>decimal</TrustCleared>
<TrustUncleared>decimal</TrustUncleared>
<TrustPending>decimal</TrustPending>
<TrustUndeposited>decimal</TrustUndeposited>
<Investments>decimal</Investments>
<TransitCheques>decimal</TransitCheques>
<CreditLimit>decimal</CreditLimit>
<CreditRemaining>decimal</CreditRemaining>
<EstimatedProducts>decimal</EstimatedProducts>
<EstimatedDisbursements>decimal</EstimatedDisbursements>
<FutureValue>decimal</FutureValue>
<TotalBilled>decimal</TotalBilled>
<TimeWrittenOff>decimal</TimeWrittenOff>
</Result>
<Message>string</Message> <!--Error message-->
</Response>
|
{
"Result": {
"Exposure": "decimal",
"Time": "decimal",
"FixedCharges": "decimal",
"Disbursements": "decimal",
"Debtors": "decimal",
"Debtors14Days": "decimal",
"BadDebts": "decimal",
"Trust": "decimal",
"TrustCleared": "decimal",
"TrustUncleared": "decimal",
"TrustPending": "decimal",
"TrustUndeposited": "decimal",
"Investments": "decimal",
"TransitCheques": "decimal",
"CreditLimit": "decimal",
"CreditRemaining": "decimal",
"EstimatedProducts": "decimal",
"EstimatedDisbursements": "decimal",
"FutureValue": "decimal",
"TotalBilled": "decimal",
"TimeWrittenOff": "decimal"
},
"Message": "string" // Error message
}
|
| Code | Condition |
|---|---|
| 200 OK | The operation completed successfully. |
| 400 Bad Request | Invalid file ID. |
| 401 Unauthorized | Access token is invalid, expired or not specified. |
| 403 Forbidden | The user does not have permission to view the matter. |
| 404 Not Found | File not found. |
| 406 Not Acceptable | Content type specified in the Accept header isn't supported. |
| 500 Internal Server Error | An internal error occurred. |