The Class GetCountersInstancesResponseDto.
name | data type | description |
---|---|---|
countersInstances | CountersInstancesDto | Gets the counters instances. |
actionStatus | ActionStatus | Gets the action status. |
Example
{ "countersInstances" : { "counterInstance" : [ { "counterPeriods" : { }, "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, { "counterPeriods" : { }, "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." } ] }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }