GET api/account/nrlRetained/overview
Get an overview of customer nrl accounts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
NrlRetainedOverviewDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalAmount | decimal number |
None. |
|
| TotalLandlords | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalAmount": 1.0,
"TotalLandlords": 2
}