Skip to main content

Store consent form signatures

POST 

/v1/partner/bookings/:booking_id/consent-form-signatures

Stores consent form signatures for a given booking. The response contains a response indicating whether the signatures were stored successfully. Requires the write:bookings scope for access.

Token scope:

{'scope': 'write:bookings'}

Request​

Path Parameters

    booking_id Booking Idrequired

Body

required

    location_consent_form_ids Location Consent Form Ids (integer)required
    signer_signature Signer Signature (string)required

Responses​

Successful Response

Schema

    string

Loading...