DELETE customexchangerates
Delete custom exchange rate. This will mean the exchange rate from StoreFeeder feed will be used.
Request Information
URI Parameters
None.
Body Parameters
The parameters required to select which custom exchange rate will be deleted
ExchangeRateSelection
Name | Description | Type | Additional information |
---|---|---|---|
From | The ISO currency code to convert from | string | Required |
To | The ISO currency code to convert to | string | Required |
Request Formats
application/json, text/json
Sample:
{ "From": "GBP", "To": "DKK" }
application/xml, text/xml
Sample:
<ExchangeRateSelection xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <From>GBP</From> <To>DKK</To> </ExchangeRateSelection>
Response Information
Resource Description
Delete custom exchange rate. This will mean the exchange rate from StoreFeeder feed will be used.
IHttpActionResultNone.