📚 SAP Business One SDK Help

ExchangeRatesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds an exchange rate entry.
Public Method DeleteDeletes an existing exchange rate entry.
Public Method GetRetrieves an exchange rate entry. The entry is specified by its key, which is contained in the `ExchangeRateParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `ExchangeRatesService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `ExchangeRateParamsCollection` data collection that identifies all exchange rate entries.
Public Method UpdateUpdates an existing exchange rate entry.

See Also