Request
Body Params application/json
{
"item_id": 0,
"id": 0,
"quantity": 0,
"tax_rate": "string",
"deposit_cents": 0,
"picked_up_quantity": 0,
"pricing_tier": {
"duration_value": 0,
"price_cents": 0,
"label": "string",
"duration_unit": "weeks",
"type": "dynamic"
}
}
Request samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//booking_products/' \
--header 'Content-Type: application/json' \
--data-raw '{
"item_id": 0,
"id": 0,
"quantity": 0,
"tax_rate": "string",
"deposit_cents": 0,
"picked_up_quantity": 0,
"pricing_tier": {
"duration_value": 0,
"price_cents": 0,
"label": "string",
"duration_unit": "weeks",
"type": "dynamic"
}
}'
Responses
Update product bundle will keep updated booking bundle items
This response does not have a body.
Modified at 2025-07-07 17:53:32