Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

WarehouseTransfer /GetTransferBinNotes

Allows 150 calls per minute

Response: List<WarehouseTransferBinNote>



Use this call to retrieve notes from a specific bin.

Parameters

NameTypeDescription
pkBinIdGuidThe id of the bin.

Permissions

GlobalPermissions.Inventory.WarehouseTransferNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetTransferBinNotes

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

pkBinId=a4fa6558-f136-43cb-85e8-1751a0fc778b

Response

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"
  }
]