POST Marketing/AddRedemptionExchangeRate

Request Information

URI Parameters

None.

Body Parameters

AddRedemptionExchangeRateBinding
NameDescriptionTypeAdditional information
Points

integer

None.

Amount

decimal number

None.

Disabled

date

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Points": 1,
  "Amount": 2.0,
  "Disabled": "2025-12-06T09:16:30.0837022+01:00",
  "Lang": "sample string 3",
  "StoreID": 4
}

application/xml, text/xml

Sample:
<AddRedemptionExchangeRateBinding 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 3</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">4</StoreID>
  <Amount>2</Amount>
  <Disabled>2025-12-06T09:16:30.0837022+01:00</Disabled>
  <Points>1</Points>
</AddRedemptionExchangeRateBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>