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
- application/json
Body
required
location_consent_form_ids Location Consent Form Ids (integer)required
signer_signature Signer Signature (string)required
Responses​
- 200
- 422
Successful Response
- application/json
- Schema
Schema
string
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...