JSON_ZoneCond

ZoneCond message in JSON format

{
  "ZoneCond":{
    "searchID":"", 
/*required, string type, search ID, which is used to confirm the upper-level platform or system. If the platform or the system is the same one during two searching, the search history will be saved in the memory to speed up next searching*/
    "searchResultPosition": , 
/*required, integer32 type, the start position of the search result in the result list. When there are multiple records and you cannot get all search results at a time, you can search for the records after the specified position next time*/
    "maxResults": 
/*required, integer32 type, maximum number of search results that can be obtained this time by calling the URI. If maxResults exceeds the range returned by the device capability, the device will return the maximum number of search results according to the device capability and will not return error message*/
  }
}