How to: Change the State of a Property

For information about prerequisites, see Integrate with Facilities.

To change the state of a Property, call the Transition Property State endpoint and pass the following parameters in the request body:

MemberDescription
toStateOne of the valid state codes: onboarding, active, deboarding, or inactive.
reasonCode (optional)A valid reason code associated with the event.
data (optional)Any additional information about the transition.

Request bodies are specified in JSON format. The following example request body shows how to change the state of the Property:

{
  "toState": "active:available",
  "reasonCode": "R-104",
  "data": {}
}