counterOffset
In this section:
Information type
Serial numbers
Syntax
"counterOffset": offsetParameters
| A positive non-zero integer that defines the interval between every consecutive production counter value in the serial number format string. |
For use with
The product configuration file for the eSecIP Professional and eSecIP Standard editions.
Description
Use this field to make the production counter value in the serial number format string non-contiguous.
This field is mandatory in a serialNumbers configuration object.
Examples
"format": "SN-%CT%xyz", "counterLength": 4, "counterRadix": "dec", "counterStart": 2, "counterOffset": 2
These values would result in the first three created serial numbers being SN-0002xyz, SN-0004xyz, and SN-0006xyz.
See also
counterLength, counterRadix, counterStart, and format.