DeliveryEntryList Data Type

Properties
name data type description
entries array of DeliveryEntry

Example

{
  "entries" : [ {
    "deliveryCnr" : "...",
    "status" : "NEW",
    "customerId" : 12345,
    "customerName" : "...",
    "customerCity" : "...",
    "id" : 12345
  }, {
    "deliveryCnr" : "...",
    "status" : "OPEN",
    "customerId" : 12345,
    "customerName" : "...",
    "customerCity" : "...",
    "id" : 12345
  } ]
}