put https://api.zenoti.com/v1/appointments//undo_check_in
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.
Response Details
| Name | Type | Description |
|---|---|---|
| success | boolean | Indicates whether the status of the specified checked-in appointment was successfully modified. |
| error | object | Object that contains error message and error code details. For more information, refer to the error Object table. |
error Object
| code | message |
|---|---|
| 410 | Appointment could not be found. |
| 428 | Invoice does not exist. |
| 4051 | User cannot access. |
| 502 | Invoice center is not a valid center. Organization ID does not match with invoice's organization ID. |
| 735 | Undo check-in cannot be added for closed invoice. |
| 736 | You cannot undo check-in guests for appointments scheduled for a future date. |
