MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.CompanyService Class Reference

Finding an Company using the Moxi Works platform. More...

Inheritance diagram for MoxiWorks.Platform.CompanyService:
MoxiWorks.Platform.Interfaces.ICompanyService

Public Member Functions

 CompanyService (IMoxiWorksClient client)
 
async Task< Response< Company > > GetCompanyAsync (string moxiWorksCompanyId)
 Finding an Company using the Moxi Works platform. More...
 
async Task< Response< CompanyResults > > GetCompaniesAsync ()
 Returns CompanyResults that contains associated Companies for the request query More...
 

Properties

IMoxiWorksClient Client [get, set]
 
- Properties inherited from MoxiWorks.Platform.Interfaces.ICompanyService
IMoxiWorksClient Client [get, set]
 

Detailed Description

Finding an Company using the Moxi Works platform.

Member Function Documentation

◆ GetCompaniesAsync()

async Task<Response<CompanyResults> > MoxiWorks.Platform.CompanyService.GetCompaniesAsync ( )

Returns CompanyResults that contains associated Companies for the request query

Returns
List of Companies and associated company ids that you can use.

◆ GetCompanyAsync()

async Task<Response<Company> > MoxiWorks.Platform.CompanyService.GetCompanyAsync ( string  moxiWorksCompanyId)

Finding an Company using the Moxi Works platform.

Parameters
moxiWorksCompanyIdA valid Moxi Works Company ID. Use Company Endpoint to determine what MoxiWorksCompanyId you can use.
Returns
a company or and empty Company object

Implements MoxiWorks.Platform.Interfaces.ICompanyService.


The documentation for this class was generated from the following file: