Core resources
Administration
Booking flow
Taxes applying per service
id
uuid
Unique identifier
created_at
timestamp with time zone
Creation timestamp
{"id": "00000000-0000-0000-0000-000000000000","service_id": "00000000-0000-0000-0000-000000000000","tax_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T13:45:04.369Z"}
id
Filter<>
Unique identifier
service_id
Filter<>
Identifier of the related service
tax_id
Filter<>
Identifier of the related tax
created_at
Filter<>
Creation timestamp
200
A list of service taxes with the selected columns
206
Partial Content
GET
/service_taxes
curl -X GET "https://api.bookingmood.com/v1/service_taxes?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"
Partial<ServiceTax>
| Array<Partial<ServiceTax>>
201
The newly created service taxes with the selected columns
POST
/service_taxes
curl -X POST "https://api.bookingmood.com/v1/service_taxes" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '[]'
id
Filter<>
Unique identifier
service_id
Filter<>
Identifier of the related service
tax_id
Filter<>
Identifier of the related tax
created_at
Filter<>
Creation timestamp
204
The deleted service taxes with the selected columns
DELETE
/service_taxes
curl -X DELETE "https://api.bookingmood.com/v1/service_taxes" \ -H "Authorization: Bearer YOUR_API_KEY"
id
Filter<>
Unique identifier
service_id
Filter<>
Identifier of the related service
tax_id
Filter<>
Identifier of the related tax
created_at
Filter<>
Creation timestamp
Partial<ServiceTax>
204
The updated service taxes with the selected columns
PATCH
/service_taxes
curl -X PATCH "https://api.bookingmood.com/v1/service_taxes" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{}'