Use this call to change the received quantity of a transfer item.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer. |
pkBinId | Guid | The id of the bin. |
pkTransferItemId | Guid | The id of the bin item. |
Quantity | Nullable<Int32> | The new quantity. |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/WarehouseTransfer/ChangeTransferItemReceivedQuantity HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
pkTransferId=900c02c5-9f63-41e7-bdb9-28c70a152fa2&pkBinId=f9d18c9a-4c20-4650-a2b2-373fc4c0b4d0&pkTransferItemId=3a68547c-71b5-4120-9931-df9a7525fa25&Quantity=1
This is an example response. Results may vary depending on your data.
null