$moxi_works_company_id
$moxi_works_company_id : string
find(array $attributes = array()) : \MoxiworksPlatform\Company|null
Find a Company on Moxi Works Platform.
find can be performed including the Moxi Works Company ID in a parameter array
\MoxiworksPlatform\Company::find([moxi_works_company_id: 'abc123'])
array | $attributes |
|
if required parameters are not included
search( $attributes = array()) : Array
Search for Companies on Moxi Works Platform.
\MoxiworksPlatform\Company::search()
$attributes |
if required parameters are not included
if at least one search parameter is not defined
of Group objects
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\Company|null
$method | ||
array | $opts | |
null | $url |
if required parameters are not included