v1

latestOpenAPI 3.0.1Apache 2.02026-07-2473111182.6 KB
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

notestring required

The appointment note to append

Example request

{
  "note": "test note"
}

Response

Booking note created successfully