put https://api.zenoti.com/v1/appointments//check_in
This API helps you to mark the status of an appointment as checked-in. By doing so, you can provide your guests the option to self check-in for their scheduled 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 appointment was successfully marked as checked-in. |
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. |
734 | Check-in cannot be added for closed invoice. |
502 | Invoice center is not a valid center. Organization ID does not match with invoice's organization ID. |
727 | You cannot check-in guests for appointments scheduled for a future date. |