added

Version 1.18.1

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

POST /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/checkin
Return 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

POST /api/business/{businessId}/branch/{branchId}/appointment/confirm
Return 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

GET /api/business/{businessId}/branch/{branchId}/appointment
Return 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