Use this call to retrieve a list of properties associated with a given transfer.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetTransferProperties
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.
pkTransferId=f9b96402-bf03-4750-9fe6-cb72ed501b1b
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"
}
]