2025-03-21: Sequential ID Service - siteCode query param
Overview
Query param siteCode
has been added to endpoints responsible for generating next ids. The siteCode
is used to resolve certain placeholders.
Placeholders such as __year__
, __month__
, __day__
, __hour__
, __minute__
, __second__
and __country__
, which are defined in the schema, can have some default values computed when their counterparts are missing in the request body.
The default values are derived from the site. Specifically:
All date-related placeholders are computed based on the
site.homeBase.timezone
field.The country placeholder is replaced with the value of the
site.homeBase.address.country
field.
If these values are missing in a site configuration, the following defaults are used:
UTC
for timezoneDE
for country
Updated endpoints
Query param siteCode
added.
Query param siteCode
added.
Query param siteCode
added.
Known problems
There are no known problems.
Last updated
Was this helpful?