Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

WarehouseTransfer /GetTransferNotes

Allows 150 calls per minute

Response: List<WarehouseTransferNote>



Use this call to retrieve a list of transfer-level notes for a given transfer.

Parameters

NameTypeDescription
pkTransferIdGuidThe id of the transfer

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/GetTransferNotes

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.

pkTransferId=125b2efe-e38d-4717-815e-d93bdb5b52fb

Response

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