POST 17.0/app/tenancy/cancelpretenancy

Description

Cancels the pre-tenancy process for the specified tenancy.

URI Parameters

None.

The request containing the tenancy ID and cancellation details.

Name Description Type Additional information
TenancyId

integer

None.

HoldingDepositRefundAction

byte

None.

RemarketProperty

boolean

None.

RemarketPropertyDate

date

None.

Notes

string

None.

application/json, text/json

Sample:
{
  "tenancyId": 1,
  "holdingDepositRefundAction": 64,
  "remarketProperty": true,
  "remarketPropertyDate": "2025-10-28T18:04",
  "notes": "sample string 5"
}

application/xml, text/xml

Sample:
<CancelPreTenancyRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TenancyId>1</TenancyId>
  <HoldingDepositRefundAction>64</HoldingDepositRefundAction>
  <RemarketProperty>true</RemarketProperty>
  <RemarketPropertyDate>2025-10-28T18:04:26.6904095+00:00</RemarketPropertyDate>
  <Notes>sample string 5</Notes>
</CancelPreTenancyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

An IHttpActionResult indicating success (HTTP 200) or a bad request (HTTP 400) on validation failure.

None.

application/json, text/json

Sample:

Sample not available.