Use this call to change the requested quantity for an item on a transfer in Draft or Request states.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer. |
pkTransferItemId | Guid | The id of the transfer item. |
Quantity | Int32 | The new request quantity. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/ChangeTransferItemRequestQuantity
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=dbf824bc-ecd8-430d-a5d8-e61d4505d865&pkTransferItemId=ee7e10c4-48b9-4d4d-b634-bd9692fb0692&Quantity=1
This is an example of the response JSON. Results will vary depending on your data.