post https://{api_url}/api/v5/admin//services
Creates a new bookable service.
Log in to see full request history
Response
Creates a new bookable service.
xxxxxxxxxx
23curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/services \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"duration": 60,
"spaces": 1,
"max_advance_applies": "all_customers",
"max_advance": "P60D",
"min_advance_applies": "all_customers",
"min_advance": "P0D",
"min_cancel_applies": "all_customers",
"min_cancel": "P1D",
"min_length": 1,
"max_length": 1,
"pre_time": 0,
"post_time": 0,
"booking_type": 3,
"mbooking_type": 5,
"visibility_type": "public"
}
Try It!
to start a request and see the response here! Or choose an example: