GET api/{database}/CurrencyInfoList
Gets a list of CurrencyInfo that matches the specified criteria
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"currencyId": "sample string 1",
"description": "sample string 2",
"emuTypeId": "sample string 3",
"euroBuyRate": 4.0,
"euroExchangeRate": 5.0,
"euroSellRate": 6.0,
"isoCurrencyId": "sample string 7",
"useDecimals": true
},
{
"currencyId": "sample string 1",
"description": "sample string 2",
"emuTypeId": "sample string 3",
"euroBuyRate": 4.0,
"euroExchangeRate": 5.0,
"euroSellRate": 6.0,
"isoCurrencyId": "sample string 7",
"useDecimals": true
},
{
"currencyId": "sample string 1",
"description": "sample string 2",
"emuTypeId": "sample string 3",
"euroBuyRate": 4.0,
"euroExchangeRate": 5.0,
"euroSellRate": 6.0,
"isoCurrencyId": "sample string 7",
"useDecimals": true
}
]
application/xml, text/xml
Sample:
<ArrayOfCurrencyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Base.Info">
<CurrencyInfo>
<CurrencyId>sample string 1</CurrencyId>
<Description>sample string 2</Description>
<EmuTypeId>sample string 3</EmuTypeId>
<EuroBuyRate>4</EuroBuyRate>
<EuroExchangeRate>5</EuroExchangeRate>
<EuroSellRate>6</EuroSellRate>
<IsoCurrencyId>sample string 7</IsoCurrencyId>
<UseDecimals>true</UseDecimals>
</CurrencyInfo>
<CurrencyInfo>
<CurrencyId>sample string 1</CurrencyId>
<Description>sample string 2</Description>
<EmuTypeId>sample string 3</EmuTypeId>
<EuroBuyRate>4</EuroBuyRate>
<EuroExchangeRate>5</EuroExchangeRate>
<EuroSellRate>6</EuroSellRate>
<IsoCurrencyId>sample string 7</IsoCurrencyId>
<UseDecimals>true</UseDecimals>
</CurrencyInfo>
<CurrencyInfo>
<CurrencyId>sample string 1</CurrencyId>
<Description>sample string 2</Description>
<EmuTypeId>sample string 3</EmuTypeId>
<EuroBuyRate>4</EuroBuyRate>
<EuroExchangeRate>5</EuroExchangeRate>
<EuroSellRate>6</EuroSellRate>
<IsoCurrencyId>sample string 7</IsoCurrencyId>
<UseDecimals>true</UseDecimals>
</CurrencyInfo>
</ArrayOfCurrencyInfo>