ArrivalLocation
Type, Introduced in version 2.36
Report arrival from a purchase order row to a part location.
Used by the ReportArrivals command.
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| PartLocationId | Int64? | The business key identifier of the part location to report. References PartLocations
|
|
| PartLocationName | String | The name of the new part location to report.
|
|
| Quantity | Decimal | The quantity to report.
|
|
| ProductRecords | ArrivalProductRecord[] | The product records to create then reporting.
|
Example
{
"PartLocationId": null,
"PartLocationName": null,
"Quantity": 0.0,
"ProductRecords": null
}