DELETE api/progression/lettings/{id}/removetenantbill?tenantBillId={tenantBillId}

Remove 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

tenantBillId

The unique identifier of the tenant bill resource.

integer

Required

Body Parameters

None.

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.