Add guest consent for ZenScribe

This API adds the guest consent for owner ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Body Params
int32

Unique identifier for the owner (Appointment, Guest, Service, etc.).

string
enum

Type of owner.

Allowed:
string

Guest’s signature in Base64 or Data URL format.

int32

Unique identifier of the guest giving consent.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain