Get org till details

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

🚧

Attention

Either code , name or tillId is mandatory.

Query parameter

ParameterTypeDescription
codeStringUnique code of the Till to fetch.
tillIdStringUnique ID of the till to fetch.
nameStringName of till

Response parameter

ParameterTypeDescription
idIntegerUnique identifier for the till
codeStringCode for the till
descriptionStringDescription of the till
nameStringName of the till
typeStringType of the till
adminTypeStringAdministration type of the till Admin/General.
isActiveBooleanIndicates if the till is active
isOuEnabledBooleanIndicates if the Organizational Unit (OU) is enabled for the till.
timeZoneIdIntegerTime zone ID for the till
currencyIdIntegerCurrency ID for the till
languageIdIntegerLanguage ID for the till
customFieldArrayCustom field and its details associated with the till
warningsArrayList of warnings related to the till
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!