GetListCommercialRulesResponseDto Data Type

The Class GetListCommercialRulesResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
actionStatus ActionStatus The status response of the web service response.
commercialRules array of CommercialRuleHeaderDTO products list.

Example

{
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "DESCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "commercialRules" : [ {
    "ruleType" : "PRE_REQUISITE",
    "ruleEl" : "...",
    "offerCode" : "...",
    "productCode" : "...",
    "productVersion" : 12345,
    "attributeCode" : "...",
    "scope" : "QUOTE_OFFER",
    "tagCode" : "...",
    "groupedAttributeCode" : "...",
    "targetAttributeValue" : "...",
    "isTarget" : true,
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "commercialRuleItems" : [ {
      "operator" : "AND",
      "ruleItemEl" : "...",
      "commercialRuleLines" : [ { }, { } ]
    }, {
      "operator" : "AND",
      "ruleItemEl" : "...",
      "commercialRuleLines" : [ { }, { } ]
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  }, {
    "ruleType" : "INCOMPATIBILITY",
    "ruleEl" : "...",
    "offerCode" : "...",
    "productCode" : "...",
    "productVersion" : 12345,
    "attributeCode" : "...",
    "scope" : "QUOTE",
    "tagCode" : "...",
    "groupedAttributeCode" : "...",
    "targetAttributeValue" : "...",
    "isTarget" : true,
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "commercialRuleItems" : [ {
      "operator" : "OR",
      "ruleItemEl" : "...",
      "commercialRuleLines" : [ { }, { } ]
    }, {
      "operator" : "AND",
      "ruleItemEl" : "...",
      "commercialRuleLines" : [ { }, { } ]
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  } ]
}