PartlistPositionPutEntry Data Type

Properties
name data type description
id number
Properties inherited from PartlistPositionPostEntry
itemCnr string
amount number
unitCnr string
position string
comment string
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "id" : 12345,
  "itemCnr" : "...",
  "amount" : 12345.0,
  "unitCnr" : "...",
  "position" : "...",
  "comment" : "..."
}