ArrivalRow
Type, Introduced in version 2.36
Report arrival of a purchase order row.
Used by the ReportArrivals command.
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| PurchaseOrderRowId | Int64 | The business key identifier of the purchase order row to report. References PurchaseOrderRows
|
|
| Quantity | Decimal | The quantity to report.
|
|
| UnitId | Int64? | The business key identifier of the unit on the quantity to report. Refernces Units
|
|
| DeleteFutureRest | Boolean | Specifies if rest quantity should be deleted after reporting.
|
|
| Locations | ArrivalLocation[] | The stock locations to report to. |
|
| GoodsLocation | String | The receiving inspection goods location to report.
|
|
| ForceReceivingInspection | Boolean | Specifies if receiving inspection should be forced on a row without receiving inspection. |
|
| PurchaseOrderAdviceRowId | Int64? | The business key identifier of the purchase order advice row to report. |
Example
{
"PurchaseOrderRowId": 0,
"Quantity": 0.0,
"UnitId": null,
"DeleteFutureRest": false,
"Locations": null,
"GoodsLocation": null,
"ForceReceivingInspection": false,
"PurchaseOrderAdviceRowId": null
}