Use this call to add a property to the transfer.
Name | Type | Description |
---|---|---|
fkTransferId | Guid | The transfer to add the property to. |
propertyName | String | The property name. |
propertyValue | String | The property value. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/AddTransferProperty
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.
fkTransferId=dfc9970a-864a-4f90-825e-440f7c7231e2&propertyName=sample string 1&propertyValue=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
"ace41058-3e26-4129-826d-56f2cbfecb40"