ReportArrivals
Command, Introduced in version 2.36
POST https://localhost:8001/sv/001.1/api/v1/Purchase/PurchaseOrders/ReportArrivals
Report arrivals on purchase orders.
Returns ArrivalResult
Required permission
Report arrival of purchase order
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| ArrivalDate | DateTimeOffset? | The date of the reporting.
|
|
| ReportingEmployeeId | Int64? | The business key identifier of the employee to report as. References Persons
|
|
| DeliveryNoteNumber | String | The delivery note number of the reporting.
|
|
| WaybillNumber | String | The waybill number (shipment number) of the reporting.
|
|
| Rows | ArrivalRow[] | The rows to report.
|
Example
{
"ArrivalDate": null,
"ReportingEmployeeId": null,
"DeliveryNoteNumber": null,
"WaybillNumber": null,
"Rows": null
}