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.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/ChangeTransferItemReceivedQuantity
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.
pkTransferId=e19e8ce7-e9fe-4afe-a814-1dd6344cae52&pkBinId=2a149a58-3ca8-4d76-b0a4-99d4be3f1f91&pkTransferItemId=b7cbccb7-3a0c-4ed9-b2bc-31313fb6dbb6&Quantity=1
This is an example of the response JSON. Results will vary depending on your data.