$moxi_works_office_id
$moxi_works_office_id : string
find(array $attributes = array()) : \MoxiworksPlatform\Office|null
Find an Office on Moxi Works Platform.
find can be performed including the Moxi Works Office ID and Moxi Works Company ID in a parameter array
\MoxiworksPlatform\Office::find([moxi_works_office_id: 'abc123', 'moxi_works_company_id' => 'foo_bar'])
array | $attributes |
|
if required parameters are not included
search(array $attributes = array()) : Array
Search for Offices by Company on Moxi Works Platform.
search can be performed by including moxi_works_company_id in a parameter array
\MoxiworksPlatform\Office::search([moxi_works_company_id: 'abc123'])
array | $attributes |
|
if required parameters are not included
if at least one search parameter is not defined
paged response array with the format: [ page_number: [Integer], total_pages: [Integer], offices: [Array] containing MoxiworkPlatform\Office objects ]
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\Office|null
$method | ||
array | $opts | |
null | $url |
if required parameters are not included