v1
latestOpenAPI 3.1.02026-07-2422707.0 MBUpdate 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
Response
200
Example response
{
"error": {
"code": "AA174",
"message": "Appointment cannot be set to open state before start or after complete"
}
}