Booking
Create a note for the booking
Create a note for the booking
post/api/business/{businessId}/branch/{branchId}/booking/{bookingId}/appendnote
Path parameters
businessIdstring required
branchIdstring required
bookingIdstring required
Request body
Example request
{
"note": "test note"
}Response
Booking note created successfully