Version 1.16.1
GET
/api/business/{businessId}/branch/{branchId}/salefee
GET
/api/business/{businessId}/branch/{branchId}/salefeeList sale fees
GET
/api/business/{businessId}/branch/{branchId}/salefee/{saleFeeId}
GET
/api/business/{businessId}/branch/{branchId}/salefee/{saleFeeId}Retrieve a sale fee
GET
/api/business/{businessId}/branch/{branchId}/salefee-batch
GET
/api/business/{businessId}/branch/{branchId}/salefee-batchRetrieve a batch of sale fees
What's Changed
POST
/api/business/{businessId}/branch/{branchId}/booking
POST
/api/business/{businessId}/branch/{branchId}/bookingRequest:
Changed content type : application/json
-
Changed property
schedules
(array)Deprecated - Use clientAppointmentSchedules instead. The list of services to schedule in one booking
Changed items (object):
> Details of the schedule for the client's chosen set of services- Added property
price
(number)The price of the service. If this is passed with a booking request, it will override the system price. If not sent the price will be calculated automatically using the branches configuration
- Added property
Return Type:
Changed response : 201 Created
Booking created successfully
-
Changed content type :
application/json
-
Changed property
schedules
(array)Deprecated - Use clientAppointmentSchedules instead. The list of services to schedule in one booking
Changed items (object):
> Details of the schedule for the client's chosen set of services- Added property
price
(number)The price of the service. If this is passed with a booking request, it will override the system price. If not sent the price will be calculated automatically using the branches configuration
- Added property
-
GET
/api/business/{businessId}/branch/{branchId}/staff
GET
/api/business/{businessId}/branch/{branchId}/staffParameters:
Added: updatedAfter
in query
updatedAfter date to filter staff updated after a set date. yyyy-MM-dd'T'HH:mm:ss.SSZ
Added: updatedBefore
in query
updatedBefore date to filter staff updated before a set date. yyyy-MM-dd'T'HH:mm:ss.SSZ
POST
/api/business/{businessId}/branch/{branchId}/appointments/availability
POST
/api/business/{businessId}/branch/{branchId}/appointments/availabilityReturn Type:
Changed response : 200 OK
Appointment availabilities listed
-
Changed content type :
application/json
-
Changed property
data
(array)List of available appointment slots from which an appointment can chosen
Changed items (object):
> List of available appointment slots from which an appointment can chosen-
Changed property
clientSchedules
(array)List of the appointment schedules, grouped by client, for this appointment slot
Changed items (object):
> List of the appointment schedules, grouped by client, for this appointment slot-
Changed property
serviceSchedules
(array)Details of the schedule for the client's chosen set of services
Changed items (object):
> Details of the schedule for the client's chosen set of services- Added property
price
(number)The price of the service. If this is passed with a booking request, it will override the system price. If not sent the price will be calculated automatically using the branches configuration
- Added property
-
-
-
GET
/api/business/{businessId}/branch/{branchId}/appointment
GET
/api/business/{businessId}/branch/{branchId}/appointmentParameters:
Added: group_booking_id
in query
group booking id to filter by