📚 SAP Business One SDK Help

SpecificWTHAmountsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a specific WTax amounts.
Public Method DeleteDeletes an existing specific WTax amounts.
Public Method GetRetrieves a specific WTax amounts.

The specific WTax amounts is specified by its key, which is contained in the SpecificWTHAmountsParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the SpecificWTHAmountsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the SpecificWTHAmountsParamsCollection data collection that identifies all specific WTax amounts.
Public Method UpdateThe data for the specific WTax amounts, including the key of the specific WTax amounts to be updated, is contained in the SpecificWTHAmounts object passed to the method. To update a specific WTax amounts, you must first retrieve it using the Get method.

See Also