"SoftLayer_" prefix removed for readability.
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 |
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'