Interface for the source system to provide reference values (enumerations) for any reference type linked with account or user data
{
"eventHeader": {
"source": "OPCO",
"version": "v1"
},
"action": "UPSERT",
"referenceType": "JOB_TITLE",
"entries": [
{
"code": "60",
"label": {
"fr-FR": "Directeur de production",
"en-GB": "Production Director"
},
"order": 1
},
{
"code": "61",
"label": {
"fr-FR": "Chef de projet",
"en-GB": "Project Manager"
},
"order": 2
}
]
}
This object is used to describe some technical meta information related to the event
The application source of this event
The version of the json format event
Action that needs to be performed on the data provided in the event
The type of this reference list
The list of entries to impact
Must contain a minimum of 1 items
Must contain a maximum of 2000 items
One item of a reference list
The identifier of this reference item
"60"
"61"
The label to display to the end user
{
"fr-FR": "Directeur de production",
"en-GB": "Production Director"
}
{
"fr-FR": "Chef de projet",
"en-GB": "Project Manager"
}
Each additional property must conform to the following schema
Type: stringThe order of this reference item into the list
The level of this reference item in case of reference list is hierarchical.
Value must be greater or equal to 1
Reference the children items. This is used for the case where this reference list is hierarchical.
No Additional ItemsThe code of another Reference Item