GetObject with photo order
According to RETS 1.5 documentation I should be able to fetch photo URLs for each photo for a listing by specifying which photo I want using 'object-id'
According to the forum here I see that 'ObjectID' is recommended. I've also tried 'Object-ID' which is what the server returns in responses.
None of these work - they all return the same primary photo over and over again.
GET /rets/fnisrets.aspx/HUDSON/getobject?Object-ID=15&Resource=Property&Type=Photo&ID=160007158&Location=1
GET /rets/fnisrets.aspx/HUDSON/getobject?ObjectID=15&Resource=Property&Type=Photo&ID=160007158&Location=1
GET /rets/fnisrets.aspx/HUDSON/getobject?object-id=15&Resource=Property&Type=Photo&ID=160007158&Location=1
What should I do ?