| 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. |
| Json property | Data type | Description |
|---|
| error | APICommonErrorModel | Error information, if any occurred during the operation. |
| 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. |