GET api/account/nrlRetained/overview
Get an overview of customer nrl accounts Processes this account API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
NrlRetainedOverviewDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalAmount |
The total amount value. |
decimal number |
None. |
| TotalLandlords |
The total landlords value. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalAmount": 1.0,
"TotalLandlords": 2
}