Create a service request for Buildium

Create a service request for Buildium | Interface | Method | |---|---| | Work Orders | POST /workorders |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
employee_idstringRequired
The Propexo unique identifier for the employee
integration_idstringRequired
The Propexo unique identifier for the integration
vendor_idstringRequired
The Propexo unique identifier for the vendor
property_idstringRequired
The Propexo unique identifier for the property
service_descriptionstringRequired<=127 characters
A description of the service request
service_priorityenumRequired
The priority level associated with the service request
Allowed values:
service_statusenumRequired
The status associated with the service request
Allowed values:
resident_idstringOptional
The Propexo unique identifier for the resident
unit_idstringOptional
The Propexo unique identifier for the unit
access_is_authorizedbooleanOptional
Whether or not the tenant has granted permission to enter the unit associated with the service request
service_detailsstringOptional<=65535 characters
Details about the service request
access_notesstringOptional<=65535 characters
Notes regarding access to the unit associated with the service request
date_duestringOptionalformat: "date-time"
The due date associated with the service request
invoice_numberstringOptional
The invoice or reference number that the vendor assigned to the service request
notesstringOptional<=65535 characters
Notes associated with the service request

Response

Successful response
metaobject
resultobject

Errors