PUT api/progression/lettings/{id}/settenantbill
Set Tenant Bill. Processes this lettings progression API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the requested resource. |
integer |
Required |
Body Parameters
The tenant bill command data contract supplied with the request.
TenantBillCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| CostType |
The cost type value. |
EnumDataContract |
None. |
| Included |
Indicates whether included is true. |
boolean |
None. |
| IsLandlord |
Indicates whether this item is landlord. |
boolean |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json, text/json
{
"CostType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Included": true,
"IsLandlord": true,
"Id": 3
}
Response Information
Resource Description
The response returned after the operation completes.
TenantBillDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| CostType |
The cost type value. |
EnumDataContract |
None. |
| Included |
Indicates whether included is true. |
boolean |
None. |
| LastReading |
The last reading value. |
UtilityDataContract |
None. |
| IsLandlord |
Indicates whether this item is landlord. |
boolean |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.