📚 SAP Business One SDK Help

VendorTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a vendor type.
Public Method DeleteDeletes an existing vendor type.
Public Method GetRetrieves a vendor type. The vendor type is specified by its key, which is contained in the `VendorTypeParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `VendorTypesService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `VendorTypeParamsCollection` data collection that identifies all vendor types.
Public Method UpdateUpdates an existing vendor type.

See Also