Compliance Logging Info Input

Input representation of a compliance logging request.
JSON example
1{
2  "controllogs": [
3    {
4      "controlVersionApiName": "LicenseCheckControl_V1",
5      "isCompliant": true,
6      "inContextOf": "001xx0000ABCDE",
7      "status": "SUCCESS",
8      "evaluationTime": "2022-10-31T09:00:00.594Z",
9      "businessContextAndEvidence": {
10        "clientId": "001Z9000002G3ygIAC",
11        "advisorId": "005xx0000000000001",
12        "productId": "00Pxx0000000000001",
13        "acceptableRisk": "true",
14        "productRisk": "85"
15      },
16      "complianceMessage": "Agent has an active license.",
17      "transactionKey": "txn1234567890abcde",
18      "errorId": "123",
19      "errorMessage": "",
20      "businessOperationsProcessApiName": "0022..."
21    }
22  ]
23}
Properties
Name Type Description Required or Optional Available Version
controllogs Compliance​Control Log Value[] Control evaluation logs. Required 64.0