CounterTemplateDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string
description string
calendar string
unity string
type CounterTypeEnum
ceiling number
disabled boolean
counterLevel CounterTemplateLevel
ceilingExpressionEl string
notificationLevels string
Properties inherited from BusinessDto
updatedCode string

Example

{
  "code" : "...",
  "description" : "...",
  "calendar" : "...",
  "unity" : "...",
  "type" : "USAGE",
  "ceiling" : 12345.0,
  "disabled" : true,
  "counterLevel" : "UA",
  "ceilingExpressionEl" : "...",
  "notificationLevels" : "...",
  "updatedCode" : "..."
}