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

NameDescriptionTypeAdditional information
id

The unique identifier of the requested resource.

integer

Required

Body Parameters

The tenant bill command data contract supplied with the request.

TenantBillCommandDataContract
NameDescriptionTypeAdditional 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:

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

The response returned after the operation completes.

TenantBillDataContract
NameDescriptionTypeAdditional 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:

Sample not available.

text/json

Sample:

Sample not available.