go back Home

Currency

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null alternateCurrencyText="..." amount="..." amountSimple="..." baseAmount="..." baseAmountSimple="..." clone="..." clone="..." conversionDate="..." conversionDateSimple="..." conversionRate="..." conversionRateSimple="..." currencyCode="..." currencyCodeSimple="..." currencyFormat="..." limitedCurrencyDBValues="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"alternateCurrencyText":"...","amount":"...","amountSimple":"...","baseAmount":"...","baseAmountSimple":"...","clone":"...","conversionDate":"...","conversionDateSimple":"...","conversionRate":"...","conversionRateSimple":"...","currencyCode":"...","currencyCodeSimple":"...","currencyFormat":"...","limitedCurrencyDBValues":"..."}

Fields

name type
alternateCurrencyText String
amount BigDecimal
amountSimple BigDecimal
baseAmount BigDecimal
baseAmountSimple BigDecimal
clone Currency
clone Currency
conversionDate Date
conversionDateSimple Date
conversionRate BigDecimal
conversionRateSimple BigDecimal
currencyCode String
currencyCodeSimple String
currencyFormat String
limitedCurrencyDBValues String[]