Version 1.13.2
POST
/api/business/{businessId}/branch/{branchId}/csvexportjob
POST
/api/business/{businessId}/branch/{branchId}/csvexportjobRequest:
Changed content type : application/json
-
Changed property
jobType
(string)Added enum values:
-
TRANSACTIONS_CSV
-
SUNDRIES_CSV
-
DATEV_CSV
-
CLIENT_COURSES_CSV
-
CLIENT_COURSE_TRANSACTIONS_CSV
-
CLIENT_CSV
Removed enum value: -
TRANSACTIONS_CSV,SUNDRIES_CSV,DATEV_CSV,CLIENT_COURSES_CSV,CLIENT_COURSE_TRANSACTIONS_CSV,CLIENT_CSV
-
Return Type:
Changed response : 201 Created
CSV export job created successfully
-
Changed content type :
application/json
-
Changed property
jobType
(string)Added enum values:
-
TRANSACTIONS_CSV
-
SUNDRIES_CSV
-
DATEV_CSV
-
CLIENT_COURSES_CSV
-
CLIENT_COURSE_TRANSACTIONS_CSV
-
CLIENT_CSV
Removed enum value: -
TRANSACTIONS_CSV,SUNDRIES_CSV,DATEV_CSV,CLIENT_COURSES_CSV,CLIENT_COURSE_TRANSACTIONS_CSV,CLIENT_CSV
-
-
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 servicesNew required properties:
startTime
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 servicesNew required properties:
startTime
-
GET
/api/business/{businessId}/branch/{branchId}/csvexportjob/{jobId}
GET
/api/business/{businessId}/branch/{branchId}/csvexportjob/{jobId}Return Type:
Changed response : 200 OK
Specified CSV export job retrieved
-
Changed content type :
application/json
-
Changed property
jobType
(string)Added enum values:
-
TRANSACTIONS_CSV
-
SUNDRIES_CSV
-
DATEV_CSV
-
CLIENT_COURSES_CSV
-
CLIENT_COURSE_TRANSACTIONS_CSV
-
CLIENT_CSV
Removed enum value: -
TRANSACTIONS_CSV,SUNDRIES_CSV,DATEV_CSV,CLIENT_COURSES_CSV,CLIENT_COURSE_TRANSACTIONS_CSV,CLIENT_CSV
-
-
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 servicesNew required properties:
startTime
-
-
-