Use this call to change a property belonging to a given transfer.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer the property belongs to. |
pkTransferPropertyId | Guid | The id of the property. |
newValue | String | The new value for the property. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/ChangeTransferProperty
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=74053544-7dca-4f5b-ac13-ddbdf0c3d80f&pkTransferPropertyId=23ae73c2-4199-4ade-bee5-02ed88b8efa1&newValue=sample string 1
This is an example of the response JSON. Results will vary depending on your data.