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+d4fb723f4ad0e9e30f6b55b897e9801518fd56bb
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