- Activities
- Timestamps
- Flecto AI
- Services
- Integrations - Email Validate
- Integrations - Google Calendar
- Me
- Me - Addresses
- Me - Identities
- Me - Subscription
- Me - Tax Profiles
- Me - Verification
- User - Bookings Settings
- Business Categories
- Item Categories
- SaaS - Bookings
- SaaS - Booking Availability
- SaaS - Booking Customers
- SaaS - Booking Documents
- SaaS - Booking Items
- SaaS - Booking Payments
- SaaS - Booking Status
- SaaS - Bundles
- SaaS - Bundles Items
- SaaS - Chargebee
- SaaS - Customers
- SaaS - Customer Addresses
- SaaS - Inquiry Customers
- SaaS - Inquiry Status
- SaaS - Items
- SaaS - Item Photos
- SaaS - Item Status
- SaaS - Links
- SaaS - Inquiries
- SaaS - Insurances
- SaaS - Products
- Store - Items
- Store - Inquiries
- Links - Booking Documents
- Links - Bookings
- SaaS - Store
- Store
Update booking document
POST
/api/webhooks/docuseal/document_upload
SaaS - Bookings
Request
Header Params
X-Api-Key
string
required
Body Params application/json
event_type
string
required
timestamp
string <date-time>
required
data
object
required
id
integer
optional
submission_id
integer
optional
email
string
optional
phone
string | null
optional
name
string | null
optional
ua
string
optional
ip
string
optional
sent_at
string | null
optional
opened_at
string <date-time>
optional
completed_at
string <date-time>
optional
declined_at
string | null
optional
created_at
string <date-time>
optional
updated_at
string <date-time>
optional
external_id
string | null
optional
metadata
object
optional
status
string
optional
application_key
string | null
optional
decline_reason
string | null
optional
role
string
optional
audit_log_url
string
optional
submission_url
string
optional
preferences
object
optional
values
array [object {2}]
optional
documents
array [object {2}]
optional
template
object
optional
submission
object
optional
Example
{
"event_type": "string",
"timestamp": "2019-08-24T14:15:22Z",
"data": {
"id": 0,
"submission_id": 0,
"email": "string",
"phone": "string",
"name": "string",
"ua": "string",
"ip": "string",
"sent_at": "string",
"opened_at": "2019-08-24T14:15:22Z",
"completed_at": "2019-08-24T14:15:22Z",
"declined_at": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"external_id": "string",
"metadata": {},
"status": "string",
"application_key": "string",
"decline_reason": "string",
"role": "string",
"audit_log_url": "string",
"submission_url": "string",
"preferences": {
"send_email": true,
"send_sms": true
},
"values": [
{
"field": "string",
"value": "string"
}
],
"documents": [
{
"name": "string",
"url": "string"
}
],
"template": {
"id": 0,
"name": "string",
"external_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"folder_name": "string"
},
"submission": {
"id": 0,
"audit_log_url": "string",
"combined_document_url": "string",
"created_at": "2019-08-24T14:15:22Z",
"status": "string",
"url": "string"
}
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/webhooks/docuseal/document_upload' \
--header 'X-Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢204No Content
This response does not have a body.
🟠401Unauthorized
Modified at 2025-03-25 00:24:27