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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Dezrez.Core.DataContracts.External.Api.Lettings.Command.TenantBillCommandDataContract
NameDescriptionTypeAdditional information
CostType

Dezrez.Core.DataContracts.External.Api.System.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

Dezrez.Core.DataContracts.External.Api.Role.Query.Get.Group.TenantBillDataContract
NameDescriptionTypeAdditional information
CostType

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

Included

boolean

None.

LastReading

Dezrez.Core.DataContracts.External.Api.Role.Query.Get.Marketing.UtilityDataContract

None.

IsLandlord

boolean

None.

Id

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.