Newer Version Available

This content describes an older version of this product. View Latest

Compliance Procedure Evaluation Info Input

Input representation for evaluating a compliance procedure.
JSON example
1{
2  "businessContext": [
3    {
4      "paramName": "accountId",
5      "paramValue": "00100000000AA1"
6    },
7    {
8      "paramName": "productId",
9      "paramValue": "00p00000000PP1"
10    }
11  ],
12  "transactionKey": "uuid-1234-5678-9012-eu",
13  "inContextOf": "abc"
14}
Properties
Name Type Description Required or Optional Available Version
businessContext Compliance Procedure Business Context Input[] List of parameter names and parameter values that match the validation procedure parameters.

You can specify up to 10 business context parameters in the businessContext array.

Required 65.0
inContextOf String User-provided key to store logs.

Maximum length is 20 characters.

Required 64.0
transactionKey String User-provided transaction key for logging and tracking procedure evaluations originating from external systems.

Maximum length is 45 characters.

Optional 64.0