POST 17.0/app/properties/disinstruction/create

Description

Creates a property disinstruction record and performs related updates

URI Parameters

None.

The request object containing disinstruction details

Name Description Type Additional information
PropertyId

integer

None.

DisinstructionTypeId

integer

None.

CreateFollowUpTask

boolean

None.

TaskDueDate

date

None.

TaskAssignedTo

integer

None.

Notes

string

None.

ReturnKeysHeld

boolean

None.

application/json, text/json

Sample:
{
  "propertyId": 1,
  "disinstructionTypeId": 2,
  "createFollowUpTask": true,
  "taskDueDate": "2025-10-28T18:04",
  "taskAssignedTo": 5,
  "notes": "sample string 6",
  "returnKeysHeld": true
}

application/xml, text/xml

Sample:
<PropertyDisinstructionRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyId>1</PropertyId>
  <DisinstructionTypeId>2</DisinstructionTypeId>
  <CreateFollowUpTask>true</CreateFollowUpTask>
  <TaskDueDate>2025-10-28T18:04:27.3310343+00:00</TaskDueDate>
  <TaskAssignedTo>5</TaskAssignedTo>
  <Notes>sample string 6</Notes>
  <ReturnKeysHeld>true</ReturnKeysHeld>
</PropertyDisinstructionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

An indicating the outcome of the operation

None.

application/json, text/json

Sample:

Sample not available.