Scrap batched items in bulk without consumption
Name | Type | Description |
---|---|---|
request | BulkScrapBatchedItemsRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Inventory/BulkScrapBatchedItems
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.
request={
"LocationId": "b4f33a9c-2050-4ae1-8d64-6236d54c2cd9",
"ScrapItems": [
{
"pkScrapId": "e9280030-ee14-4f26-9514-391847b1993e",
"BatchInventoryId": 2,
"fkStockItemId": "44015a19-e435-44c2-9754-73eae575d405",
"Quantity": 4,
"ScrapCategory": "sample string 5",
"ScrapReason": "sample string 6"
}
]
}
This is an example of the response JSON. Results will vary depending on your data.