Update Appointment: EliseAI

Marks an appointment outcome in EliseAI (e.g. no-show or completed tour).

Authentication

AuthorizationBearer

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

Path parameters

appointment_idstringRequired
The Propexo unique identifier for the event

Request

This endpoint expects an object.
statusenumRequired
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
metaobject
resultobject

Errors

400
Bad Request Error