Click or drag to resize

IBusinessUnit Interface

Contains the Business unit operations exposed by the API service.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+0805aa6f00bdf9d98f1463ed5504d3f1b9f4a60a
Syntax
public interface IBusinessUnit

The IBusinessUnit type exposes the following members.

Methods
 NameDescription
Public methodAddNewBusinessUnit Adds new Business unit.
Public methodGetBusinessUnitByCode Gets a Business unit by code.
Public methodGetBusinessUnitByGUID Gets a Business unit by GUID.
Public methodGetBusinessUnitHierarchy Gets business unit hierarchy under given Business unit, or the entire business unit hierarchy of organization.
Public methodGetBusinessUnitsChangedSince Gets Business units changed after given date.
Public methodUpdateBusinessUnit Updates Business unit.
Top
See Also