put https://api.zenoti.com/v1/appointments//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.
Request Body Details
Name | Type | Description |
---|---|---|
comments | string | Add any comments about the No-Show appointment. |
Reponse Details
Name | Type | Description |
---|---|---|
success | boolean | If true , it indicates that the appointment was successfully marked as No-Show. |
is_charge_applied | boolean | If true , it indicates that the guest was charged a No-Show fee for failing to appear for the scheduled appointment. |
Error Message Details
Error Message | Error Code | Description |
---|---|---|
Bad Request | 400 | If payments and/or redemptions for the appointment have already been completed. |
Bad Request | 400 | If the invoice for the appointment has already been closed. |
200 OK with response object | 200 OK with response object | If the appointment has already been marked as No-Show. |