| name | data type | constraints | description |
|---|---|---|---|
| entries | array of PurchaseOrderEntry | Die Liste aller PurchaseOrderEntry> Einträge
|
|
| rowCount | number | required | Die Anzahl der Einträge |
Example
{
"entries" : [ {
"cnr" : "...",
"supplierId" : 12345,
"status" : "PARTLYDONE",
"supplierEntry" : {
"name1" : "...",
"name2" : "...",
"name3" : "...",
"sign" : "...",
"countryCode" : "...",
"zipcode" : "...",
"phone" : "...",
"city" : "...",
"addressType" : "...",
"countryName" : "...",
"street" : "...",
"titlePrefix" : "...",
"titlePostfix" : "...",
"uid" : "...",
"eori" : "...",
"remark" : "...",
"email" : "...",
"website" : "...",
"fax" : "...",
"formattedCity" : "...",
"formattedSalutation" : "...",
"partnerId" : 12345,
"contactEntries" : { },
"id" : 12345
},
"supplierName" : "...",
"supplierCity" : "...",
"id" : 12345
}, {
"cnr" : "...",
"supplierId" : 12345,
"status" : "PARTLYDONE",
"supplierEntry" : {
"name1" : "...",
"name2" : "...",
"name3" : "...",
"sign" : "...",
"countryCode" : "...",
"zipcode" : "...",
"phone" : "...",
"city" : "...",
"addressType" : "...",
"countryName" : "...",
"street" : "...",
"titlePrefix" : "...",
"titlePostfix" : "...",
"uid" : "...",
"eori" : "...",
"remark" : "...",
"email" : "...",
"website" : "...",
"fax" : "...",
"formattedCity" : "...",
"formattedSalutation" : "...",
"partnerId" : 12345,
"contactEntries" : { },
"id" : 12345
},
"supplierName" : "...",
"supplierCity" : "...",
"id" : 12345
} ],
"rowCount" : 12345
}