AddBranch | Adds a branch. |
DeleteBranch | Deletes an existing branch.
The branch is specified by its key (Code), which is contained in the BranchParams object passed to the method. |
GetBranch | Retrieves a specific branch.
The branch is specified by its key (Code), which is contained in the BranchParams object passed to the method. |
GetBranchList | Retrieves the keys and names of all the branches. |
GetDataInterface | Creates an empty data structure for use with the BranchesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
UpdateBranch | Updates 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. |