---
title: "Lists cash drawer withdrawal types available for accounting"
method: GET
path: "/withdrawal_types"
tags: ["PosAccountingRequests"]
---

# Lists cash drawer withdrawal types available for accounting

`GET /withdrawal_types`

Returns the possible values of the withdrawal_type field on cash_drawers withdrawal entries.

## Headers

- `X-Subdomain` string
- `X-Partner` string

## Response `200`

lists withdrawal types available

- object
  - `withdrawal_types` WithdrawalTypeResponse[]
    - `mytime_id` string
    - `name` string

## Other responses

- `401` — Unauthorized
- `404` — Listing disabled
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

## Changes

- **2026-08-21** `c027a4cb87a8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mytime/apis/mytime-partners-api/changes/withdrawal_types/get.md)

---

[API](https://skmtc.dev/mytime/apis/mytime-partners-api.md) · [All operations](https://skmtc.dev/mytime/apis/mytime-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mytime/mytime-partners-api/revisions/c027a4cb87a8/schema)
