name | data type | description |
---|---|---|
counterPeriodDto | array of CounterPeriodDto |
Example
{ "counterPeriodDto" : [ { "counterType" : "USAGE_AMOUNT", "level" : 12345.0, "periodStartDate" : "...", "periodEndDate" : "...", "value" : 12345.0, "accumulator" : true, "accumulatedValues" : { "property1" : 12345.0, "property2" : 12345.0 }, "accumulatorType" : "MULTI_VALUE", "id" : 12345, "code" : "..." }, { "counterType" : "USAGE", "level" : 12345.0, "periodStartDate" : "...", "periodEndDate" : "...", "value" : 12345.0, "accumulator" : true, "accumulatedValues" : { "property1" : 12345.0, "property2" : 12345.0 }, "accumulatorType" : "MULTI_VALUE", "id" : 12345, "code" : "..." } ] }