Update Appointment

Update an appointment for an integration.

Authentication

AuthorizationBearer

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

Path parameters

appointment_idstringOptional
The Propexo unique identifier for the event

Request

This endpoint expects an object.
integration_idstringRequired
statusenumOptional
The status associated with the event
outcome_timestringOptionalformat: "date-time"
The time the appointment outcome occurred. This time should be specified in UTC. Defaults to the current UTC timestamp if omitted.
unit_idslist of stringsOptional
Optional array of Propexo unit IDs shown during the tour.

Response

Successful response
job_idstring
The ID of the job created to handle this operation
dataobject

Errors

400
Bad Request Error