v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get org till details

Retrieves the details of a specific till based on the Till code or till ID passed.

get/organization/till

Query parameters

codestring

Unique code of the Till to fetch.

tillIdinteger

Unique ID of the till to fetch.

namestring

Name of the till

Response

200

OR

Example response

{
  "id": 50006799,
  "code": "mp.1",
  "name": "mobilepush",
  "type": "TILL",
  "adminType": "GENERAL",
  "isActive": true,
  "timeZoneId": 191,
  "currencyId": 216,
  "languageId": 1
}