Skip to content
← Back to Index

actors/{actor}/channels/{channelKey}/numbering/*

Channel-scoped override for a number series prefix. Lets a specific channel use a different prefix while sharing the global seed and counter. For the concepts behind number series, see Number Series.

Path

actors/{actor}/channels/{channelKey}/numbering/{...scope}

The {...scope} segment mirrors the base actors/{actor}/numbering scope.

Channel overrides are only effective for actors that carry a channelKey — today that is order and ticket.

Properties

PropertyTypeDescription
defaultPrefixstringPrefix to use for this channel. Same prefix rules as the base config.
seedsobjectNot honored here. Seeds are global per series; a seeds map on a channel override raises a warning signal.

Example

yaml
uri: /registry/actors/order/channels/b2b/numbering/order
spec:
  value:
    defaultPrefix: B2B

© 2024 Hantera AB. All rights reserved.