Use this call to add a note to a transfer item.
Name | Type | Description |
---|---|---|
fkTransferId | Guid | The id of the transfer to which the item belongs. |
fkTransferItemId | Guid | The id of the item. |
note | String | The note text. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/AddTransferItemNote
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.
fkTransferId=5fc97f7e-788e-4372-bfe8-90276360a187&fkTransferItemId=ad4da765-2f3a-4a72-8392-ab63fa6437e0¬e=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
"e78c242e-e30f-4127-b7e8-df116c75df69"