GET api/Rates/Balances/{property_no}/{notice_no}
Use to return Rates Instalment and Annual Balances for a property ID. A Notice number must also be supplied for verification (restricted datacom).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| property_no | integer |
Required |
|
| notice_no | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of balances
GET_RATES_Balances_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyAddress | string |
None. |
|
| InstalmentNarrative | string |
None. |
|
| InstalmentAmount | decimal number |
None. |
|
| AnnualNarrative | string |
None. |
|
| AnnualAmount | decimal number |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"propertyAddress": "sample string 1",
"instalmentNarrative": "sample string 2",
"instalmentAmount": 1.0,
"annualNarrative": "sample string 3",
"annualAmount": 1.0,
"error": "sample string 4"
}