Create Numbering Config

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
document_typestringRequired1-50 characters
prefixstringRequired1-20 characters
padding_widthintegerOptional1-12Defaults to 6
reset_periodstringOptionalformat: "^(never|yearly|monthly)$"Defaults to never
is_activebooleanOptionalDefaults to true

Response

Successful Response
idstringformat: "uuid"
tenant_idstringformat: "uuid"
document_typestring
prefixstring
padding_widthinteger
reset_periodstring
is_activeboolean

Errors

422
Unprocessable Entity Error