Version 1.13.0

GET /api/business/{businessId}/branch/{branchId}/till/{tillId}/balance

Retrieve a till balance

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

    New required properties:

    • staffId
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

      New required properties:

      • staffId
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

          New required properties:

          • staffId