$moxi_works_listing_id
$moxi_works_listing_id : string
$listing_images : array
find(array $attributes = array()) : \MoxiworksPlatform\SoldListing|null
Find a SoldListing on Moxi Works Platform.
find can be performed including the Moxi Works SoldListing ID in a parameter array
\MoxiworksPlatform\SoldListing::find([moxi_works_listing_id: 'abc123'])
array | $attributes |
|
if required parameters are not included
search(array $attributes = array()) : \MoxiworksPlatform\SoldListing
Search for SoldListings by Company on Moxi Works Platform.
search can be performed by including moxi_works_company_id and sold_since in a parameter array
\MoxiworksPlatform\SoldListing::search([moxi_works_company_id: 'abc123', sold_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], SoldListings: [Array] containing MoxiworkPlatform\Listing objects ]
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\SoldListing|null
$method | ||
array | $opts | |
null | $url |
if required parameters are not included