curl --location --request PATCH 'https://api.insights-periculum.io/statements/identification'
--header 'Authorization: Bearer string_encrypted_accesst_token'
--header 'Content-Type: application/json'
--data-raw '{
"statementKey": 3,
"identificationData":[
{
"IdentifierName": "customIdentifier",
"Value": "111"
}
]
}'
Request Parameters
Name | Description | Type | Required |
---|---|---|---|
statementKey | he key of the statement to attach customer identification information for. | int | Yes |
identificationData[i].identifierName | A predefined identifier in the configuration | string | Yes |
identificationData[i].value | Value for the identifier | string | Yes |
NOTE: You must contact us if you want custom identifiers that are not standard to your country of origin.