Attaching Customer Identification Information To A Statement Example

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

NameDescriptionTypeRequired
statementKeyhe key of the statement to attach customer identification information for.intYes
identificationData[i].identifierNameA predefined identifier in the configurationstringYes
identificationData[i].valueValue for the identifierstringYes

NOTE: You must contact us if you want custom identifiers that are not standard to your country of origin.