{
"force_suggested_booking_cost": true,
"force_quantity_available": true,
"customer_id": 0,
"start_at": "string",
"end_at": "string",
"notes": "string",
"discount_amount": 0,
"includes": [
"string"
],
"force_booking_items_ids": [
0
],
"discount_type": "discount_value",
"booking_services_attributes": [
{
"id": 0,
"custom_label": "string",
"price_cents": 0,
"tax_rate": "string",
"taxable": true,
"service_kind": "cleaning"
}
],
"booking_items_attributes": [
{
"id": 0,
"item_id": 0,
"quantity": 0,
"deposit_cents": 0,
"picked_up_quantity": 0,
"returned_quantity": 0,
"kept_deposit_cents": 0,
"tax_rate": "string",
"taxable": true,
"pricing_tier": {
"duration_value": 0,
"duration_unit": "string",
"price_cents": 0,
"label": "string",
"type": "string"
}
}
]
}