📚 SAP Business One SDK Help

CountriesService Object Members
See Also  Overview 

Public Methods

Public Method AddCountryAdds a Country as specified in the Country data structure.
Public Method DeleteCountryDeletes the country as specified in CountryParams object.
Public Method GetCountryReturns an instance of the Country data structure.
Public Method GetCountryListReturns a collection of CountryParams.
Public Method GetDataInterfaceCreates empty data structure. This means the structure contains
the default setting/values of the database.
Public Method GetDataInterfaceFromXMLFileCreates data structure from specified XML file.
Public Method GetDataInterfaceFromXMLStringCreates data structure from specified XML string.
Public Method UpdateCountryUpdate the specified Country with the updated data.

See Also