| name | data type | description |
|---|---|---|
| itemCnr | string | |
| amount | number | |
| unitCnr | string | |
| position | string | |
| comment | string | |
Properties inherited from BaseEntryId |
||
| id | number | Die eindeutige Id des Eintrags |
Example
{
"itemCnr" : "...",
"amount" : 12345.0,
"unitCnr" : "...",
"position" : "...",
"comment" : "...",
"id" : 12345
}