Request
Body Params application/json
{
"force_quantity_available": true,
"force_suggested_booking_cost": true,
"id": 0,
"quantity": 0,
"deposit_cents": 0,
"picked_up_quantity": 0,
"returned_quantity": 0,
"kept_deposit_cents": 0,
"tax_rate": "string",
"taxable": true,
"includes": [
"string"
],
"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=undefined' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"force_quantity_available": true,
"force_suggested_booking_cost": true,
"id": 0,
"quantity": 0,
"deposit_cents": 0,
"picked_up_quantity": 0,
"returned_quantity": 0,
"kept_deposit_cents": 0,
"tax_rate": "string",
"taxable": true,
"includes": [
"string"
],
"pricing_tier": {
"duration_value": 0,
"duration_unit": "string",
"price_cents": 0,
"label": "string",
"type": "string"
}
}'
Responses
Update product bundle will keep updated booking bundle items
This response does not have a body.
Modified at 2026-04-15 14:20:24