ArrivalResult
Type, Introduced in version 2.36
Represents the created purchase order deliveries and product records that where used or created as the result of reporting arrivals.
Return from the ReportArrivals command.
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| PurchaseOrderDeliveryIds | Int64[] | The business key identifiers of the purchase order deliveries created when reporting arrivals. References PurchaseOrderDeliveries |
|
| ProductRecordIds | Int64[] | The business key identifiers of the product records used or created when reporting arrivals. References ProductRecords |
Example
{
"PurchaseOrderDeliveryIds": null,
"ProductRecordIds": null
}