{
"default_booking_start_at": "string",
"default_booking_end_at": "string",
"documents_quote_include_links": true,
"documents_quote_include_signatures": true,
"documents_quote_include_terms_and_conditions": true,
"documents_quote_validity_period": 0,
"documents_quote_validity_period_active": true,
"documents_contract_include_id_on_title": true,
"documents_contract_include_generated_date": true,
"contract_title": "string",
"contract_body": "string",
"documents_contract_include_customer_details": true,
"documents_contract_include_rental_details": true,
"documents_contract_include_signatures": true,
"documents_contract_include_links": true,
"documents_proforma_due_date_in_days": 0,
"documents_proforma_include_due_date": true,
"documents_proforma_include_links": true,
"documents_proforma_include_payment_details": true,
"documents_proforma_include_terms_and_conditions": true,
"documents_proforma_payment_details": "string"
}
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bookings_settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"default_booking_start_at": "string",
"default_booking_end_at": "string",
"documents_quote_include_links": true,
"documents_quote_include_signatures": true,
"documents_quote_include_terms_and_conditions": true,
"documents_quote_validity_period": 0,
"documents_quote_validity_period_active": true,
"documents_contract_include_id_on_title": true,
"documents_contract_include_generated_date": true,
"contract_title": "string",
"contract_body": "string",
"documents_contract_include_customer_details": true,
"documents_contract_include_rental_details": true,
"documents_contract_include_signatures": true,
"documents_contract_include_links": true,
"documents_proforma_due_date_in_days": 0,
"documents_proforma_include_due_date": true,
"documents_proforma_include_links": true,
"documents_proforma_include_payment_details": true,
"documents_proforma_include_terms_and_conditions": true,
"documents_proforma_payment_details": "string"
}'