Update Appointment Progress: Start, Open, or Complete

This API marks the progress of an appointment as start, open, or complete.

put/v1/appointments/{appointment_id}/progress

Request body

RAW_BODYstring

Response

200

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "error": {
    "code": "AA174",
    "message": "Appointment cannot be set to open state before start or after complete"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.