Ben RETS Server fotoğraf almak için PHREST sınıfını kullanıyorum ben can onun şehir, eyalet, posta kodu ve fiyat olsun ama ben işlevi aşağıda kullanıyorum bunun için mülkiyet görüntülerini almak mümkün değilim
$photos = $rets->GetObject("Property","Photo","05-020123:CLAW",1); print_r($photos);and here I am passed "05-020123:CLAW" this is UniqueID which I get from search query listing and I got below result:
Array ( [0] => Array ( [Success] => [Content-Type] => text/xml [MIME-Version] => 1.0 [Length] => 185 [Data] => [ReplyCode] => 20402 [ReplyText] => V2.5.0 640: The identifier does not match the KeyField of any data in the resource. Reason: An resource-entity must only contain digits. ) )
bana yardım edin.