Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

WarehouseTransfer /GetTransferProperties

Allows 150 calls per minute

Response: List<WarehouseTransferProperty>



Use this call to retrieve a list of properties associated with 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/GetTransferProperties

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=f9b96402-bf03-4750-9fe6-cb72ed501b1b

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "PkTransferPropertyId": "71e1b39d-8fbe-4dbe-ac0e-854cb1496d56",
    "TransferPropertyName": "sample string 2",
    "TransferPropertyValue": "sample string 3"
  }
]