Skip to content

Property Reference Lookup

Wenbin.Ke edited this page Dec 23, 2015 · 2 revisions

Request Url: /apis/properties/reflookup

  • You can set If-Modified-Since in the request headers. This should be UTC date time. If the data is not modified since that date, we will return status code 304 (NotModified) and empty body.

Response:

[{
	"PropertyId": 6921,
	"PropertyReference": 1
}, {
	"PropertyId": 6931,
	"PropertyReference": 2
}]
Clone this wiki locally