Use this call to retrieve notes from a specific bin.
Name | Type | Description |
---|---|---|
pkBinId | Guid | The id of the bin. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetTransferBinNotes
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.
pkBinId=a4fa6558-f136-43cb-85e8-1751a0fc778b
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkTransferBinNoteId": "c899247d-d18f-465c-8689-2fc50fd15c17",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.8228027+00:00",
"NoteRead": true,
"PkBinId": "e50b1b6d-eb72-4796-b1d9-8d9f92c1744d"
}
]