post https://{api_url}/api/v5/admin//bookings//notes
Add a note to an existing booking
Log in to see full request history
Responses
403Forbidden
404Not Found
Add a note to an existing booking
403Forbidden
404Not Found
xxxxxxxxxx
curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/bookings/booking_id/notes \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "private_notes"
}
'
Try It!
to start a request and see the response here! Or choose an example: