Update a service request for Rent Manager

Update a service request for Rent Manager | Method | |---| | POST /ServiceManagerIssues |

Authentication

AuthorizationBearer

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

Path parameters

service_request_idstringRequired
The Propexo unique identifier for the service request

Request

This endpoint expects an object.
service_descriptionstringRequired
A description of the service request
service_detailsstringRequired
Details about the service request
access_is_authorizedbooleanOptional
Whether or not the tenant has granted permission to enter the unit associated with the service request
date_completedstringOptionalformat: "date-time"
The date the service request was completed
date_duestringOptionalformat: "date-time"
The due date associated with the service request
date_scheduledstringOptionalformat: "date-time"
The date the service request is scheduled
service_request_category_idstringOptional
The Propexo unique identifier for the service request category
service_request_priority_idstringOptional
The Propexo unique identifier for the service request priority
service_request_status_idstringOptional
The Propexo unique identifier for the service request status
vendor_idstringOptional

The Propexo unique identifier for the vendor. Must be associated with the property_id passed in

employee_idstringOptional
The Propexo unique identifier for the employee

Response

Successful response
metaobject
resultobject

Errors