Created on 14 August 2021
icon_unfollowing
Login to follow
currencylayer

CurrencyLayer

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 14 August 2021 by 
currencylayer

CurrencyLayer

Documentation
1.0.0

Prerequisite to use the component :

  • You have to set up an Account on CurrencyLayer & get your API Access keys from Dashboard.
  • Once you installed the Service in your environment; you need to set the Site-Property: CurrencyLayer_Access_Key; The one you get above.
  • All Request-Response is handled with the help of a defined Structure via REST-JSON & SiteProperty
  • Import Actions as well as Structure while you use the Service.
  • Ardo-Json  Service needs to be installed on the environment, Link.


Reference for the Actions & REST :

https://currencylayer.com/documentation

----------------------------------------------

GetChange
ParameterDescription


start_date[Required] Specify the start date of your time frame.
end_date[Required] Specify the end date of your time frame.
source_currency

[optional] Specify a Source Currency other than the default USD. Supported on the Basic Plan and higher.
currencies_list

[optional] Specify a comma-separated list of currency codes to limit your API response to specific currencies.



GetConvert

ParameterDescription


from_currency
[Required] Specify the currency to convert from
to_currency
[Required] Specify the currency to convert to.
amount[Required] Specify the amount to convert.




GetHistorical
ParameterDescription


date[Required] Specify a date for which to request historical rates. (Format: YYYY-MM-DD)


currencies_list
[optional] Specify a comma-separated list of currency codes to limit your API response to specific currencies.



GetHistoricalConvert
ParameterDescription


from_currency

[Required] Specify the currency to convert from.
to_currency

[Required] Specify the currency to convert to.
amount[Required] Specify the amount to convert.
historical_date

[Required] Specify the date to use for your conversion. (Format: YYYY-MM-DD)

Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies