Get Till ID Details

Retrieve detailed information for a specific till within your organization.

Example request

curl --location 'https://eu.api.capillarytech.com/v2/organization/till/75152648' \
--header 'Authorization: Basic ******' \
--header 'Content-Type: application/json' \
--header 'Cookie: _cfuvid=Ybmm9uq6qMggGDFlkjsFl0H.gzgWgfZTeuIeXnesKww-1757931612468-0.0.1.1-604800000'

Prerequisites

  • Authentication: Basic or OAuth credentials
  • Default access group

Resource information

PaginationNo
Batch supportNo
Rate limit informationDemo and testing clusters: 1000 requests per minute per API key. Other organizations: Rate limit is brand-specific.

Path parameter

NameTypeDescription
tilIIdintegerUnique identifier of the till to fetch details for.

Example response

{
    "id": 75152648,
    "code": "campaign_points_till",
    "description": "",
    "name": "CAMPAIGN_POINTS_TILL",
    "type": "TILL",
    "referenceId": -1,
    "adminType": "GENERAL",
    "isActive": true,
    "isOuEnabled": false,
    "timeZoneId": 0,
    "currencyId": 0,
    "languageId": 0,
    "customField": [],
    "default": false,
    "warnings": []
}

Response parameters

ParameterData TypeDescription
idintegerUnique identifier for the till.
codestringCode for the till.
descriptionstringDescription of the till.
namestringName of the till.
typestringType of the till.
referenceIdintegerExternal or upstream reference (if any); -1 indicates none.
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.
defaultbooleantrue if this till is marked as the default for its org unit; false otherwise.
warningsArrayList of warnings related to the till.

Error codes

HTTP codeDescription
404Wrong endpoint
Language
URL
Click Try It! to start a request and see the response here!