Use this call to retrieve the notes from a transfer item.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer to which the item belongs. |
pkTransferItemId | Guid | The id of the transfer item. |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/WarehouseTransfer/GetTransferItemNotes 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=a4caa7d5-f0b0-4ae4-bbe1-fdb3f403f8a2&pkTransferItemId=128fbf0e-ceea-40bd-84c0-26ae857de966
This is an example response. Results may vary depending on your data.
[
{
"PkTransferItemNoteId": "4426c64f-b53d-485c-b61d-73fc876c9d64",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2019-11-28T09:45:59.1010618+00:00",
"NoteRead": true,
"FkBinId": "ddc5d9eb-a900-4a1f-b1c4-be41f7db14b1",
"PkTransferItemId": "5b27ac31-3b3a-474e-bbdd-ca1730de2380"
},
{
"PkTransferItemNoteId": "4426c64f-b53d-485c-b61d-73fc876c9d64",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2019-11-28T09:45:59.1010618+00:00",
"NoteRead": true,
"FkBinId": "ddc5d9eb-a900-4a1f-b1c4-be41f7db14b1",
"PkTransferItemId": "5b27ac31-3b3a-474e-bbdd-ca1730de2380"
}
]