{"content":"<html><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html>","filename_base":"booking_document_123","visible_to_renter":true,"options":{"folder_name":"invoices","html_header":"<header>Header Content</header>","html_footer":"<footer>Footer Content</footer>"}}
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/quote/generate_pdf' \
--header'Content-Type: application/json' \
--data-raw'{
"content": "<html><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html>",
"filename_base": "booking_document_123",
"visible_to_renter": true,
"options": {
"folder_name": "invoices",
"html_header": "<header>Header Content</header>",
"html_footer": "<footer>Footer Content</footer>"
}
}'
Responses
🟢201Created
Create a generated booking and store booking snapshot for quote