ForecastDeliveryAddressEntry Data Type

Properties
name data type description
forecastId number
customerId number
deliveryAddress string
pickingType PickingType
deliveryAddressShort string
pickingPrinterCnr string
Properties inherited from BaseEntryId
id number Die eindeutige Id des Eintrags

Example

{
  "forecastId" : 12345,
  "customerId" : 12345,
  "deliveryAddress" : "...",
  "pickingType" : "ADDRESS",
  "deliveryAddressShort" : "...",
  "pickingPrinterCnr" : "...",
  "id" : 12345
}