The Class GetListServiceResponseDto.
name | data type | description |
---|---|---|
paging | PagingAndFiltering | The paging. |
actionStatus | ActionStatus | The status response of the web service response. |
services | array of AttributeDTO | The list product template. |
Example
{ "paging" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "ASCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "services" : [ { "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" : "..." } ], "code" : "...", "description" : "...", "updatedCode" : "...", "attributeType" : "LIST_NUMERIC", "allowedValues" : [ "...", "..." ], "priority" : 12345, "selectable" : true, "ruled" : true, "chargeTemplateCodes" : [ "...", "..." ], "commercialRuleCodes" : [ "...", "..." ], "mediaCodes" : [ "...", "..." ], "tags" : [ "...", "..." ], "assignedAttributeCodes" : [ "...", "..." ], "unitNbDecimal" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "groupedAttributes" : [ { "code" : "...", "description" : "...", "attributes" : [ { }, { } ], "display" : true, "mandatory" : true, "commercialRuleCodes" : [ "...", "..." ], "selectable" : true, "ruled" : true, "id" : 12345, "disabled" : true, "attributeCodes" : [ "...", "..." ], "customFields" : { }, "sequence" : 12345 }, { "code" : "...", "description" : "...", "attributes" : [ { }, { } ], "display" : true, "mandatory" : true, "commercialRuleCodes" : [ "...", "..." ], "selectable" : true, "ruled" : true, "id" : 12345, "disabled" : true, "attributeCodes" : [ "...", "..." ], "customFields" : { }, "sequence" : 12345 } ] }, { "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" : "..." } ], "code" : "...", "description" : "...", "updatedCode" : "...", "attributeType" : "TOTAL", "allowedValues" : [ "...", "..." ], "priority" : 12345, "selectable" : true, "ruled" : true, "chargeTemplateCodes" : [ "...", "..." ], "commercialRuleCodes" : [ "...", "..." ], "mediaCodes" : [ "...", "..." ], "tags" : [ "...", "..." ], "assignedAttributeCodes" : [ "...", "..." ], "unitNbDecimal" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "groupedAttributes" : [ { "code" : "...", "description" : "...", "attributes" : [ { }, { } ], "display" : true, "mandatory" : true, "commercialRuleCodes" : [ "...", "..." ], "selectable" : true, "ruled" : true, "id" : 12345, "disabled" : true, "attributeCodes" : [ "...", "..." ], "customFields" : { }, "sequence" : 12345 }, { "code" : "...", "description" : "...", "attributes" : [ { }, { } ], "display" : true, "mandatory" : true, "commercialRuleCodes" : [ "...", "..." ], "selectable" : true, "ruled" : true, "id" : 12345, "disabled" : true, "attributeCodes" : [ "...", "..." ], "customFields" : { }, "sequence" : 12345 } ] } ] }