v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Point Of Sale

View cash register balance

Retrieves the balance of a cash register.

get/api/v1/cashRegisters/{id}/balance

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Response

Operation completed successfully.

Example response

{
  "data": {
    "openingBalance": "1,236.61",
    "targetAmount": "1,236.61"
  }
}