CounterTemplatesResponseDto Data Type

The Class CounterTemplatesResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
counterTemplatesDto array of CounterTemplateDto The counterTemplates DTO.
paging PagingAndFiltering The paging.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "counterTemplatesDto" : [ {
    "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" : "...",
    "calendar" : "...",
    "calendarCodeEl" : "...",
    "description" : "...",
    "unity" : "...",
    "type" : "USAGE",
    "updatedCode" : "...",
    "ceiling" : 12345.0,
    "counterLevel" : "BA",
    "ceilingExpressionEl" : "...",
    "notificationLevels" : "...",
    "accumulator" : true,
    "accumulatorType" : "MULTI_VALUE",
    "filterEl" : "...",
    "keyEl" : "...",
    "valueEl" : "..."
  }, {
    "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" : "...",
    "calendar" : "...",
    "calendarCodeEl" : "...",
    "description" : "...",
    "unity" : "...",
    "type" : "NOTIFICATION",
    "updatedCode" : "...",
    "ceiling" : 12345.0,
    "counterLevel" : "SI",
    "ceilingExpressionEl" : "...",
    "notificationLevels" : "...",
    "accumulator" : true,
    "accumulatorType" : "MULTI_VALUE",
    "filterEl" : "...",
    "keyEl" : "...",
    "valueEl" : "..."
  } ],
  "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" : "..."
  }
}