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.
GET | 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=125b2efe-e38d-4717-815e-d93bdb5b52fb
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkTransferNoteId": "1dab2be4-5691-449e-92d9-15801ade498c",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7790121+00:00",
"NoteRead": true
}
]