Deletes an existing branch.
The branch is specified by its key (Code), which is contained in the BranchParams object passed to the method.
| Visual Basic |
|---|
Public Sub DeleteBranch( _
ByVal pIBranchParams As BranchParams _
) |
- pIBranchParams
- The key of the branch to be deleted.
System branches cannot be updated.
Branches that have been assigned to a user or employee cannot be deleted.
| Deleting a branch (C#) | Copy Code | |
|---|---|---|
| ||