📚 SAP Business One SDK Help

TaxCodeDeterminationsService Object Members
See Also  Overview 

Public Methods

Public Method AddTaxCodeDeterminationAdds a tax code determination rule.
Public Method DeleteTaxCodeDeterminationDeletes an existing tax code determination rule.
Public Method GetDataInterfaceCreates an empty data structure for use with the TaxCodeDeterminationsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetTaxCodeDeterminationRetrieves a tax code determination rule.

The tax code determination rule is specified by its key, which is contained in the TaxCodeDeterminationParams object passed to the method.

Public Method GetTaxCodeDeterminationListReturns the TaxCodeDeterminationsParams data collection that identifies all tax code determination rules.
Public Method UpdateTaxCodeDeterminationUpdates an existing tax code determination rule.

The data for the tax code determination rule, including the key of the tax code determination rule to be updated, is contained in the TaxCodeDetermination object passed to the method. To update a tax code determination rule, you must first retrieve it using the GetTaxCodeDetermination method.

See Also