$moxi_works_listing_id
$moxi_works_listing_id : string
$open_house : array
$listing_images : array
find(array $attributes = array()) : \MoxiworksPlatform\Listing|null
Find a Listing on Moxi Works Platform.
find can be performed including the Moxi Works Listing ID in a parameter array
\MoxiworksPlatform\Listing::find([moxi_works_listing_id: 'abc123'])
array | $attributes |
|
if required parameters are not included
search(array $attributes = array()) : \MoxiworksPlatform\Listing
Search for Listings by Company on Moxi Works Platform.
search can be performed by including moxi_works_company_id and updated_since in a parameter array
\MoxiworksPlatform\Listing::search([moxi_works_company_id: 'abc123', updated_since: 1463595006])
array | $attributes |
|
if required parameters are not included
if at least one search parameter is not defined
paged response array with the format: [ final_page: [Boolean], listings: [Array] containing MoxiworkPlatform\Listing objects ]
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\Listing|null
$method | ||
array | $opts | |
null | $url |
if required parameters are not included