Added

Version 1.25.0

Third Party API (v 1.25.0)


What's Changed


GET /api/business/{businessId}/client/{clientId}
Return Type:

Changed response : 200 OK

Specified client retrieved

  • Changed content type : application/json

    • Added property lastVisitedBranchId (string)
PUT /api/business/{businessId}/client/{clientId}
Return Type:

Changed response : 200 OK

Client updated successfully

  • Changed content type : application/json

    • Added property lastVisitedBranchId (string)
GET /api/business/{businessId}/client/walk-in
Return Type:

Changed response : 200 OK

walk-in client retrieved

  • Changed content type : application/json

    • Added property lastVisitedBranchId (string)
POST /api/business/{businessId}/client
Return Type:

Changed response : 201 Created

Client created successfully

  • Changed content type : application/json

    • Added property lastVisitedBranchId (string)
GET /api/business/{businessId}/client
Return Type:

Changed response : 200 OK

Clients listed

  • Changed content type : application/json

    • Changed property _embedded (object)

      • Changed property clients (array)

        Changed items (object):

        • Added property lastVisitedBranchId (string)
GET /api/business/{businessId}/client-batch
Return Type:

Changed response : 200 OK

Batch of clients retrieved

  • Changed content type : application/json

    • Changed property _embedded (object)

      • Changed property clients (array)

        Changed items (object):

        • Added property lastVisitedBranchId (string)

Result


API changes are backward compatible