put
https://api.zenoti.com/classes//registrations//sign_in
Use this API to check-in registered guests to the classes.
You must specify class_id and registration_id to check-in the guest to the class.
error Object
| Message | Code | Description |
|---|---|---|
| The registration is canceled | 1004 | If you are checking in a guest who has canceled the registration to the class. |
| User is waitlisted in the class and cannot sign in | 1004 | If you are checking in a guest who is currently on the Waitlist. |
| The registration is invalid | 1004 | If you are checking in a guest with invalid registration. |
| Class is invalid | 1001 | If you are checking in the guest for an invalid class. |
| Passed class is not associated with passed session guid | 1004 | If the registration id of the guest does not match with the corresponding class. |
| The user is enrolled, can't sign in | 1004 | If you are checking in a guest who has just enrolled. |
| The user status is closed | 1004 | If you are checking in a guest whose status is closed. |
