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=834900fc-b03d-4821-bc0f-1ee64a3e6a8e
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkTransferBinNoteId": "a9f54c5c-f9df-4942-8981-7ced525c7596",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-08-03T16:02:31.5355421+01:00",
"NoteRead": true,
"PkBinId": "110a3bda-cd4f-4b43-8b1a-68398108724e"
}
]