getExchangeRate


SoftLayer_Billing_Currency_ExchangeRate::getExchangeRate

Description


Parameters

Name Type Description
to string Short Name of the currency to exchange to
from string Short Name of the base currency, optional, using default funding currency if none given
effectiveDate dateTime Effective Date to look up currency from, defaults to current date if none given

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, dateTime]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Currency_ExchangeRate/getExchangeRate'