Sequences
Create Sequence
Creating a sequence requires two parameters: prefix and sequence, the combination of which must be unique per resource. By default, resource is set to asset.
A sequence cannot be updated once created. However, different sequences for the same resource can share either the prefix or the sequence value. For example, prefix PX-AST- can have sequences 001 and A01. Likewise, sequence 001 can belong to both PX-AST- and PX-UNIT-.
Creating a sequence with an existing prefix and sequence combination for the same resource will return the existing sequence with the message "Existing sequence returned".
As sequences are finite in length they may eventually be exhausted. For example, a sequence of 1 for prefix PX-AST- allows only 9 unique values before collisions occur. A sequence of 001 allows 999 values.