API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Changes the department of the specified void

Sample Request:

POST /api/v2/properties/ABC123/void/department

This endpoint requires all data to be a JSON in the body of the request
and Content-type header to be set to "application/json".

body JSON:
{
   "Department": "Repairs Department",
   "ChangeDate": "01/03/2023"
}

Required Permission(s): Void.Transfer, Property.View

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!