processIdentifier
November 12, 2025 · View on GitHub
Type: object
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
module | enum (offers, pre-sales, purchase, execute, support, ...) | ✓ | |
identifiers | array[shortString] | ✓ |
Detailed Properties
-
module(enum (offers,pre-sales,purchase,execute,support, ...)) - required -
identifiers(array[shortString]) - required
Example
{
"module": "offers",
"identifiers": [
"example-string",
"example-string"
]
}