Developers
API ReferenceNumbering

Updates the Numbering resource.

PATCH
/finance/numberings/{id}

Updates the Numbering resource.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Numbering identifier

Request Body

The updated Numbering resource

TypeScript Definitions

Use the request body type in TypeScript.

docTitle?string
Lengthlength <= 50
kind?string

Value in

  • "fv"
  • "pf"
  • "fk"
  • "Vat"
  • "Zal"
  • "Kor"
  • "Roz"
  • "Upr"
  • "KorZal"
  • "KorRoz"
  • "VatPef"
  • "VatPefSp"
  • "KorPef"
  • "VatRr"
  • "KorVatRr"
pattern?string
Lengthlength <= 60
resetInterval?string
Lengthlength <= 3

Value in

  • "P1M"
  • "P1Y"
leadingZero?integer
Range0 <= value
isDefault?boolean
closestCounter?int|null

Response Body

curl -X PATCH "https://example.com/finance/numberings/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "kind": "fv",  "pattern": "string",  "resetInterval": "P1M",  "leadingZero": 0,  "isDefault": true,  "docTitle": "string",  "closestCounter": null}