v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Undo the status of a checked-in appointment

This API helps you to undo the status of a checked-in appointment. By doing so, you can provide your guests the option to undo the status of their self checked-in appointments from your CMA and custom Webstore. You must specify appropriate data for the appointment_group_id parameter.

put/v1/appointments/{appointment_group_id}/undo_check_in

Path parameters

appointment_group_idstring required

Mandatory Unique 32-character identifier of the required appointment group.

Response

200

successboolean
{"stackTrail":"paths:/v1/appointments/{appointment_group_id}/undo_check_in:put:responses:200:content:application/json:schema:properties:ërror","oasType":"schema","type":"unknown"}

Example response

{
  "success": true
}