PUT api/progression/lettings/{id}/settenantbill
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
TenantBillCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
CostType | EnumDataContract |
None. |
|
Included | boolean |
None. |
|
IsLandlord | boolean |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "CostType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Included": true, "IsLandlord": true, "Id": 3 }
Response Information
Resource Description
TenantBillDataContractName | Description | Type | Additional information |
---|---|---|---|
CostType | EnumDataContract |
None. |
|
Included | boolean |
None. |
|
LastReading | UtilityDataContract |
None. |
|
IsLandlord | boolean |
None. |
|
Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.