Skip to main content
Skip table of contents

UT Currency Code

URL

Verbs

Function

Available

/CurrencyCode

GET

Query a list of all Currency Codes

2018.1.0

/CurrencyCode/<code>

GET

Query a single Currency Code

2018.1.0

Supported modifiers

Query String

Definition

Sample
Available

convertTo

Returns a currency conversion rate from the source currency code to the nominated To currency

convertTo=USD2019.3
convertFromReturns a currency conversion rate to the source currency code to the nominated From currencyconvertFrom=NZD2019.3
dateUsed for the currency conversion calculation for date based rates, default will be the current server datedate=2019-04-212019.3

Security Linked Menu

Menu Item
Located
Currency MaintenanceSystem / Foreign Currency

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<CurrencyCode>
    <Code>AUD</Code>
    <Description>Australian Dollar</Description>
	<Edition>16</Edition>
</CurrencyCode>

Sample result from requesting a currency conversion eg http://server:port/01/CurrencyCode/USD?convertTo=AUD&date=2018-05-21

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<CurrencyConversion>
    <FromCurrency>USD</FromCurrency>
    <ToCurrency>AUD</ToCurrency>
    <Date>2018-05-21</Date>
    <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
    <CurrencyRate>1.81801654</CurrencyRate>
</CurrencyConversion>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.