Batch update booking products
Request
Body Params application/json
{
"force_quantity_available": true,
"force_suggested_booking_cost": true,
"includes": [
"string"
],
"_json": [
{
"id": 0,
"quantity": 0,
"deposit_cents": 0,
"picked_up_quantity": 0,
"returned_quantity": 0,
"kept_deposit_cents": 0,
"tax_rate": "string",
"taxable": true,
"force_quantity_available": true,
"force_suggested_booking_cost": true,
"pricing_tier": {
"duration_value": 0,
"duration_unit": "string",
"price_cents": 0,
"label": "string",
"type": "string"
}
}
]
}
Request Code Samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//booking_products?force_suggested_booking_cost' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"force_quantity_available": true,
"force_suggested_booking_cost": true,
"includes": [
"string"
],
"_json": [
{
"id": 0,
"quantity": 0,
"deposit_cents": 0,
"picked_up_quantity": 0,
"returned_quantity": 0,
"kept_deposit_cents": 0,
"tax_rate": "string",
"taxable": true,
"force_quantity_available": true,
"force_suggested_booking_cost": true,
"pricing_tier": {
"duration_value": 0,
"duration_unit": "string",
"price_cents": 0,
"label": "string",
"type": "string"
}
}
]
}'
Responses
Update multiple booking products
This response does not have a body.
Modified at 2026-04-15 14:20:24