PUT api/progression/lettings/{id}/settenantbill

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

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

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