Class OrganizationService

Class OrganizationService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.OrganizationService : xbe.sdk.ServiceBase#

Public Functions

OrganizationService ()#
Task<List<Organization>> FindAll (Dictionary<string, string> query = null)#

Returns all organizations from the system that the user has access to.

Task<Organization> Create (Organization obj)#

Create a new organization.

Task<Organization> FindById (string id)#

Returns a single organization from the system that the user has access to.

Task<Organization> Update (string id, Organization obj)#

Updates a single organization.