post https://api.zenoti.com/v1/guests/online_guests
This API creates new online guests from custom webstores to support “Checkout as guest” flows. This is a dummy guest and is not retrievable on Zenoti POS.
| Json Property | Data Type | Description |
|---|
| email | string | The email address of the online guest. |
| center_id | Guid | The unique identifier of the center where the guest is created. |
| first_name | string | The first name of the online guest. |
| last_name | string | The last name of the online guest. |
| Json Property | Data Type | Description |
|---|
| online_guest_id | Guid | The unique identifier generated for the online guest. |
| guest_id | Guid | The unique identifier of the guest record in the system. |
| error | APIV2ErrorModel | Contains error details if the request fails. |
| Field | Type | Description |
|---|
| code | string | Application error code. |
| message | string | Human-readable error message. |