v1

latestOpenAPI 3.0.1Apache 2.02026-07-2473111182.6 KB
Appointment

Update an appointment note

Update and return an appointment note

post/api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/note

Path parameters

businessIdstring required
branchIdstring required
appointmentIdstring required

Request body

noteIdstring
serviceNotestring required

Example request

{
  "noteId": "ab123",
  "serviceNote": "note"
}

Response

Appointment note updated successfully

noteIdstring
serviceNotestring required

Example response

{
  "noteId": "ab123",
  "serviceNote": "note"
}