{
"customer_id": 0,
"notes": "string",
"start_at": "2019-08-24",
"end_at": "2019-08-24",
"booking_services_attributes": [
{
"price_cents": 0,
"taxable": true,
"tax_rate": "string",
"_destroy": true,
"service_kind": "cleaning"
}
],
"booking_items_attributes": [
{
"item_id": 0,
"quantity": 0,
"taxable": true,
"tax_rate": "string",
"deposit_cents": 0,
"kept_deposit_cents": 0,
"picked_up_quantity": 0,
"returned_quantity": 0,
"_destroy": true,
"pricing_tier": {
"duration_value": 0,
"price_cents": 0,
"label": "string",
"duration_unit": "weeks",
"type": "dynamic"
}
}
]
}
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/saas/me/bookings' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": 0,
"notes": "string",
"start_at": "2019-08-24",
"end_at": "2019-08-24",
"booking_services_attributes": [
{
"price_cents": 0,
"taxable": true,
"tax_rate": "string",
"_destroy": true,
"service_kind": "cleaning"
}
],
"booking_items_attributes": [
{
"item_id": 0,
"quantity": 0,
"taxable": true,
"tax_rate": "string",
"deposit_cents": 0,
"kept_deposit_cents": 0,
"picked_up_quantity": 0,
"returned_quantity": 0,
"_destroy": true,
"pricing_tier": {
"duration_value": 0,
"price_cents": 0,
"label": "string",
"duration_unit": "weeks",
"type": "dynamic"
}
}
]
}'