---
title: "Number Range Increment"
method: POST
path: "/v2/configuration/numberRanges/{numberRangeId}/increment"
tags: ["Configuration"]
---

# Number Range Increment

`POST /v2/configuration/numberRanges/{numberRangeId}/increment`

Increment and returns the Next Number for the given NumberRange

## Path parameters

- `numberRangeId` string, uuid, required — Schlüssel für einen Nummernkreis Datensatz

## Query parameters

- `companyId` string, uuid — Represents a key for identifying a firm within the application.

## Headers

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

## Response `201`

The resulting Next Number for the given Item.

- JTLWawiRestContractsModelsV1NumberRangesNumberRangeCurrentNumberItem — The CurrentValue of Individuel NumberRange
  - `nextNumber` string — The Next Number of the NumberRange
  - `isPreview` boolean — Can the Number is only a Preview Number

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No item with the given ID exists.

---

[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)
