SetExchangeRate(CurrencyCode: String, RateType: String, Date: Date, NewRate: Number[, ExpiryDate: Date])
Passed a CurrencyCode, Rate Type, Date and Exchange Rate sets and Exchange Rate in the Rate Table.
GetExchangeRate function syntax has these named arguments:
Parameter |
Description |
|---|---|
Currency Code |
Required. The currency code to set the rate for. |
Rate Type |
Required. The type of exchange rate. |
Date |
Required. The effective date for the exchange rate. |
New Rate |
Required. The exchange rate to set, must be between the Exchange Rare Limits for the currency. |
Expiry Date |
Optional. The expiry date for the rate if any. |
See also the the Web Services SetExchangeRate function.