post
https://api.zenoti.com/v1/zenscribe/consents
This API adds the guest consent for owner ID.
Request Model (AddGuestConsent)
| Json property | Data type | Description |
|---|---|---|
| owner_id | Guid | The unique identifier for the owner. |
| owner_type | ZenScribeOwnerType | The type of the owner (AppointmentGroupId, Guest, etc.). |
| signature | string | The signature of the guest. |
| guest_id | Guid | The unique identifier for the guest. |
Response Model (AddGuestConsent)
| Json property | Data type | Description |
|---|---|---|
| error | APICommonErrorModel | Error information, if any occurred during the operation. |
owner_type enum (ZenScribeOwnerType)
| Name | Value | Description |
|---|---|---|
| None | 0 | No owner type specified. |
| Appointment | 1 | Owner is an appointment (e.g., AppointmentGroupId). |
| Guest | 2 | Owner is a guest. |
| Service | 3 | Owner is a service. |
