name | data type | description |
---|---|---|
RuleActionInfo | array of RuleActionInfo |
Example
{ "RuleActionInfo" : [ { "name" : "...", "parameterInfos" : [ { "name" : "...", "type" : "numberInteger", "regex" : "...", "mandatory" : true, "default" : "...", "choices" : [ "...", "..." ] }, { "name" : "...", "type" : "date", "regex" : "...", "mandatory" : true, "default" : "...", "choices" : [ "...", "..." ] } ] }, { "name" : "...", "parameterInfos" : [ { "name" : "...", "type" : "numberInteger", "regex" : "...", "mandatory" : true, "default" : "...", "choices" : [ "...", "..." ] }, { "name" : "...", "type" : "text", "regex" : "...", "mandatory" : true, "default" : "...", "choices" : [ "...", "..." ] } ] } ] }