post https://{api_url}/api/v5/admin//bookings
Creates a new booking
Log in to see full request history
Response
Creates a new booking
xxxxxxxxxx
12curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/bookings \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"client": {
"client_type": 2
},
"notifications": true
}
'
Try It!
to start a request and see the response here! Or choose an example: