ArrivalProductRecord
Type, Introduced in version 2.36
Report arrival of a product record to a part location.
Used by the ReportArrivals command.
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| SerialNumber | String | The serial number to report.
|
|
| BatchNumber | String | The batch number to report.
|
|
| ProductRecordId | Int64? | The business key identifier of the product record containing the batch number to report. References ProductRecords
|
|
| ChargeNumber | String | The charge number to report.
|
|
| Quantity | Decimal | The quantity to report.
|
|
| BestBeforeDate | DateTimeOffset? | The best before date to report. |
Example
{
"SerialNumber": null,
"BatchNumber": null,
"ProductRecordId": null,
"ChargeNumber": null,
"Quantity": 0.0,
"BestBeforeDate": null
}