All the Opencell API web service response must extend this class.
name | data type | description |
---|---|---|
groupedAttributeDto | GroupedAttributeDto | |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "groupedAttributeDto" : { "code" : "...", "description" : "...", "attributes" : [ { "disabled" : true, "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "...", "attributeType" : "LIST_NUMERIC", "allowedValues" : [ "...", "..." ], "priority" : 12345, "selectable" : true, "ruled" : true, "chargeTemplateCodes" : [ "...", "..." ], "commercialRuleCodes" : [ "...", "..." ], "mediaCodes" : [ "...", "..." ], "tags" : [ "...", "..." ], "assignedAttributeCodes" : [ "...", "..." ], "unitNbDecimal" : 12345, "customFields" : { }, "groupedAttributes" : [ { }, { } ] }, { "disabled" : true, "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "...", "attributeType" : "INFO", "allowedValues" : [ "...", "..." ], "priority" : 12345, "selectable" : true, "ruled" : true, "chargeTemplateCodes" : [ "...", "..." ], "commercialRuleCodes" : [ "...", "..." ], "mediaCodes" : [ "...", "..." ], "tags" : [ "...", "..." ], "assignedAttributeCodes" : [ "...", "..." ], "unitNbDecimal" : 12345, "customFields" : { }, "groupedAttributes" : [ { }, { } ] } ], "display" : true, "mandatory" : true, "commercialRuleCodes" : [ "...", "..." ], "selectable" : true, "ruled" : true, "id" : 12345, "disabled" : true, "attributeCodes" : [ "...", "..." ], "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "sequence" : 12345 }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }