GET ticket_services/ForeignCurrency
This method will return the Foreign Currency setup in the system and return the exchange rate. Requires: HTTPS, Basic Auth.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"ForeignCurrencyID": 1,
"CurrencyRate": 2.0,
"Currencydescription": "sample string 3"
},
{
"ForeignCurrencyID": 1,
"CurrencyRate": 2.0,
"Currencydescription": "sample string 3"
},
{
"ForeignCurrencyID": 1,
"CurrencyRate": 2.0,
"Currencydescription": "sample string 3"
}
]