MoxiWorks Platform
.NET SDK For MoxiWorks Public API
|
Finding an Company using the Moxi Works platform. More...
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] |
Finding an Company using the Moxi Works platform.
async Task<Response<CompanyResults> > MoxiWorks.Platform.CompanyService.GetCompaniesAsync | ( | ) |
Returns CompanyResults that contains associated Companies for the request query
async Task<Response<Company> > MoxiWorks.Platform.CompanyService.GetCompanyAsync | ( | string | moxiWorksCompanyId | ) |
Finding an Company using the Moxi Works platform.
moxiWorksCompanyId | A valid Moxi Works Company ID. Use Company Endpoint to determine what MoxiWorksCompanyId you can use. |
Implements MoxiWorks.Platform.Interfaces.ICompanyService.