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.
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=ce55f705-b94c-4c4b-b08d-06d1c46ce3cb&pkTransferPropertyId=c9a9b27a-615b-462d-bb32-6e26eb741c79&newValue=sample string 1
This is an example of the response JSON. Results will vary depending on your data.