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