Sample Request and Response

POST Request

{
               "name": "starbucks",
               "type": "eating and drinking places",
               "categoryCode": "1607",
               "sicCode": "6571",
               "fuzzyOnName": "N",
               "geometry": {
                              "type": "Polygon",
                              "crs": {
                                             "type": "name",
                                             "properties": {
                                                            "name": "epsg:4326"
                                             }
                              },
                              "coordinates": [
                                             [-87.38259721457948, 40.50315209303844],
                                             [-87.39186330973128, 40.51004951521943],
                                             [-87.39186330973128, 40.57902373702927],
                                             [-87.40112940488306, 40.57902373702927],
                                             [-87.40112940488306, 40.613510847934194],
                                             [-87.41039550003488, 40.613510847934194],
                                             [-87.41039550003488, 40.641100536658136],
                                             [-87.42892769033847, 40.64799795883912],
                                             [-89.3748076722164, 42.1378411499318],
                                             [-89.3748076722164, 42.15163599429376],
                                             [-89.3655415770646, 42.15163599429376],
                                             [-86.22433532060451, 41.42740666529038],
                                             [-86.1872709399973, 41.34463759911857],
                                             [-86.1872709399973, 41.33774017693758],
                                             [-87.36406502427587, 40.523844359581396],
                                             [-87.35479892912407, 40.523844359581396],
                                             [-87.35479892912407, 40.51694693740041],
                                             [-87.38259721457948, 40.50315209303844]
                              ]
               }
}

Post response


{
    "totalPoisFound": 141
}