Create a new incrementor.
POST
/incrementors
201Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
LastNumber | Required | integer | int32 | --- | --- | |
LeftPaddingCount | Required | integer | int32 | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
LastNumber | integer | int32 | --- | --- | ||
LeftPaddingCount | integer | int32 | --- | --- |