Equivalent of BusinessEntity in DTO
name | data type | constraints | description |
---|---|---|---|
actionStatus | ActionStatus | The status response of the web service response. | |
ruleType | RuleTypeEnum | ||
ruleEl | string | ||
offerCode | string | ||
productCode | string | ||
productVersion | number | ||
attributeCode | string | ||
scope | ScopeTypeEnum | ||
tagCode | string | ||
groupedAttributeCode | string | ||
targetAttributeValue | string | ||
isTarget | boolean | ||
disabled | boolean | ||
id | number | The id. | |
auditableField | array of AuditableFieldDto | ||
commercialRuleItems | array of CommercialRuleItemDTO | ||
code | string | required | The code |
description | string | The description | |
updatedCode | string | The updated code. |
Example
{ "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "ruleType" : "REPLACEMENT", "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" : "AND", "ruleItemEl" : "...", "commercialRuleLines" : [ { "offerCode" : "...", "productCode" : "...", "productVersion" : 12345, "attributeCode" : "...", "groupedAttributeCode" : "...", "attributeValue" : "...", "groupedAttributeValue" : "...", "tagCode" : "...", "operator" : "GREATER_THAN_OR_EQUAL" }, { "offerCode" : "...", "productCode" : "...", "productVersion" : 12345, "attributeCode" : "...", "groupedAttributeCode" : "...", "attributeValue" : "...", "groupedAttributeValue" : "...", "tagCode" : "...", "operator" : "GREATER_THAN_OR_EQUAL" } ] }, { "operator" : "OR", "ruleItemEl" : "...", "commercialRuleLines" : [ { "offerCode" : "...", "productCode" : "...", "productVersion" : 12345, "attributeCode" : "...", "groupedAttributeCode" : "...", "attributeValue" : "...", "groupedAttributeValue" : "...", "tagCode" : "...", "operator" : "EXISTS" }, { "offerCode" : "...", "productCode" : "...", "productVersion" : 12345, "attributeCode" : "...", "groupedAttributeCode" : "...", "attributeValue" : "...", "groupedAttributeValue" : "...", "tagCode" : "...", "operator" : "GREATER_THAN_OR_EQUAL" } ] } ], "code" : "...", "description" : "...", "updatedCode" : "..." }