


get the point of interest by in specified Id.
The following example shows how to get the point of interest by in specified Id.
Request
GET /wcs/resources/lbs/store/10101/pointOfInterest/10039 HTTP/1.1
Host: myserver.mycompany.com
Content-Type: application/json
Response
HTTP/1.1 200 OK
Content-Type: application/json
{
"altitude": "0.0",
"cellId": "unknown-cell",
"description": [
{
"langId": "-1",
"name": "TEST 10039",
"shortDesc": "10039"
}
],
"identifier": "Warden Plaza",
"latitude": "43.851",
"longitude": "-79.333",
"poiType": "Store",
"pointId": "10039",
"pointOfInterestId": "10039",
"precedence": "1.0",
"programId": "0",
"radius": "1.0",
"regionId": "Ontario",
"resourceId": "https:\/\/myserver.mycompany.com\/wcs\/resources\/lbs\/store\/10101\/pointOfInterest\/10039",
"resourceName": "pointofinterest",
"status": "N",
"storeId": "10101",
"zoneId": "unknown-zone"
}