Added

Version 1.23.0

Third Party API (v 1.23.0)


What's Changed


GET /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}
Return Type:

Changed response : 200 OK

Specified appointment retrieved

  • Changed content type : application/json

    • Added property isFinishAppointment (boolean)

      Indicates if this appointment is the concluding segment of a split service.

PUT /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}
Return Type:

Changed response : 200 OK

Appointment updated successfully

  • Changed content type : application/json

    • Added property isFinishAppointment (boolean)

      Indicates if this appointment is the concluding segment of a split service.

POST /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/checkin
Return Type:

Changed response : 200 OK

Appointment checked in successfully

  • Changed content type : application/json

    • Changed property _embedded (object)

      • Changed property appointments (array)

        Changed items (object):

        • Added property isFinishAppointment (boolean)

          Indicates if this appointment is the concluding segment of a split service.

POST /api/business/{businessId}/branch/{branchId}/appointment/confirm
Return Type:

Changed response : 200 OK

Appointments confirmed successfully

  • Changed content type : application/json

    • Changed property _embedded (object)

      • Changed property appointments (array)

        Changed items (object):

        • Added property isFinishAppointment (boolean)

          Indicates if this appointment is the concluding segment of a split service.

GET /api/business/{businessId}/branch/{branchId}/appointment
Return Type:

Changed response : 200 OK

Appointments listed

  • Changed content type : application/json

    • Changed property _embedded (object)

      • Changed property appointments (array)

        Changed items (object):

        • Added property isFinishAppointment (boolean)

          Indicates if this appointment is the concluding segment of a split service.

Result


API changes are backward compatible