- Activities
- Timestamps
- Flecto AI
- Services
- Integrations - Email Validate
- Integrations - Google Calendar
- Me
- Me - Addresses
- Me - Identities
- Me - Subscription
- Me - Tax Profiles
- Me - Verification
- User - Bookings Settings
- Business Categories
- SaaS - Bookings
- SaaS - Booking Availability
- SaaS - Booking Customers
- SaaS - Booking Documents
- SaaS - Booking Items
- SaaS - Booking Payments
- SaaS - Booking Status
- SaaS - Bundles
- SaaS - Bundles Items
- SaaS - Chargebee
- SaaS - Customers
- SaaS - Customer Addresses
- SaaS - Inquiry Customers
- SaaS - Inquiry Status
- SaaS - Items
- SaaS - Item Photos
- SaaS - Links
- SaaS - Inquiries
- SaaS - Insurances
- SaaS - Products
- Store - Inquiries
- Links - Booking Documents
- Links - Bookings
- SaaS - Store
- Store
- Me - Item Categories
- Store - Item Categories
- Store - Products
- Me - Onboarding
- SaaS - Booking Services
- SaaS - Product Status
create a booking service
POST
/api/saas/me/bookings/{booking_internal_id}/booking_services
SaaS - Booking Services
Request
Path Params
booking_internal_id
numberÂ
required
Header Params
Authorization
stringÂ
optional
Auth0-IdToken
stringÂ
optional
Accept-Language
stringÂ
optional
Body Params application/json
id
numberÂ
optional
price_cents
numberÂ
optional
custom_label
stringÂ
optional
tax_rate
stringÂ
optional
taxable
booleanÂ
optional
service_kind
enum<string>Â
optional
Allowed values:
cleaningtransportoperatorinsuranceotherslogistic
Example
{
"id": 0,
"price_cents": 0,
"custom_label": "string",
"tax_rate": "string",
"taxable": true,
"service_kind": "cleaning"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//booking_services' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"price_cents": 0,
"custom_label": "string",
"tax_rate": "string",
"taxable": true,
"service_kind": "cleaning"
}'
Responses
🟢201Created
This response does not have a body.
Modified at 2025-05-28 14:14:38