Version 1.10.0

GET /api/business/{businessId}/client
Parameters:

Added: externalId in query

client externalId to filter by

DELETE /api/business/{businessId}/branch/{branchId}/break/{breakId}
Return Type:

Changed response : 404 Not Found

Staff break with a given id doesn't exist

PUT /api/business/{businessId}/branch/{branchId}/break/{breakId}
Return Type:

Changed response : 404 Not Found

Staff break with a given id doesn't exist

PUT /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}
Return Type:

Changed response : 200 OK

OK

  • Changed content type : application/json

    • Added property branchId (string)
POST /api/business/{businessId}/branch/{branchId}/appointment/{appointmentId}/checkin
Return Type:

Changed response : 200 OK

OK

  • Changed content type : */*

    • Changed property _embedded (array)

      Changed items (object):

      • Added property branchId (string)
POST /api/business/{businessId}/branch/{branchId}/appointment/confirm
Return Type:

Changed response : 200 OK

OK

  • Changed content type : */*

    • Changed property _embedded (array)

      Changed items (object):

      • Added property branchId (string)
GET /api/business/{businessId}/branch/{branchId}/appointment
Return Type:

Changed response : 200 OK

OK

  • Changed content type : */*

    • Changed property _embedded (array)

      Changed items (object):

      • Added property branchId (string)