Use this call to retrieve a list of transfer-level notes for a given transfer.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetTransferNotes
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=cc0e1ac2-f0ba-4db5-8be6-6b2fdf38f571
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkTransferNoteId": "2f1b7551-f189-48a6-835d-d4d2d311153b",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8244747+00:00",
"NoteRead": true
}
]