POST Marketing/RewardExchangeRates

Get all the RewardExchangeRates

Request Information

URI Parameters

None.

Body Parameters

GetRewardExchangeRatesRequest
NameDescriptionTypeAdditional 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

RewardExchangeRatesView
NameDescriptionTypeAdditional information
TotalCount

integer

None.

RewardExchangeRates

Collection of RewardExchangeRate

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalCount": 1,
  "RewardExchangeRates": [
    {
      "ID": 1,
      "RewardID": 2,
      "Points": 3,
      "Amount": 4.0,
      "Disabled": "2025-12-06T09:16:25.1283422+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,
      "RewardID": 2,
      "Points": 3,
      "Amount": 4.0,
      "Disabled": "2025-12-06T09:16:25.1283422+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:
<RewardExchangeRatesView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Marketing">
  <RewardExchangeRates>
    <RewardExchangeRate>
      <Amount>4</Amount>
      <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-06T09:16:25.1283422+01:00</Disabled>
      <ID>1</ID>
      <Points>3</Points>
      <RewardID>2</RewardID>
    </RewardExchangeRate>
    <RewardExchangeRate>
      <Amount>4</Amount>
      <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-06T09:16:25.1283422+01:00</Disabled>
      <ID>1</ID>
      <Points>3</Points>
      <RewardID>2</RewardID>
    </RewardExchangeRate>
  </RewardExchangeRates>
  <TotalCount>1</TotalCount>
</RewardExchangeRatesView>