---
title: "Query On Hold Reasons"
method: GET
path: "/v2/onHoldReasons"
tags: ["onholdreason"]
---

# Query On Hold Reasons

`GET /v2/onHoldReasons`

Query all on hold reasons for sales orders

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all payment methods.

- JTLWawiRestContractsModelsV1OnHoldReasonOnHoldReason[]
  - `id` string, uuid
  - `name` string — Name of the on hold reason.
  - `isMergeable` boolean — Indicates if orders with an on hold reason are allowed to be merged with other orders from the same customer.
  - `itemsNotUsedForPurchaseList` boolean — If this option is enabled, then the items in this order are not used for calculating the purchase list.

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
