Add guest consent for ZenScribe

This API adds the guest consent for owner ID.


Request Model (AddGuestConsent)

Json propertyData typeDescription
owner_idGuidThe unique identifier for the owner.
owner_typeZenScribeOwnerTypeThe type of the owner (AppointmentGroupId, Guest, etc.).
signaturestringThe signature of the guest.
guest_idGuidThe unique identifier for the guest.

Response Model (AddGuestConsent)

Json propertyData typeDescription
errorAPICommonErrorModelError information, if any occurred during the operation.

owner_type enum (ZenScribeOwnerType)

NameValueDescription
None0No owner type specified.
Appointment1Owner is an appointment (e.g., AppointmentGroupId).
Guest2Owner is a guest.
Service3Owner is a service.
Language
Credentials
Header
Click Try It! to start a request and see the response here!