added

Version 1.16.0

GET /api/business/{businessId}/branch/{branchId}/salefee

List sale fees

GET /api/business/{businessId}/branch/{branchId}/salefee/{saleFeeId}

Retrieve a sale fee

GET /api/business/{businessId}/branch/{branchId}/salefee-batch

Retrieve a batch of sale fees

What's Changed


POST /api/business/{businessId}/branch/{branchId}/booking
Request:

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

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

GET /api/business/{businessId}/branch/{branchId}/staff
Parameters:

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
Return 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