- 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
Creates a booking document
POST
/api/saas/me/bookings/{booking_internal_id}/documents
SaaS - Booking Documents
Request
Path Params
booking_internal_id
number
required
Header Params
Authorization
string
optional
Auth0-IdToken
string
optional
Accept-Language
string
optional
Body Params application/json
data
object
required
type
enum<string>
required
Allowed value:
booking_document
attributes
object
required
Example
{
"data": {
"type": "booking_document",
"attributes": {
"filename_base": "string",
"visible_to_renter": true,
"file_id": "string",
"content": "string",
"signed_at": "2019-08-24",
"category": "others",
"options": {
"folder_name": "string",
"html_header": "string",
"html_footer": "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/saas/me/bookings//documents' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢201Created
This response does not have a body.
🟠422Parameter Error
Modified at 2025-03-25 00:24:27