post https://{tenant}.rubixx.app/api/v2/properties//void/department
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