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