Gets a list of Purchase Order Ids that contain undelivered stock items
Name | Type | Description |
---|---|---|
purchaseOrder | PurchaseOrderWithStockItem | Purchase Order class made up of a Stock Item Id and a nullable Location Id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/PurchaseOrder/GetPurchaseOrdersWithStockItems
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
purchaseOrder={
"StockItemId": "f08b3d24-e07f-452e-9a57-d6eff47edd0e",
"LocationIds": [
"bcbcbae6-265c-488f-91f8-9b116eb39343"
]
}
This is an example of the response JSON. Results will vary depending on your data.
[
"633107ce-e138-4193-80ef-cb1851311be5"
]