PointOfInterest noun is used to model a point of interest.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
GetPointOfInterest | IBM_All | {_wcf.ap=IBM_All;_wcf.dataLanguageIds='-1';storeId='$storeId$';poiType='$poiType$';latitude='$latitudeValue$';longitude='$longitudeValue$';operation='getByProximity'}/PointOfInterest[(POIType='$poiType$' and StoreID='$storeId$')] |
Get point of interest by proximity based on the latitude and longitude. |
Request
Response |
LocationFacadeClient.getPointsOfInterestByProximity(Map) |
IBM_All |
/PointOfInterest[POIType='$poiType$' and StoreID=$storeId$ and search(starts-with(PointOfInterestIdentifier/ExternalIdentifier/Identifier,
'$searchText$'))] /PointOfInterest[POIType='$poiType$' and StoreID=$storeId$ and search(ends-with(PointOfInterestIdentifier/ExternalIdentifier/Identifier, '$searchText$'))] /PointOfInterest[POIType='$poiType$' and StoreID=$storeId$ and search(contains(PointOfInterestIdentifier/ExternalIdentifier/Identifier, '$searchText$'))] /PointOfInterest[POIType='$poiType$' and StoreID=$storeId$ and search(PointOfInterestIdentifier/ExternalIdentifier/Identifier = '$searchText$')] |
Search point of interest by identifier. |
Request
Response |
LocationFacadeClient.getPointOfInterest(GetType) |
Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.
Access Profile | Data Returned | ||
---|---|---|---|
IBM_All |
|
This access profile is designed for the PointOfInterest. | Get PointOfInterest Request Get PointOfInterest Response |