Version 1.18.1
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
parentServiceGroupId
(string)This is the id of a service group at a business level and corresponds to the service group id used in the booking apis
- 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 :
*/*
-
Changed property
_embedded
(array)Changed items (object):
- Added property
parentServiceGroupId
(string)This is the id of a service group at a business level and corresponds to the service group id used in the booking apis
- 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 :
*/*
-
Changed property
_embedded
(array)Changed items (object):
- Added property
parentServiceGroupId
(string)This is the id of a service group at a business level and corresponds to the service group id used in the booking apis
- 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 :
*/*
-
Changed property
_embedded
(array)Changed items (object):
- Added property
parentServiceGroupId
(string)This is the id of a service group at a business level and corresponds to the service group id used in the booking apis
- Added property
-