Added

Version 1.33.0

Third Party API (v 1.33.0)


What's New


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

List tills for a branch

GET /api/business/{businessId}/branch/{branchId}/till/{tillId}/till-session

List till sessions

What's Changed


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

New response : 429 null

Request rate limit exceeded. Current limit set to 100 rps.

New response : 404 Not Found

Business, branch, or till with the specified ids don't exist

Changed response : 200 OK

Till balance retrieved

Result


API changes are backward compatible