Request
Body Params application/jsonRequired
{
"id": 0,
"price_cents": 0,
"custom_label": "string",
"tax_rate": "string",
"taxable": true,
"includes": [
"string"
],
"service_kind": "cleaning"
}
Request Code Samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//booking_services/' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"price_cents": 0,
"custom_label": "string",
"tax_rate": "string",
"taxable": true,
"includes": [
"string"
],
"service_kind": "cleaning"
}'
Responses
This response does not have a body.
Modified at 2026-04-15 14:20:24