Compliance Procedure Evaluation Input

Input representation details of a compliance evaluation request.
JSON example
1{
2  "businessOperationsProcess": "businessOperationsProcess1234",
3  "evaluations": [
4    {
5      "businessContext": [
6        {
7          "paramName": "accountId",
8          "paramValue": "00100000000AA1"
9        },
10        {
11          "paramName": "clientKycContext",
12          "paramValue": "0000000n04dn09g002517551181966037068d70d64004d6d9f83d6629a3135ab"
13        }
14      ],
15      "transactionKey": "uuid-1234-5678-9012-eu",
16      "inContextOf": "abc"
17    }
18  ]
19}
Properties
Name Type Description Required or Optional Available Version
businessOperations​Process String API name of the business operations process for the evaluation. Optional 65.0
evaluations Compliance Procedure Evaluation Info Input[] Business context to be evaluated.

The synchronous evaluation API supports only one business context per validation, whereas the asynchronous evaluation API supports a list of business contexts per validation. Each business context can contain multiple sets of paramName and paramValue.

Required 65.0