A base class for all API DTO classes
name | data type | description |
---|---|---|
operator | OperatorEnum | |
ruleItemEl | string | |
commercialRuleLines | array of CommercialRuleLineDTO |
Example
{ "operator" : "AND", "ruleItemEl" : "...", "commercialRuleLines" : [ { "offerCode" : "...", "productCode" : "...", "productVersion" : 12345, "attributeCode" : "...", "groupedAttributeCode" : "...", "attributeValue" : "...", "groupedAttributeValue" : "...", "tagCode" : "...", "operator" : "LESS_THAN_OR_EQUAL" }, { "offerCode" : "...", "productCode" : "...", "productVersion" : 12345, "attributeCode" : "...", "groupedAttributeCode" : "...", "attributeValue" : "...", "groupedAttributeValue" : "...", "tagCode" : "...", "operator" : "GREATER_THAN" } ] }