The Class GetCounterTemplateResponseDto.
name | data type | description |
---|---|---|
counterTemplate | CounterTemplateDto | The counter template. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "counterTemplate" : { "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" : "SU", "ceilingExpressionEl" : "...", "notificationLevels" : "...", "accumulator" : true, "accumulatorType" : "SINGLE_VALUE", "filterEl" : "...", "keyEl" : "...", "valueEl" : "..." }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }