Endpoint Parameters
-
Request parameters
Name Type Origin Description PartyRiskList PartyRisk [] Body RuleGroupConditionList RuleGroupCondition [] Body -
Response Parameters
View Response CodesName Type Description ActualOutput String Condition Integer ContractingEntity String GroupName String IsConditionValid String Operation String Output String Parameter String PartyId String Value String -
Request Example
Request URL
POST /cm/v2/signups/verification/ExecuteSanityRule
Request Body
{ "PartyRiskList": [ { "PartyId": "stringValue", "RiskScore": "stringValue" } ], "RuleGroupConditionList": [ { "ActualOutput": "stringValue", "Clause": "stringValue", "Condition": 99, "ContractingEntity": "stringValue", "GroupName": "stringValue", "IsConditionTrue": "stringValue", "MaxValue": "stringValue", "MinValue": "stringValue", "Operation": "stringValue", "Output": "stringValue", "Parameter": "stringValue", "RuleId": 99, "Value": "stringValue" } ] }
-
Response Example
Response body
[ { "ActualOutput": "stringValue", "Condition": 99, "ContractingEntity": "stringValue", "GroupName": "stringValue", "IsConditionValid": "stringValue", "Operation": "stringValue", "Output": "stringValue", "Parameter": "stringValue", "PartyId": "stringValue", "Value": "stringValue" } ]