v1
latestOpenAPI 3.1.02026-07-2422707.0 MBMark an appointment as No-Show
This API helps you to mark an appointment as No-Show, if guests do not show up for their scheduled appointment.
You must provide appropriate data for the appointment_group_id parameter.
put/v1/appointments/{appointment_group_id}/no_show
Path parameters
appointment_group_idstring required
Unique 32-character ID of the specific appointment. This is a mandatory parameter.
Response
200
Example response
{
"success": true,
"is_charge_applied": true
}