PriceListEntryList Data Type

Properties
name data type constraints description
entries array of PriceListEntry  
rowCount number required Die Anzahl von Einträgen in der Liste

Example

{
  "entries" : [ {
    "cnr" : "...",
    "currency" : "...",
    "active" : true,
    "id" : 12345
  }, {
    "cnr" : "...",
    "currency" : "...",
    "active" : true,
    "id" : 12345
  } ],
  "rowCount" : 12345
}