---
title: "Get org till details"
method: GET
path: "/organization/till"
---

# Get org till details

`GET /organization/till`

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

## Query parameters

- `code` string
- `tillId` integer
- `name` string

## Response `200`

200

- union
  - object
    - `id` integer
    - `code` string
    - `description` string
    - `name` string
    - `type` string
    - `adminType` string
    - `isActive` boolean
    - `isOuEnabled` boolean
    - `timeZoneId` integer
    - `currencyId` integer
    - `languageId` integer
    - `warnings` unknown[]
      - unknown
  - object
    - `id` integer
    - `code` string
    - `description` string
    - `name` string
    - `type` string
    - `adminType` string
    - `isActive` boolean
    - `isOuEnabled` boolean
    - `timeZoneId` integer
    - `currencyId` integer
    - `languageId` integer
    - `customField` object[]
      - `name` string
      - `value` string
    - `warnings` unknown[]
      - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
