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
Example request
{
"noteId": "ab123",
"serviceNote": "note"
}Response
Appointment note updated successfully
Example response
{
"noteId": "ab123",
"serviceNote": "note"
}