ForecastDeliveryAddressEntryList Data Type

Properties
name data type description
entries array of ForecastDeliveryAddressEntry

Example

{
  "entries" : [ {
    "forecastId" : 12345,
    "customerId" : 12345,
    "deliveryAddress" : "...",
    "pickingType" : "ADDRESS",
    "deliveryAddressShort" : "...",
    "pickingPrinterCnr" : "...",
    "id" : 12345
  }, {
    "forecastId" : 12345,
    "customerId" : 12345,
    "deliveryAddress" : "...",
    "pickingType" : "ITEM",
    "deliveryAddressShort" : "...",
    "pickingPrinterCnr" : "...",
    "id" : 12345
  } ]
}