📚 SAP Business One SDK Help

BinLocationsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a bin location.
Public Method DeleteDeletes an existing bin location.
Public Method GetRetrieves a bin location.

The bin location is specified by its key, which is contained in the BinLocationParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the BinLocationsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the BinLocationCollectionParams data collection that identifies all bin locations.
Public Method UpdateUpdates an existing bin location.

See Also