POST Marketing/RedemptionExchangeRates
Get all the RedemptionExchangeRates
Request Information
URI Parameters
None.
Body Parameters
GetRedemptionExchangeRatesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter | Filter |
None. |
|
| Range | AdminFilterRange |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RedemptionExchangeRatesView| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| RedemptionExchangeRates | Collection of RedemptionExchangeRate |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalCount": 1,
"RedemptionExchangeRates": [
{
"ID": 1,
"Created": "2025-12-06T05:42:14.5410115+01:00",
"Modified": "2025-12-06T05:42:14.5410115+01:00",
"StoreID": 4,
"Points": 5,
"Amount": 6.0,
"Disabled": "2025-12-06T05:42:14.5410115+01:00",
"CustomerTypes": [
{
"ID": 1,
"Name": "sample string 2",
"TaxDisplay": true,
"TariffID": 4,
"InvoiceRequired": true
},
{
"ID": 1,
"Name": "sample string 2",
"TaxDisplay": true,
"TariffID": 4,
"InvoiceRequired": true
}
]
},
{
"ID": 1,
"Created": "2025-12-06T05:42:14.5410115+01:00",
"Modified": "2025-12-06T05:42:14.5410115+01:00",
"StoreID": 4,
"Points": 5,
"Amount": 6.0,
"Disabled": "2025-12-06T05:42:14.5410115+01:00",
"CustomerTypes": [
{
"ID": 1,
"Name": "sample string 2",
"TaxDisplay": true,
"TariffID": 4,
"InvoiceRequired": true
},
{
"ID": 1,
"Name": "sample string 2",
"TaxDisplay": true,
"TariffID": 4,
"InvoiceRequired": true
}
]
}
]
}
application/xml, text/xml
Sample:
<RedemptionExchangeRatesView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Marketing">
<RedemptionExchangeRates>
<RedemptionExchangeRate>
<Amount>6</Amount>
<Created>2025-12-06T05:42:14.5410115+01:00</Created>
<CustomerTypes xmlns:d4p1="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Customer">
<d4p1:CustomerType>
<d4p1:ID>1</d4p1:ID>
<d4p1:InvoiceRequired>true</d4p1:InvoiceRequired>
<d4p1:Name>sample string 2</d4p1:Name>
<d4p1:TariffID>4</d4p1:TariffID>
<d4p1:TaxDisplay>true</d4p1:TaxDisplay>
</d4p1:CustomerType>
<d4p1:CustomerType>
<d4p1:ID>1</d4p1:ID>
<d4p1:InvoiceRequired>true</d4p1:InvoiceRequired>
<d4p1:Name>sample string 2</d4p1:Name>
<d4p1:TariffID>4</d4p1:TariffID>
<d4p1:TaxDisplay>true</d4p1:TaxDisplay>
</d4p1:CustomerType>
</CustomerTypes>
<Disabled>2025-12-06T05:42:14.5410115+01:00</Disabled>
<ID>1</ID>
<Modified>2025-12-06T05:42:14.5410115+01:00</Modified>
<Points>5</Points>
<StoreID>4</StoreID>
</RedemptionExchangeRate>
<RedemptionExchangeRate>
<Amount>6</Amount>
<Created>2025-12-06T05:42:14.5410115+01:00</Created>
<CustomerTypes xmlns:d4p1="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Customer">
<d4p1:CustomerType>
<d4p1:ID>1</d4p1:ID>
<d4p1:InvoiceRequired>true</d4p1:InvoiceRequired>
<d4p1:Name>sample string 2</d4p1:Name>
<d4p1:TariffID>4</d4p1:TariffID>
<d4p1:TaxDisplay>true</d4p1:TaxDisplay>
</d4p1:CustomerType>
<d4p1:CustomerType>
<d4p1:ID>1</d4p1:ID>
<d4p1:InvoiceRequired>true</d4p1:InvoiceRequired>
<d4p1:Name>sample string 2</d4p1:Name>
<d4p1:TariffID>4</d4p1:TariffID>
<d4p1:TaxDisplay>true</d4p1:TaxDisplay>
</d4p1:CustomerType>
</CustomerTypes>
<Disabled>2025-12-06T05:42:14.5410115+01:00</Disabled>
<ID>1</ID>
<Modified>2025-12-06T05:42:14.5410115+01:00</Modified>
<Points>5</Points>
<StoreID>4</StoreID>
</RedemptionExchangeRate>
</RedemptionExchangeRates>
<TotalCount>1</TotalCount>
</RedemptionExchangeRatesView>