PUT Marketing/ModifyRedemptionExchangeRate
Request Information
URI Parameters
None.
Body Parameters
RedemptionExchangeRateBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Points | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Disabled | date |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Points": 2,
"Amount": 3.0,
"Disabled": "2025-12-06T09:16:30.7321477+01:00",
"Lang": "sample string 4",
"StoreID": 5
}
application/xml, text/xml
Sample:
<RedemptionExchangeRateBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Marketing"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 4</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">5</StoreID> <Amount>3</Amount> <Disabled>2025-12-06T09:16:30.7321477+01:00</Disabled> <ID>1</ID> <Points>2</Points> </RedemptionExchangeRateBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>