Update service request

PUT
/v1/service-requests/:service_request_id

Update a service request for an integration.

Path parameters

service_request_idstringRequired

The Propexo unique identifier for the service request

Request

This endpoint expects an object.
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_location_idstringOptional

The Propexo unique identifier for the service request location

service_request_problem_idstringOptional

The Propexo unique identifier for the service request problem

service_descriptionstringOptional

A description of the service request

phone_1stringOptional

Primary phone number associated with the service request

phone_2stringOptional

Secondary phone number associated with the service request

email_1stringOptional

The primary email address associated with the service request

scheduled_start_datedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The scheduled start date associated with the request.

due_datedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The due date associated with the service request

unit_idstringOptional

The Propexo unique identifier for the unit

vendor_idstringOptional

The Propexo unique identifier for the vendor

lease_idstringOptional

The Propexo unique identifier for the lease

access_is_authorizedbooleanOptionalDefaults to false

Whether or not the tenant has granted permission to enter the unit associated with the service request

service_categoryenumOptional
Allowed values: ElectricalHVACOtherPlumbingService

The category of service request

date_completeddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date the service request was completed

date_createddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date the service request was created

service_detailsstringOptional

Details about the service request

date_duedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The due date associated with the service request

date_scheduleddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date the service request is scheduled

status_rawenumOptional

The raw status associated with the service request

completion_notesstringOptional

Closing notes associated with the service request

service_request_status_idstringOptional

The Propexo unique identifier for the service request status

employee_idstringOptional

The Propexo unique identifier for the employee

reported_bystringOptional

The name of the person who reported this service request

resident_idstringOptional

The Propexo unique identifier for the resident

service_priorityenumOptional
Allowed values: HighLowMed24 hoursEmergency

The priority level associated with the service request

Response

Successful response

job_idstring

The ID of the job created to handle this operation

dataobject

Errors

Built with