Version 1.13.1

POST /api/business/{businessId}/branch/{branchId}/booking/{bookingId}/appendnote
Request:

Changed content type : application/json

  • Changed property note (string)

    The appointment note to append

POST /api/business/{businessId}/branch/{branchId}/booking
Request:

Changed content type : application/json

  • Changed property note (string)

    The service/colour note to append for the client on the booking date. This is a write-only property

Return Type:

Changed response : 201 Created

Booking created successfully

  • Changed content type : application/json

    • Changed property note (string)

      The service/colour note to append for the client on the booking date. This is a write-only property

POST /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/note
Request:

Changed content type : application/json

  • Changed property serviceNote (string)
Return Type:

Changed response : 200 OK

Appointment note updated successfully

  • Changed content type : application/json

    • Changed property serviceNote (string)