PartlistPositionEntry Data Type

Properties
name data type constraints description
cnr string  
description string  
amount number  
calcPrice number  
comment string  
position string  
unitCnr string  
salesPrice number  
itemId number  
iSort number  
customerItemCnr string  
itemHidden boolean required
itemLocked boolean required
Properties inherited from BaseEntryId
id number   Die eindeutige Id des Eintrags

Example

{
  "cnr" : "...",
  "description" : "...",
  "amount" : 12345.0,
  "calcPrice" : 12345.0,
  "comment" : "...",
  "position" : "...",
  "unitCnr" : "...",
  "salesPrice" : 12345.0,
  "itemId" : 12345,
  "iSort" : 12345,
  "customerItemCnr" : "...",
  "itemHidden" : true,
  "itemLocked" : true,
  "id" : 12345
}