Create default number strategy

Create or update tenant wide document number configuration

Body Params
string
required

Ident of the counter to be used.
Must not be blank.

string

Document number prefix pattern
In pattern you can use special keywords wrapped with ## e.g. ##YEAR_SHORT##.
Currently supported keywords are:

PatternExpands toExample for 2019-02-05
##YEAR##full year, four digits2019
##YEAR_SHORT##short year, last two digits19
##MONTH##month, two digits02
##DAY##day, two digits05

Note: Yearly counter reset is controlled separately and independent of
the patterns in the counter config.
The expanded length of the pre-/suffix can only be up to 20 characters.

string

Document number suffix pattern
In pattern you can use special keywords wrapped with ## e.g. ##YEAR_SHORT##.
Currently supported keywords are:

PatternExpands toExample for 2019-02-05
##YEAR##full year, four digits2019
##YEAR_SHORT##short year, last two digits19
##MONTH##month, two digits02
##DAY##day, two digits05

Note: Yearly counter reset is controlled separately and independent of
the patterns in the counter config.
The expanded length of the pre-/suffix can only be up to 20 characters.

Responses

Language
Credentials
OAuth2
Choose an example:
application/json