| name | data type | constraints | description |
|---|---|---|---|
| itemId | number | ||
| description | string | ||
| description2 | string | ||
| amount | number | ||
| unitCnr | string | ||
| dueDateMs | number | required | |
| itemCnr | string | ||
| recordable | boolean | required | |
| documentObligation | boolean | required | |
Properties inherited from TodoDetailEntry |
|||
| detailType | TodoDetailEntryType | ||
Properties inherited from BaseEntryId |
|||
| id | number | Die eindeutige Id des Eintrags | |
Example
{
"itemId" : 12345,
"description" : "...",
"description2" : "...",
"amount" : 12345.0,
"unitCnr" : "...",
"dueDateMs" : 12345,
"itemCnr" : "...",
"recordable" : true,
"documentObligation" : true,
"detailType" : "ZWS",
"id" : 12345
}