📚 SAP Business One SDK Help

TaxOfficesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a tax office.
Public Method DeleteDeletes an existing tax office.
Public Method GetRetrieves a tax office. The tax office is specified by its key, which is contained in the `TaxOfficeParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `TaxOfficesService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `TaxOfficeParamsCollection` data collection that identifies all tax offices.
Public Method UpdateUpdates an existing tax office.

See Also