📚 SAP Business One SDK Help

BranchesService Object Members
See Also  Overview 

Public Methods

Public Method AddBranchAdds a branch.
Public Method DeleteBranchDeletes an existing branch.

The branch is specified by its key (Code), which is contained in the BranchParams object passed to the method.

Public Method GetBranchRetrieves a specific branch.

The branch is specified by its key (Code), which is contained in the BranchParams object passed to the method.

Public Method GetBranchListRetrieves the keys and names of all the branches.
Public Method GetDataInterfaceCreates an empty data structure for use with the BranchesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method UpdateBranchUpdates an existing branch.

The data for the branch, including the key of the role to be updated, is contained in the Branch passed to the method. To update a branch, you must first retrieve it using the GetBranch method.

See Also