Create Service Request: ResMan

Create Service Request: ResMan | Interface | Method | |---|---| | Work Orders | /WorkOrders/PostWorkOrders |

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
property_idstringRequired
The Propexo unique identifier for the property
service_request_category_idstringRequired
The Propexo unique identifier for the service request category
date_createdstringRequiredformat: "date-time"
The date the service request was created
service_descriptionstringRequired
A description of the service request
reported_bystringRequired
The name of the person who reported this service request
status_rawenumRequired
The status associated with the service request
unit_idstringOptional
The Propexo unique identifier for the unit
employee_idstringOptional
The Propexo unique identifier for the employee. Please note that due to a lack of proper unique IDs in Resman, multiple duplicate employees may exist for the same actual employee. You may use any one of those duplicate record IDs for this API call.
date_duestringOptionalformat: "date-time"
The due date associated with the service request
date_completedstringOptionalformat: "date-time"
The date the service request was completed

Response

Successful response
metaobject
resultobject

Errors