put https://{api_url}/api/v5/admin//bookings/
Updates an existing Booking
Log in to see full request history
Response
Updates an existing Booking
xxxxxxxxxx
13curl --request PUT \
--url https://example.jrni.com/api/v5/admin/company_id/bookings/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"email": true,
"email_owner": true,
"client": {
"client_type": 2
}
}
'
Try It!
to start a request and see the response here! Or choose an example: