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+8f7eb184eaf15268d77a4dcff6cbdb806f66ee6f
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