This operation creates a new rule set. Rule sets are collections of rules bound to entities.
{
"id": "<string>",
"name": "<string>",
"operatorType": "ANY",
"ruleSetType": "STANDARD",
"rules": [
{
"id": "<string>",
"ruleType": "DECLINE",
"name": "<string>",
"filterOperatorType": "ANY",
"filters": [
{
"id": "<string>",
"type": "MCC",
"reversed": true
}
]
}
]
}
The audit user to log the request
Successful operation
The response is of type object
.
Was this page helpful?
{
"id": "<string>",
"name": "<string>",
"operatorType": "ANY",
"ruleSetType": "STANDARD",
"rules": [
{
"id": "<string>",
"ruleType": "DECLINE",
"name": "<string>",
"filterOperatorType": "ANY",
"filters": [
{
"id": "<string>",
"type": "MCC",
"reversed": true
}
]
}
]
}