Version 1.23.0
Third Party API (v 1.23.0)
What's Changed
GET /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}
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.
- Added property
PUT /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}
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.
- Added property
POST /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/checkin
POST /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/checkinReturn 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.
- Added property
-
-
POST /api/business/{businessId}/branch/{branchId}/appointment/confirm
POST /api/business/{businessId}/branch/{branchId}/appointment/confirmReturn 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.
- Added property
-
-
GET /api/business/{businessId}/branch/{branchId}/appointment
GET /api/business/{businessId}/branch/{branchId}/appointmentReturn 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.
- Added property
-
-
Result
API changes are backward compatible