Updates a booking document
Request
Body Params application/json
{
"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
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//documents/' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
}'
Responses
Update document signed attribute and send mail to owner
This response does not have a body.
Modified at 2025-07-07 17:53:32