PurchaseOrderAdvices
Queryable, Introduced in version 22.2
GET https://localhost:8001/sv/001.1/api/v1/Purchase/PurchaseOrderAdvices
Represents a purchase order advice.
GUID
3020A4C1-7B63-497D-BB9D-A9E265EDD125
Required permission
Show arrival
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the purchase order advice. |
|
SupplierId | Int64 | The business key identifier of the supplier for the advice.
|
|
Status | Int32 | The status of the advice.
|
|
DispatchDate | DateTimeOffset | The dispatch date of the advice. |
|
DeliveryNoteNumber | String | The delivery note number of the advice.
|
|
ShipmentNumber | String | The shipment number of the advice.
|
|
GoodsTrackingUrl | String | The gods tracking url of the advice.
|
Example
{
"Id": 0,
"SupplierId": 0,
"Status": 0,
"DispatchDate": "0001-01-01T00:00:00+00:00",
"DeliveryNoteNumber": null,
"ShipmentNumber": null,
"GoodsTrackingUrl": null
}