From f59a6c2a3f2a782c151ebdc6bcba264ebd1b4416 Mon Sep 17 00:00:00 2001 From: cdartnell-wgs Date: Mon, 11 May 2026 17:03:58 +0200 Subject: [PATCH 1/4] feat(localities): add existing specific subtypes for poi transit.station.rail --- specification/schemas/LocalitiesTypesPoi.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/specification/schemas/LocalitiesTypesPoi.yml b/specification/schemas/LocalitiesTypesPoi.yml index f7518e38..216cc6c2 100644 --- a/specification/schemas/LocalitiesTypesPoi.yml +++ b/specification/schemas/LocalitiesTypesPoi.yml @@ -6,7 +6,12 @@ enum: - 'point_of_interest' - 'transit.station' - 'transit.station.airport' - - 'transit.station.rail' + - 'transit.station.rail.subway' + - 'transit.station.rail.train' + - 'transit.station.rail.light_rail' + - 'transit.station.rail.monorail' + - 'transit.station.rail.funicular' + - 'transit.station.rail.tram' - 'beach' - 'business' - 'business.car_repair' From 2fd07ef58c67726376ce8ca3cd11509a2ef62258 Mon Sep 17 00:00:00 2001 From: gaelsimon Date: Mon, 11 May 2026 15:08:10 +0000 Subject: [PATCH 2/4] chore: update dist folder [skip ci] --- dist/merged-woosmap-openapi3.json | 7 +- dist/woosmap-openapi3.json | 7 +- dist/woosmap-openapi3.yml | 7 +- dist/woosmap-postman.json | 870 +++++++++++++++--------------- 4 files changed, 453 insertions(+), 438 deletions(-) diff --git a/dist/merged-woosmap-openapi3.json b/dist/merged-woosmap-openapi3.json index 444ef186..4766fd5b 100755 --- a/dist/merged-woosmap-openapi3.json +++ b/dist/merged-woosmap-openapi3.json @@ -14247,7 +14247,12 @@ "point_of_interest", "transit.station", "transit.station.airport", - "transit.station.rail", + "transit.station.rail.subway", + "transit.station.rail.train", + "transit.station.rail.light_rail", + "transit.station.rail.monorail", + "transit.station.rail.funicular", + "transit.station.rail.tram", "beach", "business", "business.car_repair", diff --git a/dist/woosmap-openapi3.json b/dist/woosmap-openapi3.json index e0c6e5bb..fcb525ff 100755 --- a/dist/woosmap-openapi3.json +++ b/dist/woosmap-openapi3.json @@ -6837,7 +6837,12 @@ "point_of_interest", "transit.station", "transit.station.airport", - "transit.station.rail", + "transit.station.rail.subway", + "transit.station.rail.train", + "transit.station.rail.light_rail", + "transit.station.rail.monorail", + "transit.station.rail.funicular", + "transit.station.rail.tram", "beach", "business", "business.car_repair", diff --git a/dist/woosmap-openapi3.yml b/dist/woosmap-openapi3.yml index 600d6260..bd2fdd01 100755 --- a/dist/woosmap-openapi3.yml +++ b/dist/woosmap-openapi3.yml @@ -5917,7 +5917,12 @@ components: - point_of_interest - transit.station - transit.station.airport - - transit.station.rail + - transit.station.rail.subway + - transit.station.rail.train + - transit.station.rail.light_rail + - transit.station.rail.monorail + - transit.station.rail.funicular + - transit.station.rail.tram - beach - business - business.car_repair diff --git a/dist/woosmap-postman.json b/dist/woosmap-postman.json index 8dce4f72..0f78220b 100755 --- a/dist/woosmap-postman.json +++ b/dist/woosmap-postman.json @@ -10,7 +10,7 @@ "description": "Manage the store and asset data within your Woosmap project. It provides full CRUD (Create, Read, Update, Delete) operations through standard HTTP methods, supporting batch imports up to 15MB, along with an atomic replace operation for swapping entire datasets without downtime.\nThis endpoint handles the complete lifecycle of your location data. You can add new assets in batch using POST, update existing assets with PUT, retrieve assets as GeoJSON with GET, remove individual or all assets with DELETE, and atomically replace your entire dataset using the replace operation. All write operations accept JSON payloads containing an array of store objects, each with a unique storeId, name, and geographic coordinates.\n\n``` POST|GET|PUT|DELETE https://api.woosmap.com/stores ```\n", "item": [ { - "id": "2e6ed137-d78b-474c-b7ef-d88f69b75349", + "id": "95ee1a1a-fdb4-44c5-b63e-db076d06d42c", "name": "Create your Assets", "request": { "name": "Create your Assets", @@ -44,7 +44,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -72,7 +72,7 @@ }, "response": [ { - "id": "a8b5a52c-ff5b-4ba7-a02f-de8fdebd3484", + "id": "1710b2ba-62f1-4db1-8d65-ed218d3c4dab", "name": "Assets successfully created", "originalRequest": { "url": { @@ -110,7 +110,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -132,7 +132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d721ac8-7b6b-4920-8cf6-eebec148add7", + "id": "957c7238-a101-4abb-b243-a2c4f80b9e68", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -170,7 +170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -192,7 +192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "862b03fc-b874-459e-b26f-ed11391ffe40", + "id": "269002a5-f09a-47a1-9923-9e33829b3533", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -230,7 +230,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -252,7 +252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d2370d3-7c47-4c7d-aba9-3963ada2a23a", + "id": "ec5a7b87-e306-4913-a9e3-b3b2b9144995", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -290,7 +290,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -318,7 +318,7 @@ } }, { - "id": "56f23253-e3d2-455d-a800-665a761d7fbc", + "id": "de060219-106f-456b-91ad-281c95e92b10", "name": "Update the Assets", "request": { "name": "Update the Assets", @@ -352,7 +352,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -380,7 +380,7 @@ }, "response": [ { - "id": "29c06d15-2688-44e1-9540-6da2405eecf4", + "id": "97015503-faf2-4c3b-80df-5e787e21a11a", "name": "Assets successfully updated", "originalRequest": { "url": { @@ -418,7 +418,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -440,7 +440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6326a61-3350-47ad-8e56-272e4d81d747", + "id": "084a369b-e167-48f4-b9f1-b6add8ba60c3", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -478,7 +478,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -500,7 +500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105dd188-4fe2-42cf-aca3-702c381104f8", + "id": "2aa7c840-fd20-41e9-8633-f1d5b233bdd5", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -538,7 +538,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -560,7 +560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef47aab7-97b1-4e27-a701-ca58bb370132", + "id": "5646ca98-779c-49ff-bad1-fdd39f24af90", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -598,7 +598,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -626,7 +626,7 @@ } }, { - "id": "343c9200-1181-4869-bd07-9ea30198ba27", + "id": "5b0579b1-4e33-4ebc-b7ae-71c8c84803a8", "name": "Delete the Assets", "request": { "name": "Delete the Assets", @@ -685,7 +685,7 @@ }, "response": [ { - "id": "cc260441-2f78-451a-9747-afe739dc2e49", + "id": "fed5cf3c-ad5b-44d5-a7d2-5ebdce47a1b0", "name": "Assets successfully deleted", "originalRequest": { "url": { @@ -741,7 +741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ada804-b151-41cd-9bc6-92b55b74c19d", + "id": "98e7484a-52ea-485f-b118-9073edd39b33", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -797,7 +797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f1e881b-aa60-448e-9233-2822647fb531", + "id": "80f457ab-f0df-4f40-ad98-4d03adfbcac3", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -859,7 +859,7 @@ } }, { - "id": "72ee960d-9afd-4a66-8c33-769cb03fb8b1", + "id": "2fe41a87-9a0a-4e59-b3d0-543eb277b728", "name": "Get Asset from ID", "request": { "name": "Get Asset from ID", @@ -920,7 +920,7 @@ }, "response": [ { - "id": "a1bf025f-c239-430f-a253-889e2f65c306", + "id": "ebeccb27-a877-4ad6-a7cd-6813c9f8c86b", "name": "Asset successfully retrieved", "originalRequest": { "url": { @@ -974,12 +974,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", + "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 8374.55708918237,\n \"key_1\": true,\n \"key_2\": true,\n \"key_3\": 4537\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9345e863-5dd2-4cbb-80a0-4fe9df45b66a", + "id": "f11beea3-f9ab-4b23-8016-16b0c51098db", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1038,7 +1038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42ca75b9-1c01-4836-8ad7-bd153cfa3ef1", + "id": "ff8a1f0a-ce22-4ad0-a27d-e3e4b4879a91", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1097,7 +1097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b60fbe4f-ee3f-4c47-926c-c6110f774228", + "id": "d79b7f75-622e-45c7-ab9e-13a4fab00931", "name": "Not Found - `storeId` do not exist.", "originalRequest": { "url": { @@ -1150,7 +1150,7 @@ } }, { - "id": "67ffc45b-3e33-4033-bbb1-448170f9c365", + "id": "85ca2473-6c48-4dc7-beb4-42362e0662d0", "name": "Replace all assets", "request": { "name": "Replace all assets", @@ -1185,7 +1185,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1213,7 +1213,7 @@ }, "response": [ { - "id": "dd95b025-7c6c-4820-9957-6081a0a8eabe", + "id": "9211710e-fc7b-4193-bd2e-0784264edb8e", "name": "Assets successfully replaced", "originalRequest": { "url": { @@ -1252,7 +1252,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1274,7 +1274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3f1930-7c0f-4e47-977c-f28c6f8e7585", + "id": "c4cdf355-04aa-4d08-8714-ac618fa17d0e", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1313,7 +1313,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1335,7 +1335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "defd0934-5698-4ce2-86ae-5eab7b0fa383", + "id": "71357504-6495-4ef8-b459-ee1bc464bf4e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1374,7 +1374,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1396,7 +1396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eda3051-d6d6-45d7-9143-337f90116b45", + "id": "551bee36-a439-4ad9-847d-6898a251a63a", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1435,7 +1435,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": null\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 7366,\n \"key_1\": \"string\"\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1469,7 +1469,7 @@ "description": "The Zones Endpoint lets you associate geographic polygons (zones) with your stores and then search for stores whose zone contains a specific point. Unlike distance-based search, which relies on straight-line proximity, zone-based search accounts for real-world boundaries like delivery areas, service regions, or franchise territories.\nZone management provides a full set of CRUD operations: import zones in bulk, update existing zones, list all zones in your project, retrieve or delete individual zones by ID, and remove all zones at once. Each zone links a polygon (defined in WKT format) to a specific store via store_id and zone_id.\n\nOnce zones are imported, you can search for stores by adding `zone=true` to your Search request. The API returns stores whose zone polygon intersects the queried location rather than the nearest stores by distance.\n\n``` https://api.woosmap.com/zones ```\n", "item": [ { - "id": "2f116184-66a8-4c7c-b990-4094a2e010f9", + "id": "dc4365de-1ac1-4999-a0f2-cf61af375c3d", "name": "List your Zones", "request": { "name": "List your Zones", @@ -1537,7 +1537,7 @@ }, "response": [ { - "id": "ded995dc-a418-41d6-bd03-b6774d2ad42c", + "id": "a1f5b5d6-ad0f-4fa9-b674-ad1baa79a22a", "name": "Zones successfully retrieved", "originalRequest": { "url": { @@ -1602,7 +1602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121ed3b2-bba6-4e7c-83b6-3e84cb9fb190", + "id": "9f34256d-d3ce-415c-a19a-86ce482d9c56", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1667,7 +1667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab07ea3a-b341-427f-8175-a1d1e774aad2", + "id": "55a997ad-5a12-4d4c-bf53-bfcea7480cc5", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1732,7 +1732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "455010df-5a6b-4f5c-9e7d-64160cd5280f", + "id": "c4312a24-af2a-43e2-b8b0-3a9e0d0fc3e5", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -1803,7 +1803,7 @@ } }, { - "id": "81f7456c-962a-49e3-811f-5837f1183d76", + "id": "c091c81b-c389-4821-86f2-c17ea3d06155", "name": "Create your Zones", "request": { "name": "Create your Zones", @@ -1865,7 +1865,7 @@ }, "response": [ { - "id": "a134f785-5b13-4f2a-a6de-f38a066a8fd2", + "id": "576dabe4-11f4-4ea3-a343-ba5382cac3c9", "name": "Zones successfully created", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87444b16-3dfb-44ab-b68c-c23dcaea88b5", + "id": "80535a32-090f-41b9-b245-807f360ae348", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1985,7 +1985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590097f7-b6c0-439a-beb1-0a67f5d26fee", + "id": "5f94ba7f-9e81-4ec3-a897-ebfd07ed80a1", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2045,7 +2045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8630899-7972-4c38-a24e-3886446ecc99", + "id": "d3024df0-a412-4593-8775-917fec996bb2", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2111,7 +2111,7 @@ } }, { - "id": "33be1f41-ddb8-4579-bb72-d6edd75889ae", + "id": "015d88bb-cf78-4bc7-ac57-91b076992fb0", "name": "Update the Zones", "request": { "name": "Update the Zones", @@ -2173,7 +2173,7 @@ }, "response": [ { - "id": "f1688c3c-93a9-4b6e-8a08-f65e484359d9", + "id": "b257e5a2-0b85-4e60-a81b-71ed2f436a83", "name": "Zones successfully updated", "originalRequest": { "url": { @@ -2233,7 +2233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76278181-eb8d-4a77-945a-3be5a7985248", + "id": "7c51eef2-d044-4856-b780-85dfdec8f92b", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -2293,7 +2293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc9b0763-d085-4ab9-bf1a-abe0675c9a45", + "id": "3975cb94-7bce-441d-a64d-74c47fe11426", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2353,7 +2353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dd9af75-4b7d-40be-a68a-8179779596e9", + "id": "3d99befa-9721-4334-ab5c-3001cfa54239", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2419,7 +2419,7 @@ } }, { - "id": "d83db54e-498b-403d-b5d6-5b0f8b069326", + "id": "acbcbbc0-916a-45a5-a346-b8b493f03728", "name": "Delete the Zones", "request": { "name": "Delete the Zones", @@ -2468,7 +2468,7 @@ }, "response": [ { - "id": "816f1dac-962c-4220-83d5-d0fabc80e184", + "id": "84ff1f12-8f67-4315-b043-78ffc0cc8a5a", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -2515,7 +2515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7605bc68-79d0-4301-9fa1-6c41629cb17d", + "id": "9e351f3b-8a23-4dc7-8266-dc49211acc5a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2562,7 +2562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4424d16-d977-49eb-8107-1be9e227ad45", + "id": "1f25e984-a3f2-4a4d-9817-a3ad347031dd", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2615,7 +2615,7 @@ } }, { - "id": "ad588063-36d8-4e10-95e5-3f63548e6f80", + "id": "4b49e499-c180-46e2-85e4-be7742de4f48", "name": "Get Zone from ID", "request": { "name": "Get Zone from ID", @@ -2676,7 +2676,7 @@ }, "response": [ { - "id": "65cb8d18-19c9-4763-b7aa-14d2496a14b5", + "id": "d1898879-b8f1-4f35-b65f-aafae72fed24", "name": "Zone successfully retrieved", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b29eb78-cb1b-46f3-b802-195e5cac2251", + "id": "9a27c234-bbe9-4ea7-998b-87ea0969b0b6", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2794,7 +2794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0745ca-2cf7-4b2b-83c9-005f314901b3", + "id": "c0aa930e-739e-4c15-8f0c-d8345c5eb1c6", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2853,7 +2853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45858539-7a6c-420b-bdd4-f6fd36888ae0", + "id": "e79f8eb0-ba65-40b1-8b45-b06e7014761c", "name": "Not Found - `zone_id` do not exist.", "originalRequest": { "url": { @@ -2906,7 +2906,7 @@ } }, { - "id": "fa7ae041-ffe3-40eb-a218-db9bc8f0c427", + "id": "5a715e10-2e3c-44cb-8066-5da61c428da5", "name": "Delete Zone from ID", "request": { "name": "Delete Zone from ID", @@ -2967,7 +2967,7 @@ }, "response": [ { - "id": "1a0c4bd9-41e3-48be-86b1-c58431d8ed47", + "id": "2ff4253f-bffe-4799-a572-11768ecf7406", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -3026,7 +3026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "197aa017-013a-4b25-b602-e083bbf99798", + "id": "492cd9ac-8895-4d96-9be9-fdcc6308fb11", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3085,7 +3085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f06bb2c-e1b0-4061-b689-869f5715d722", + "id": "6d26e8d6-570f-40d5-b800-d08ee60a1acf", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3156,7 +3156,7 @@ "description": "Geolocation API returns a location (or nearby stores) and accuracy radius based on an IP address. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "2a6ce434-3cc7-48e9-ac52-91fd81f1742c", + "id": "bde63f8c-33ef-4d5e-854a-371cc53a2dbf", "name": "Geolocation from an IP address", "request": { "name": "Geolocation from an IP address", @@ -3216,7 +3216,7 @@ }, "response": [ { - "id": "0e336868-f13d-4b9a-aba4-4edc4d88a0be", + "id": "bba788dc-e6a0-44b7-9c05-145daa7a1198", "name": "Geolocation successfully retrieved", "originalRequest": { "url": { @@ -3273,7 +3273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b630b566-1df3-4ad2-b7b7-34d00531311a", + "id": "c6fb8791-b533-417a-91a5-9b0fb1fbd636", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3330,7 +3330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63df7d35-21ac-44a5-9b7d-2799ad898e6d", + "id": "cea7aeb4-816e-4dd2-8ce1-36d3e1a4a930", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3387,7 +3387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6570e41d-bbd3-4626-987f-48b828c22277", + "id": "9b217792-cb58-443a-b26f-80d3e294d19f", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3450,7 +3450,7 @@ } }, { - "id": "e865ee08-1e4c-4ec1-9251-52f2eec9ba5f", + "id": "3fb17da8-9c41-47c2-82b2-8206a09a74e2", "name": "Assets nearby a Geolocation", "request": { "name": "Assets nearby a Geolocation", @@ -3528,7 +3528,7 @@ }, "response": [ { - "id": "dbb7b39a-b96e-484d-a473-6371914ef843", + "id": "fbeccd05-f2a5-46a4-809a-e7b425d174ea", "name": "Geolocation and Stores successufully retrieved", "originalRequest": { "url": { @@ -3598,12 +3598,12 @@ "value": "application/json" } ], - "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 3490,\n \"key_1\": 8353,\n \"key_2\": false,\n \"key_3\": \"string\"\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", + "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 4724.296321140909,\n \"key_1\": 2393\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b882d12-ae3e-4d42-8fbc-31bfc536e369", + "id": "83ad43f6-457f-46da-861a-f22b9999f511", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3678,7 +3678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a51bf27b-c1c1-4e6e-9e47-d4df1711663d", + "id": "728351df-b801-48c9-8dd3-0d01db27c955", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3753,7 +3753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88facc0b-2633-4bd5-bfa1-c1499fae2c4c", + "id": "9339b0a7-01dc-4c3b-972e-94412de8e90b", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3834,7 +3834,7 @@ } }, { - "id": "dbc255e0-9aab-4f7c-a7b2-3ca7e5dac78d", + "id": "f9e06fb5-3676-4477-84ba-498399108ec4", "name": "Timezone", "request": { "name": "Timezone", @@ -3903,7 +3903,7 @@ }, "response": [ { - "id": "48c66a19-1f2f-48fc-a8db-97cd04f3f8fb", + "id": "e25ae66d-6150-410f-ab1e-61c53cc501a7", "name": "Timezone successfully retrieved", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d7b25c-0ca4-43b8-9b6a-5ad9ac8d6bf0", + "id": "78e84da4-e162-462a-b2e5-681f9f2af10f", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4035,7 +4035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d64cd5-012d-45e7-9035-d1bacf70b51a", + "id": "f0cbabb8-039f-42c2-820b-91c56fbb1f58", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4101,7 +4101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ab0c027-2146-4418-b9e9-32c940278ed8", + "id": "d237e6bd-3630-4749-bf94-bdd5a4870a58", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4179,7 +4179,7 @@ "description": "Woosmap Localities API is a web service that returns a great amount of geographical places in response to an HTTP request. Among others are city names, postal codes, suburbs, addresses or airports. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "e7283974-c7b3-4e2b-a8c3-b14be66543a9", + "id": "727ee9b3-5877-4935-aeb2-aa5bb05567b0", "name": "Autocomplete for Localities", "request": { "name": "Autocomplete for Localities", @@ -4320,7 +4320,7 @@ }, "response": [ { - "id": "1fe2d420-52ee-428b-bbfc-47a102ede32c", + "id": "0f25ae30-8d45-4dd9-88c8-24c848f9594e", "name": "Autocompletion Localities successfully retrieved", "originalRequest": { "url": { @@ -4453,12 +4453,12 @@ "value": "application/json" } ], - "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"address\",\n \"hamlet\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"city\",\n \"admin_level\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", + "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"route\",\n \"country\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"locality\",\n \"hamlet\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "794a027f-abf3-4f8f-8dd3-a96032ddfb8e", + "id": "95b90336-4d60-4935-bd6e-fc7ed5245bca", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4596,7 +4596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0b65c7b-60f6-41df-9bab-90369d79a97a", + "id": "4101f9ff-5956-45b2-abb1-bf3d3353d20f", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4734,7 +4734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae8e4346-3419-41ac-a760-9d43121f8135", + "id": "463bd1f2-aa42-40cc-a244-7259e3366cf6", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4878,7 +4878,7 @@ } }, { - "id": "a7ad0540-c423-4023-903f-0a238796ba6a", + "id": "646e74a0-dd84-4383-a045-571bdd2ec716", "name": "Details of a Locality", "request": { "name": "Details of a Locality", @@ -4983,7 +4983,7 @@ }, "response": [ { - "id": "c758aa81-80eb-4093-af4d-1dde1e808bd8", + "id": "62565510-d0e9-4ab6-a13a-c3a3bcbdc0ab", "name": "Details Localities successfully retrieved", "originalRequest": { "url": { @@ -5080,12 +5080,12 @@ "value": "application/json" } ], - "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"admin_level\",\n \"town\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"ROUTE\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", + "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"suburb\",\n \"hamlet\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"ROUTE\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1d6a136a-51d2-4143-b455-fc58852f1a62", + "id": "159e87d1-8e71-409f-bcac-a5d947c34fb1", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5187,7 +5187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cec43268-5c78-479d-a924-9510fde3d38e", + "id": "2e481377-f0ac-4722-83ef-c5a62d42bf2b", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5289,7 +5289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4cb486c-47b8-40ba-a7b9-7443e1c7320e", + "id": "4c394f52-03f2-4caa-81f1-df9efaa2a4da", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5397,7 +5397,7 @@ } }, { - "id": "4880d368-aaa8-47ba-b6ba-c305b0af0852", + "id": "61db0d9b-2814-45f6-b15a-efda0692af1d", "name": "Geocode a locality or Reverse Geocode a latlng", "request": { "name": "Geocode a locality or Reverse Geocode a latlng", @@ -5538,7 +5538,7 @@ }, "response": [ { - "id": "ba8ecff2-ad05-4cfc-bd59-33c5b2180ad8", + "id": "99efebee-2fa7-43c3-badc-f56ba9af9cc5", "name": "Request Localities Geocode successful", "originalRequest": { "url": { @@ -5671,12 +5671,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"route\",\n \"quarter\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"RANGE_INTERPOLATED\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"country\",\n \"village\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"admin_level\",\n \"town\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"POSTAL_CODE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"address\",\n \"suburb\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"GEOMETRIC_CENTER\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a2a1f85a-3f41-40c3-add1-a653d5041ca9", + "id": "d95c43ac-665a-4d8d-b759-c3b07c0329d7", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5814,7 +5814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8954be90-4ce1-43d8-b4a9-cb13a1037e92", + "id": "ffbbf84a-7105-4aac-82c0-24dffc534f2d", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5952,7 +5952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de841b84-1727-4b21-80c3-54c75e75d2e0", + "id": "3010c373-7527-48a2-af8d-9e9cf9066909", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -6096,7 +6096,7 @@ } }, { - "id": "1cd2e579-9152-4837-a188-ce0132c64ad6", + "id": "2ed376e0-e2dd-4c8a-b78c-6807e2e79205", "name": "Nearby points of interest", "request": { "name": "Nearby points of interest", @@ -6119,11 +6119,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "beach" }, { "disabled": false, @@ -6164,11 +6164,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "beach" } ], "variable": [] @@ -6201,7 +6201,7 @@ }, "response": [ { - "id": "26256db2-e524-4354-9f8e-9a7564919993", + "id": "7e0fc826-c003-4e56-8ab9-303e10a4bc77", "name": "Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`.", "originalRequest": { "url": { @@ -6219,11 +6219,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "beach" }, { "disabled": false, @@ -6264,11 +6264,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "beach" }, { "description": { @@ -6298,12 +6298,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.shop.sports\",\n \"business.fuel\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"beach\",\n \"tourism\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"sports.golf\",\n \"tourism\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"business.parking\",\n \"business.food_and_drinks.pub\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"education\",\n \"point_of_interest\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"business.shop.clothes\",\n \"medical.pharmacy\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"business.shop.doityourself\",\n \"transit.station.rail.monorail\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"police\",\n \"transit.station.rail.light_rail\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7587991b-e39e-4019-9be4-50f5220047f0", + "id": "5962336b-76a1-468b-8fa4-c534cf2d5c31", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6321,11 +6321,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "beach" }, { "disabled": false, @@ -6366,11 +6366,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "beach" }, { "description": { @@ -6405,7 +6405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86beb1a7-4020-4460-942a-4577f91dd033", + "id": "3e1b1dd0-70a7-4d33-bc4f-bef869818b2d", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -6423,11 +6423,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "beach" }, { "disabled": false, @@ -6468,11 +6468,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "beach" }, { "description": { @@ -6507,7 +6507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "106aed0b-ba90-43fb-ac6f-4d68a3401360", + "id": "e64f076b-3ca2-4b30-8234-c4a8813c524f", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -6525,11 +6525,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "business.shop.electronics" + "value": "beach" }, { "disabled": false, @@ -6570,11 +6570,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "business.shop.electronics" + "value": "beach" }, { "description": { @@ -6621,7 +6621,7 @@ "description": "", "item": [ { - "id": "bec6c33c-e0dc-46b1-8b30-085e5583ef75", + "id": "0cc9792f-640e-443b-8197-61fed59c7026", "name": "Search for assets", "request": { "name": "Search for assets", @@ -6744,7 +6744,7 @@ }, "response": [ { - "id": "bd683ae1-0c6a-4f14-9a4f-5ac165c07f99", + "id": "dfc34083-5ad4-42cd-bfb9-b557fde34059", "name": "Assets successfully retrieved", "originalRequest": { "url": { @@ -6859,12 +6859,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": false\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", + "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "80f87d06-9f96-4e1b-b71d-b5a3fed5e8d5", + "id": "fb7bd7f2-c558-463b-8804-ad65e4c36dcd", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6984,7 +6984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bcb4b6f-118c-489a-a6ea-da29c941602a", + "id": "f1d552a0-26e1-4c8d-8a30-32d9dd902a23", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7104,7 +7104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4cd88f0-5dc4-4a3b-b82c-09ca8ac7305c", + "id": "fabc19f9-97b5-4d99-b316-306a0c5865e1", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7230,7 +7230,7 @@ } }, { - "id": "61d272cf-7cdd-4c1e-a658-cd4eda3d7fb7", + "id": "0dcbe508-e659-4cba-91fb-47023ed67958", "name": "Autocomplete for assets", "request": { "name": "Autocomplete for assets", @@ -7308,7 +7308,7 @@ }, "response": [ { - "id": "18f4b784-3d44-4400-9fc7-60c910ed0786", + "id": "b4f8ec0d-ced9-41b0-b500-6b68706658e2", "name": "Assets Successfully Replaced", "originalRequest": { "url": { @@ -7383,7 +7383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25296f9d-563c-4d7e-87ef-f3cd83bf2ac4", + "id": "68cb4915-50b7-4619-a8c5-2da916402315", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7458,7 +7458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f6b113-f7db-4ce5-9110-8e7d142d8a54", + "id": "b25dd581-d874-44fa-9116-cdc4f8a05ce5", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7533,7 +7533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cfdba0d-c987-41df-9a50-69513029261d", + "id": "366c895a-9136-4953-842f-3f8927aec616", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7614,7 +7614,7 @@ } }, { - "id": "54e0ab18-1855-401f-8541-fa4fd5619dd0", + "id": "b3915e35-e32b-4862-885c-1d17a7b9b800", "name": "Bounds for assets", "request": { "name": "Bounds for assets", @@ -7702,7 +7702,7 @@ }, "response": [ { - "id": "fef7350e-9e61-4547-a620-cb3c3d22ac85", + "id": "2e1530ea-0c4c-469f-a313-affc109feddc", "name": "Bounds successfully retrieved", "originalRequest": { "url": { @@ -7787,7 +7787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45b3f85-4d57-4e71-8d98-f5cee86b5dce", + "id": "94a2ec8e-479c-4ad8-b0fe-118967bbbf2f", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7872,7 +7872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce8fa4fb-cd0e-42e7-8796-19305a46fada", + "id": "c1b5f66f-0fb9-444a-a5e6-14440214ac09", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7957,7 +7957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ee8527-88da-4d6e-82d9-2f4288208536", + "id": "dd785001-e8ac-4f1a-a9cc-527e8a1deb60", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -8054,7 +8054,7 @@ "description": "The Woosmap Static Maps API lets you generate customizable, embeddable map images using simple HTTP requests. It’s a lightweight alternative to interactive maps—ideal for emails, reports, or websites where dynamic JavaScript maps aren't needed.\n\nYou provide parameters such as location, zoom level, size, and markers, and the API returns a map image that can be embedded directly into any webpage or application.\n", "item": [ { - "id": "93dbeda2-c8e9-4091-bc35-183ede89ee71", + "id": "533624a6-6b9e-4975-8d29-e0d5c772200d", "name": "Get Static Map", "request": { "name": "Get Static Map", @@ -8228,7 +8228,7 @@ }, "response": [ { - "id": "0ab23010-e5b0-4375-9c81-07458fc02ac9", + "id": "9b01441f-67a0-4e70-bd1b-19a195ecf7c0", "name": "Successful Response", "originalRequest": { "url": { @@ -8372,7 +8372,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8dbadb19-dd0e-43f9-bfc4-148036022575", + "id": "3888223b-6ecb-4187-8cd2-4f3860112353", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -8516,7 +8516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35ee3cc3-b1f9-4db4-bff0-cc4721295afe", + "id": "c8050ae4-1540-45f8-bc65-a7f8638100a4", "name": "Out of free quota.", "originalRequest": { "url": { @@ -8660,7 +8660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "285c4e57-1b5e-4b4a-a659-2b935dae794c", + "id": "3f396b79-7084-4a06-8cc0-fb67efda4542", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -8804,7 +8804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268ab292-9218-4fbb-8820-7fd0d3a7d2ac", + "id": "85a4b635-6c84-4750-a95e-e27b10f3c5a6", "name": "Validation Error", "originalRequest": { "url": { @@ -8948,7 +8948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37ddcb97-73f0-4091-84cc-4b21407063b9", + "id": "3fc5d7e1-f970-4ed5-9b2d-5003911bb96e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9104,7 +9104,7 @@ "description": "The Woosmap for what3words integration enhances location search capabilities by incorporating what3words' unique\n3-word addressing system.\n\nThis API is a drop in replacement of what3words API but hosted on Woosmap Platform, with the addition of an endpoint leveraging the power of\n[Localities API](#tag/Woosmap_Platform_API_Reference_Localities-API) to convert a what3words address into a street address, bringing address level accuracy to what3words.\n", "item": [ { - "id": "667f0ee0-6aaa-4e24-9842-336e292bb45d", + "id": "ee8b338e-53c8-41fc-adf6-f0b39afd70b7", "name": "Convert To What 3 Words", "request": { "name": "Convert To What 3 Words", @@ -9179,7 +9179,7 @@ }, "response": [ { - "id": "22ca0800-f33b-402c-bf3e-1317286bca3d", + "id": "6d74a41c-9b11-4f94-ab85-dd3ee046c7ae", "name": "Successful Response", "originalRequest": { "url": { @@ -9251,7 +9251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51856e96-93a5-4be1-b77d-19b6306adace", + "id": "e4219971-d405-456a-b24e-cd9a87680708", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9323,7 +9323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2162ce9d-d315-40b9-846c-2754329eb844", + "id": "a20c3eb3-152b-4fda-8dff-0198a0a5fe30", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9395,7 +9395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e51a84-462e-484c-966a-38aed80205d0", + "id": "711230a2-0287-4db6-8fa2-ea819d16cfb9", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9467,7 +9467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6967e03a-dfce-4b92-80d7-a4869b9bd7d8", + "id": "0b0cbabe-bdd1-4362-bad7-e33e30598ab9", "name": "Validation Error", "originalRequest": { "url": { @@ -9539,7 +9539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a7c0a0-1506-44ae-9d8c-f7c138d4e6d0", + "id": "edeb4352-8fd6-423a-bd79-599a04e1823a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9617,7 +9617,7 @@ } }, { - "id": "b57b2f21-6b81-44ba-97c5-1446b7d9a66e", + "id": "88c1fb04-4eca-497e-bb99-1eabcea9fb8e", "name": "Convert To Address", "request": { "name": "Convert To Address", @@ -9683,7 +9683,7 @@ }, "response": [ { - "id": "7b892808-f0db-44d1-8dc6-7ff8d4554a1d", + "id": "6895739e-1478-44ec-ac53-be812a8bbf66", "name": "Successful Response", "originalRequest": { "url": { @@ -9741,12 +9741,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"borough\",\n \"village\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"hamlet\",\n \"postal_code\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"city\",\n \"route\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"hamlet\",\n \"borough\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ab095c00-ae6c-4da5-8243-2cf1f1e39744", + "id": "898fe3a3-fcb8-4ace-a31c-1ce317ee5700", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9809,7 +9809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c51435a-5ad2-459d-ac3d-be36d7a5d1ce", + "id": "1f5f32b4-fe74-4424-ba6c-ab197c2a7581", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9872,7 +9872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2bc6fa3-7fde-4d95-8d82-f4edcaa78ce1", + "id": "93f9a83a-fc0a-4f91-ae12-2dfd61e0d268", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9935,7 +9935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07da1d7d-4437-46bb-a308-6f35ae107b63", + "id": "582d2365-3bb2-496c-a969-e7cb5274aaa0", "name": "Validation Error", "originalRequest": { "url": { @@ -9998,7 +9998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab08471d-21f1-4f30-9b65-c6b01923224c", + "id": "3ebfa4c3-b6c7-4c0f-b16c-38230887b9a0", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10067,7 +10067,7 @@ } }, { - "id": "ef8273e2-fd21-45c8-ae6f-f332a5dc5628", + "id": "0fe01265-81cc-4fee-a7c2-e7ece7ba2281", "name": "Autosuggest", "request": { "name": "Autosuggest", @@ -10196,7 +10196,7 @@ }, "response": [ { - "id": "ddc39a75-f8d4-4cce-97f6-a936052999ee", + "id": "f4b34792-968e-44ca-894a-7fa7a6916ede", "name": "Successful Response", "originalRequest": { "url": { @@ -10322,7 +10322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a5e0ca-c69c-43ea-888e-f8d366d25714", + "id": "6d345926-cbd5-4ae1-bedb-5ec20490d420", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -10448,7 +10448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bbf73b-15bd-4d2e-a7fa-2ee70d1c4434", + "id": "d39cfd1b-722f-43bf-90e4-da51ffa42a69", "name": "Out of free quota.", "originalRequest": { "url": { @@ -10574,7 +10574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fae8a72-0620-472c-afd3-b8d817309ba4", + "id": "72842d12-a232-4023-b223-ad3df21ff1b7", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -10700,7 +10700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72318842-4718-4f12-8bc1-53c9370d95b0", + "id": "862a442a-e202-419d-b802-9c72ab001895", "name": "Validation Error", "originalRequest": { "url": { @@ -10826,7 +10826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "245f0390-b74f-4e33-8c5e-a4a16a91cdf4", + "id": "67b739da-1523-4aba-9f8c-c76b794185bb", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10964,7 +10964,7 @@ "description": "The Indoor API suite provides comprehensive tools for indoor mapping, search, and navigation in complex venues.\n\nThe Indoor Map API renders detailed floor plans with customizable styling, while the Indoor Search API enables\nprecise location searching through an intelligent POI engine with autocompletion capabilities.\n\nFor wayfinding, the Indoor Distance API calculates optimal routes between indoor points, delivering polylines\nand turn-by-turn instructions. Advanced features include custom routing profiles for different user types\n(staff, visitors, etc.) and seamless integration with external systems.\n", "item": [ { - "id": "c47c0388-b61a-4bfa-92e7-2ab87ad69782", + "id": "c63dc3d5-7eb8-4ff9-bdf3-718def3e0b2c", "name": "Get Venue By Key", "request": { "name": "Get Venue By Key", @@ -11023,7 +11023,7 @@ }, "response": [ { - "id": "439571a3-c4f0-4827-bc5a-fe388a163818", + "id": "38b2dfb9-c417-4512-a7fe-a696e4b0e839", "name": "OK", "originalRequest": { "url": { @@ -11080,7 +11080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0141132e-f931-43fc-8c69-1f0188e65a5f", + "id": "ae17c542-265b-4ed8-99f2-b55cbba76f11", "name": "Unauthorized", "originalRequest": { "url": { @@ -11137,7 +11137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7974bdb1-4cdd-4b19-ad34-1db86748528e", + "id": "8acbe4d0-a0e5-40bc-a782-daf2203c674d", "name": "Payment Required", "originalRequest": { "url": { @@ -11194,7 +11194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a65b77c-8ea1-4a3f-bd96-475528429f8b", + "id": "56bbddb4-ff2e-4261-a983-26197bf74e9a", "name": "Forbidden", "originalRequest": { "url": { @@ -11251,7 +11251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b334658f-e687-4073-861e-d183abac1d42", + "id": "1d9dacbb-f1a1-421f-8897-6ec81c1e43b0", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11303,7 +11303,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11314,7 +11314,7 @@ } }, { - "id": "337be987-3ed9-4737-8f72-8cf6d7af05c1", + "id": "e84f2b09-538b-4782-8746-12c18902fb6e", "name": "Get Venues By Key", "request": { "name": "Get Venues By Key", @@ -11371,7 +11371,7 @@ }, "response": [ { - "id": "7e1d63e8-5679-441c-88c3-4134f901d6c0", + "id": "c1c1aa7a-6839-4e37-98a2-46981de9193e", "name": "OK", "originalRequest": { "url": { @@ -11425,7 +11425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9beaa89-95ee-43c9-8aee-5260455075e1", + "id": "9410acf7-b5f8-4896-8160-abef9e630f35", "name": "Unauthorized", "originalRequest": { "url": { @@ -11479,7 +11479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d28e86-15ae-4ca6-8593-9fe66f6c2b30", + "id": "950d1269-6b7d-46a8-ac6c-0d672e95dd3d", "name": "Payment Required", "originalRequest": { "url": { @@ -11533,7 +11533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09091ec1-c763-436e-8131-7a0acd16cb79", + "id": "3438d30c-4228-4312-912c-d5b601c35c9b", "name": "Forbidden", "originalRequest": { "url": { @@ -11587,7 +11587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4c6bca4-5fea-491e-ab46-62b030dce6a0", + "id": "ae07d930-c6c8-46c5-8665-18c0c3111800", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11636,7 +11636,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11647,7 +11647,7 @@ } }, { - "id": "863c94f8-3dbb-4972-b9b7-5d4e672ad545", + "id": "d6596467-4b67-4579-8256-eb0b1d3873ea", "name": "Get Indoor Style", "request": { "name": "Get Indoor Style", @@ -11713,7 +11713,7 @@ }, "response": [ { - "id": "31fcb6ce-2cc6-40f9-9ab6-38d0bd175041", + "id": "b6ec8eee-10bd-4194-93cc-5cce119b4a97", "name": "OK", "originalRequest": { "url": { @@ -11771,12 +11771,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": 9322.617107087457,\n \"key_1\": true\n}", + "body": "{\n \"key_0\": 3626\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e540aeb6-1098-4f54-9e2a-eed8e3ada322", + "id": "200d569e-eb89-4a7c-a12e-48c1198d8eeb", "name": "Unauthorized", "originalRequest": { "url": { @@ -11839,7 +11839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93486ed2-63ab-43bc-9b6e-7258b19d33d7", + "id": "bb5c0121-b356-46c2-9281-6a460b4c4468", "name": "Payment Required", "originalRequest": { "url": { @@ -11902,7 +11902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd19a89b-8ee2-4b52-b28b-20ffc651650f", + "id": "59774e21-f052-42a9-b51b-8656da5efbf4", "name": "Forbidden", "originalRequest": { "url": { @@ -11965,7 +11965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf2eb028-5948-406e-a96f-549a2733175e", + "id": "f8490c15-a687-4432-966b-0a8e1da8e4ad", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12023,7 +12023,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12034,7 +12034,7 @@ } }, { - "id": "bf26c9a0-362d-4e26-be57-ff1486fc9652", + "id": "bfaf3c95-2029-4375-b0e2-c0825c300463", "name": "Distance Matrix", "request": { "name": "Distance Matrix", @@ -12139,7 +12139,7 @@ }, "response": [ { - "id": "60aff900-6d0e-4e3b-ac30-812a7f999034", + "id": "f9bc4b54-e9f8-48e7-9bf1-bb9fa9606195", "name": "OK", "originalRequest": { "url": { @@ -12241,7 +12241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d16b58bc-052e-4244-a1ec-da83eeb3f8f7", + "id": "ddb91170-dfb4-4f6d-979d-5b2d51751380", "name": "Bad Request", "originalRequest": { "url": { @@ -12343,7 +12343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad17440-8fd9-48b6-b3e9-1464f65c6130", + "id": "7aaec2d6-92e8-46bc-a1d5-ea49e81ea080", "name": "Unauthorized", "originalRequest": { "url": { @@ -12445,7 +12445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d7f32a1-d9ab-43d6-b440-b0f156be5295", + "id": "e68b1622-d4a6-4389-a834-37094f3818e8", "name": "Payment Required", "originalRequest": { "url": { @@ -12547,7 +12547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1afd586-7d73-473c-be34-970e17635b05", + "id": "c2676204-780d-4ffe-9cec-b58b76cb6bff", "name": "Forbidden", "originalRequest": { "url": { @@ -12649,7 +12649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d84e779-e7ef-4026-a4c8-0e31ae7c1d69", + "id": "f882f69b-0116-4223-b5b9-b3ecfc43ce98", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12746,7 +12746,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12757,7 +12757,7 @@ } }, { - "id": "f13fe46b-ac37-4a06-908a-f203d78c6409", + "id": "ac839d98-bdaf-49bf-b827-c51867c71434", "name": "Directions", "request": { "name": "Directions", @@ -12889,7 +12889,7 @@ }, "response": [ { - "id": "a423af7a-9fa1-47bb-b739-b8b405950025", + "id": "7e77f8a5-b502-4a81-85f3-9a70503ff0a9", "name": "OK", "originalRequest": { "url": { @@ -13018,7 +13018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3302963-3841-40b7-b549-70b68a025495", + "id": "b165ba74-2556-4b70-a907-03cd00d20c3e", "name": "Bad Request", "originalRequest": { "url": { @@ -13147,7 +13147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f85c15ae-108b-472c-8e3e-3f829ddbe729", + "id": "0634016c-f9ba-4727-ad9e-a2307ddb06ca", "name": "Unauthorized", "originalRequest": { "url": { @@ -13276,7 +13276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14f768f1-9614-471a-9bbc-c1f622acd67c", + "id": "c8c0796e-d240-41f5-8549-a38ea3e91c0a", "name": "Payment Required", "originalRequest": { "url": { @@ -13405,7 +13405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a70e15a0-8274-40a4-ae63-2afd511c68d9", + "id": "bad4de9b-fb13-4b6a-9fee-915d1e0b3af3", "name": "Forbidden", "originalRequest": { "url": { @@ -13534,7 +13534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21efb151-0f1d-454b-9056-84950c9b8761", + "id": "17deaa1c-b528-4016-9aef-814dc3571775", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -13658,7 +13658,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -13669,7 +13669,7 @@ } }, { - "id": "e51d33ea-6f29-4341-ac56-5c4fb1c0c57f", + "id": "2d9c6118-e1aa-487e-8d7b-58305d49f078", "name": "Search Venue Pois By Key", "request": { "name": "Search Venue Pois By Key", @@ -13839,7 +13839,7 @@ }, "response": [ { - "id": "7597ce30-ffd6-4705-84df-327c3e35c065", + "id": "2b5a02f0-6ade-45f0-8ed5-effd590c87be", "name": "OK", "originalRequest": { "url": { @@ -14006,7 +14006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d7243e-9bfb-47dd-8430-0488834ead49", + "id": "2a1d18d7-d0b3-4a06-a474-5874b5324503", "name": "Unauthorized", "originalRequest": { "url": { @@ -14173,7 +14173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfeecf54-54a6-477e-82e5-ce28c4e03e9e", + "id": "5c4cfd40-6dcb-4fd9-8642-a577071efe06", "name": "Payment Required", "originalRequest": { "url": { @@ -14340,7 +14340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7949d582-5aaa-4769-92eb-89974d739d33", + "id": "b838ed4a-da3c-4c50-9f55-d4cbd57923ae", "name": "Forbidden", "originalRequest": { "url": { @@ -14507,7 +14507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24bd07d1-f505-4e12-8156-73a7fccc8452", + "id": "34ffa8ca-fdee-41c1-81f2-ef8b33cdec9a", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -14669,7 +14669,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -14680,7 +14680,7 @@ } }, { - "id": "fdbc9bb4-257b-4372-abdd-b71eb4ce374f", + "id": "4995ad77-adde-4a23-95fc-63a11a558dc8", "name": "Autocomplete Venue Pois By Key", "request": { "name": "Autocomplete Venue Pois By Key", @@ -14841,7 +14841,7 @@ }, "response": [ { - "id": "431b51b8-ebdf-4aa5-bf95-d5d0a516e0ad", + "id": "53cc5631-bc89-490e-82d1-2e24c0fd2ad3", "name": "OK", "originalRequest": { "url": { @@ -14999,7 +14999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af64a949-0c2f-4d94-b1f7-13d22886bd15", + "id": "172f4514-b070-4e1d-886e-b6bcff3a1da4", "name": "Unauthorized", "originalRequest": { "url": { @@ -15157,7 +15157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39b620d-01a6-41c2-9a80-e58af8b57a4b", + "id": "bb1edc65-6a19-49cd-a1e1-a06ac0c9a84d", "name": "Payment Required", "originalRequest": { "url": { @@ -15315,7 +15315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7be209-cde4-4b36-84a3-2d59dfadb569", + "id": "91d432ad-696d-45ef-9009-7ff93f92aa38", "name": "Forbidden", "originalRequest": { "url": { @@ -15473,7 +15473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51cb2d93-d78d-4887-90ef-1c3390c01dbd", + "id": "4da26206-bdd6-40df-95e1-b56766c233d4", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -15626,7 +15626,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -15637,7 +15637,7 @@ } }, { - "id": "d99e903e-5502-46bf-aee6-3b2968b288f0", + "id": "94ca3900-ea5b-4cbb-a28c-243ec06ca40b", "name": "Get Feature By Key", "request": { "name": "Get Feature By Key", @@ -15708,7 +15708,7 @@ }, "response": [ { - "id": "2e390daa-cf59-486d-a97d-f9f250ea32d8", + "id": "003006d0-741e-414e-bfc0-9a8ca83f8643", "name": "OK", "originalRequest": { "url": { @@ -15772,12 +15772,12 @@ "value": "application/json" } ], - "body": "{\n \"properties\": {\n \"key_0\": true\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", + "body": "{\n \"properties\": {\n \"key_0\": false,\n \"key_1\": 7242.485886993839\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f2e3fbce-2e87-46bd-8752-8c9753340758", + "id": "9c767192-848a-4c08-9d81-d021671698a2", "name": "Unauthorized", "originalRequest": { "url": { @@ -15846,7 +15846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c32ac51a-be19-45c6-bb3a-f0b74afb1a86", + "id": "7123d744-b9b6-464f-9901-db75cf1757fd", "name": "Payment Required", "originalRequest": { "url": { @@ -15915,7 +15915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d2f5bd-3bd1-4699-b36b-4ed4ad1ca51d", + "id": "ab7fbfd7-2f24-4f3d-a84b-65e027cbf029", "name": "Forbidden", "originalRequest": { "url": { @@ -15984,7 +15984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b91e59-3c1d-40c8-8fbc-dd12d046c456", + "id": "d9d27aed-ecee-4964-b919-aa9dd13e79c4", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16048,7 +16048,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16059,7 +16059,7 @@ } }, { - "id": "d3c7ed5e-3c26-4c19-bcd4-479f63ab529f", + "id": "11f64d7c-6e8a-4369-9921-3e12632fc429", "name": "Tiles By Key", "request": { "name": "Tiles By Key", @@ -16161,7 +16161,7 @@ }, "response": [ { - "id": "88c7d8d9-dd84-47d8-98bd-0a623ebf88c1", + "id": "62f9d42c-bf62-4a23-9b9d-b1c238ec6a9d", "name": "OK", "originalRequest": { "url": { @@ -16260,7 +16260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "666ffaff-d5b2-45ed-8f83-e0d1a82d9366", + "id": "7402dfab-cf89-4ab4-a98d-d0b0b7e3bc5b", "name": "Unauthorized", "originalRequest": { "url": { @@ -16359,7 +16359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db33e049-e784-48d9-a672-40b95c8b30f7", + "id": "f47eaad9-dcf4-419c-8525-0581446fd880", "name": "Payment Required", "originalRequest": { "url": { @@ -16458,7 +16458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8eb2844-9372-4e24-b5db-77f374e16efd", + "id": "e11ad385-2cb7-4e72-ba0a-1e30e5153577", "name": "Forbidden", "originalRequest": { "url": { @@ -16557,7 +16557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3d04e0-8ba0-4204-9d8c-81a91f840430", + "id": "21f19196-1eab-4646-a2da-65b4d2d86cbf", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16651,7 +16651,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": false\n }\n ],\n \"context\": {\n \"key_0\": 2942,\n \"key_1\": 1655.722526777006,\n \"key_2\": 1374.033707838611,\n \"key_3\": \"string\"\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16668,7 +16668,7 @@ "description": "The Woosmap Distance Async API suite provides tools for large or difficult distance calculations.\n\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "3a780e07-1fcb-46c4-9866-767c5259d81b", + "id": "073069ab-092a-4ead-aee5-5b27e4699b84", "name": "Start Matrix Calculation", "request": { "name": "Start Matrix Calculation", @@ -16730,7 +16730,7 @@ }, "response": [ { - "id": "808f0134-240f-48ae-89b1-52d4dd68bc52", + "id": "32b553e4-6c27-4fa5-a7b5-f5434b009170", "name": "Successful Response", "originalRequest": { "url": { @@ -16785,12 +16785,12 @@ "value": "application/json" } ], - "body": "{\n \"matrix_id\": \"\",\n \"status\": \"error\"\n}", + "body": "{\n \"matrix_id\": \"\",\n \"status\": \"completed\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c69438e4-4f0b-4d91-9d77-76b367eeb742", + "id": "bf7c9ffd-20ad-463f-9db8-9b8d74a4edb6", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -16850,7 +16850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc848100-45bb-4830-b199-db475b8e6306", + "id": "5b474aca-2a2c-4f57-b4ef-23a57aee7aaa", "name": "Out of free quota.", "originalRequest": { "url": { @@ -16910,7 +16910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a5ce162-fce6-4052-935a-91ad1edc15ac", + "id": "be26f0da-9af2-40fc-a815-3a55fd76937f", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -16970,7 +16970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14037d37-9f8b-43da-9d70-5fb8dc163f6a", + "id": "2625b0c0-1b76-4533-a020-9b5a81c213a8", "name": "Validation Error", "originalRequest": { "url": { @@ -17030,7 +17030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac66a5f-b364-4a49-80d5-6a2e3130c1e6", + "id": "3282994a-a1f4-4f9b-bb79-c26f753e3b2c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17096,7 +17096,7 @@ } }, { - "id": "e9795abb-8c78-436f-b02a-632b479806ba", + "id": "90b2a359-b785-4a4d-9090-c4e4456b267e", "name": "Check Matrix Calculation Status", "request": { "name": "Check Matrix Calculation Status", @@ -17157,7 +17157,7 @@ }, "response": [ { - "id": "49e1d732-aefc-4e38-afaa-31d73c05f17e", + "id": "a94b17e1-80e3-4f06-8976-49fbdd0630e6", "name": "Successful Response", "originalRequest": { "url": { @@ -17211,12 +17211,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"timeout\"\n}", + "body": "{\n \"status\": \"error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fcadb977-3203-4092-8a88-8aecac47dc76", + "id": "766a1fce-a20f-42c9-bd86-d8e29132d3fc", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17275,7 +17275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acfdb123-0f6e-4a0f-8665-ef3f9208ad92", + "id": "9e89de79-d11d-45b2-80b0-b1119fbd6783", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac699a12-82ec-4aba-bb2e-58d4e3151a62", + "id": "9d17f4bc-5fe8-4369-87ce-49a75765d9f1", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17393,7 +17393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8182bceb-8ee8-4c9d-892a-961f932eb8fd", + "id": "914330bf-2ed4-4ee0-801a-ab43f99f5c09", "name": "Validation Error", "originalRequest": { "url": { @@ -17452,7 +17452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6219385f-08ff-4f5e-9f17-38a74d327eee", + "id": "09f962f3-eb5b-4cb0-9dae-b6df2d593b28", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17517,7 +17517,7 @@ } }, { - "id": "ea081e3c-5189-43ba-ad1c-47d0ba257183", + "id": "54b1e2c7-1d6f-48fd-b924-db9ee22c23dc", "name": "Get Matrix Calculation Result", "request": { "name": "Get Matrix Calculation Result", @@ -17577,7 +17577,7 @@ }, "response": [ { - "id": "c13fb288-46f6-4d12-8b4b-461c0695237e", + "id": "e1b5dee6-d0d7-48f9-baee-77135714f5cd", "name": "Redirect to the result of the matrix calculation.", "originalRequest": { "url": { @@ -17635,7 +17635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9451d40e-e219-4e60-987d-5ac8eec48586", + "id": "0559ecf0-fedb-4ba6-bd50-fd2f49bb8689", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17693,7 +17693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7f4b3dd-4c13-41a8-8611-f42614db6de9", + "id": "c3ff0eb9-76e3-4219-9e6b-315b0d0b53bf", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17751,7 +17751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c9aa9b-189a-46e9-8ed0-f79f63ca25fa", + "id": "2adad0f5-27e3-4dd2-92ec-2ffd9c29ec5d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17809,7 +17809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca21a7d-c42a-40fb-a26b-80bb7768c368", + "id": "aba10cb2-0879-4caa-9de7-aaebe8fc22ef", "name": "Validation Error", "originalRequest": { "url": { @@ -17867,7 +17867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400cbd8e-c8c8-405c-851c-711397de7aff", + "id": "76b16f70-2b51-4e12-9d09-45228ed15722", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17937,7 +17937,7 @@ "description": "The Transit API delivers comprehensive public transportation routing information by calculating optimal travel paths between\norigins and destinations. It provides detailed route data including distance, duration, polyline visualization,\nand complete step-by-step transit instructions with transfer points and transportation modes. The API is ideal for\napplications requiring accurate public transit navigation and trip planning capabilities.\n", "item": [ { - "id": "1a8bcafd-eea1-4eae-8d34-48862237bca2", + "id": "bdb8b7d9-f373-42b1-9ed2-6633e304aded", "name": "Transit Route", "request": { "name": "Transit Route", @@ -18030,7 +18030,7 @@ }, "response": [ { - "id": "d0a5ac23-fb52-46c7-b9c6-619c59b5c29a", + "id": "b6a2bc3c-893c-469d-9691-6f77c16dfbf8", "name": "Successful Response", "originalRequest": { "url": { @@ -18120,7 +18120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7c7b6fd-4ab6-4b9d-b652-040a7db81cfb", + "id": "3cc44bca-969c-4a03-8fb6-05f38fffcadd", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18210,7 +18210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bb68793-2d4f-4be9-9ccc-1bbc367a85af", + "id": "6984d6e2-ddd8-4a86-ad40-17c4a9a76329", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18300,7 +18300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a8e90f-949b-45e9-9496-2cb6e8ff88a5", + "id": "912fcf21-0cb4-48ff-8355-e5a02e7ff2bb", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18390,7 +18390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0438685-003e-48b4-906f-c32d28d9fb13", + "id": "6bca483e-9a52-45c8-8106-cfaff37fdae4", "name": "Validation Error", "originalRequest": { "url": { @@ -18480,7 +18480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c41ca297-3749-44f8-b4ec-86f54940a85d", + "id": "a007873e-f932-4c85-a1a7-1dc97937667b", "name": "Rate limit reached", "originalRequest": { "url": { @@ -18582,7 +18582,7 @@ "description": "Manage the full lifecycle of your geospatial data alongside powerful analysis and retrieval.\n\n* **Management:** Programmatically create datasets, import features in bulk (CSV/GeoJSON), and handle updates or deletions.\n* **Search:** Execute **Nearby**, **Contains**, **Intersects**, and **Within** queries using SQL-like `WHERE` filters.\n* **Features:** Direct access to individual geographic features by unique ID with field masking.\n\nIdeal for applications that require precise location analysis, spatial queries and geographic data management.\n", "item": [ { - "id": "52d6ab18-d952-46e6-8bdc-14bb4eb217fc", + "id": "65dbe285-fd28-4fec-91e7-261b064f6c25", "name": "Get Dataset", "request": { "name": "Get Dataset", @@ -18640,7 +18640,7 @@ }, "response": [ { - "id": "9ad80bdc-0d0e-4eb5-a9e5-bf538e8ad557", + "id": "2d3bdd5d-51cf-4018-836c-7528f24705c2", "name": "Successful Response", "originalRequest": { "url": { @@ -18696,7 +18696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9c7ad9-a8d0-4828-9a80-92d18c595aad", + "id": "8e444eff-ba7e-4232-a4dc-2d505d3cd24b", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18752,7 +18752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1583938-5e64-460c-9df3-c28e715b6ff5", + "id": "49bcd7bb-c502-467b-ab76-52868b9c1e6b", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18808,7 +18808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa2d1f0-f8ce-4402-9ed6-04415cbb6829", + "id": "e675ddb7-e533-482e-86a4-9c54df536efd", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18864,7 +18864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415e4aa3-ff8f-48d5-9dbf-d19537426d43", + "id": "0e1a4c10-1234-43ed-8c82-c631c290f12e", "name": "Dataset was not found", "originalRequest": { "url": { @@ -18920,7 +18920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab629c1-4273-4f34-bfc9-5f568ae205dd", + "id": "9065cf87-d78b-4e10-b236-6215bac24824", "name": "Validation Error", "originalRequest": { "url": { @@ -18976,7 +18976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0ce85b-2b24-4872-8e53-1dac879a69dc", + "id": "9567cce9-14ed-4200-a6d6-66ee896e9f2c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19038,7 +19038,7 @@ } }, { - "id": "b649b130-295c-498f-a2e3-2d8b7676239d", + "id": "a683d087-129a-4fcd-93c6-fe92b95390ab", "name": "Delete Dataset", "request": { "name": "Delete Dataset", @@ -19096,7 +19096,7 @@ }, "response": [ { - "id": "1bd22bae-daa9-4b2a-916f-ad5abc4b11d0", + "id": "a9275477-cf6d-43d9-aab5-d8e6c8ae99be", "name": "Successful Response", "originalRequest": { "url": { @@ -19147,12 +19147,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": \"string\",\n \"key_1\": false\n}", + "body": "{\n \"key_0\": \"string\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6ba26a25-f8df-4a50-abf1-22953a21c2d4", + "id": "12bb7429-0302-4178-ade6-70737dec4f01", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19208,7 +19208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520d5db5-6405-4a9a-9fb9-35d88aaf8f8f", + "id": "1622f1dd-4c37-4570-81d1-79b44c583bd0", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19264,7 +19264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a625e233-0d74-46c4-8c8d-59776c9f9bb7", + "id": "786b4864-83c8-46d6-b359-c425d52a3966", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19320,7 +19320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e2c4d6-3374-48cc-bad0-f981bf9366d4", + "id": "d4978e05-966e-43ed-8314-85afa46c2b76", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19376,7 +19376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6fbf23-0e44-4caa-9d2a-b8f62fe0c9e1", + "id": "f88d281c-0e5b-401a-afb4-52412615819f", "name": "The Dataset was already scheduled for deletion.", "originalRequest": { "url": { @@ -19432,7 +19432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c597ce5-94d3-40bb-b0e2-710db03d84da", + "id": "dc69851f-6d3b-42d3-bb48-1028036e7cd8", "name": "Validation Error", "originalRequest": { "url": { @@ -19488,7 +19488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a576ad-b939-4232-b7e1-d45742f19e08", + "id": "da4eebf7-8176-4dbb-9541-190757aaf51e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19550,7 +19550,7 @@ } }, { - "id": "3aa42010-356e-4681-afc9-1a2c782c7c09", + "id": "ebdf8749-33c9-405f-a84c-12a63d709d13", "name": "Update Dataset", "request": { "name": "Update Dataset", @@ -19621,7 +19621,7 @@ }, "response": [ { - "id": "d11b64ce-89e5-4c6f-b8d7-b45d93cac7cb", + "id": "745bfdea-8021-4be8-90c8-2a8ef0f2cd2f", "name": "Successful Response", "originalRequest": { "url": { @@ -19690,7 +19690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2957f4c-279d-495e-b297-364e9f33a89e", + "id": "856730df-0f46-4fcd-ab7a-61e65b0db9bd", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19759,7 +19759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ebe4424-ebbc-4bb2-8b94-1dcd807a1a73", + "id": "a86bdb05-777e-4041-a337-9a5affc01c25", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19828,7 +19828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b55403e9-6570-4406-9946-db05ac526326", + "id": "9e1f109d-e693-439c-97f1-0eb9d6ba6ea2", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19897,7 +19897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5078825f-4b38-4133-9fc6-2f9e435e31d1", + "id": "d4147ac9-be77-4099-96ec-a1925361defc", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19966,7 +19966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "190df23e-bc41-4b28-937e-1e43175d6543", + "id": "baa5ff3d-0288-4986-b1f3-80b1bc3d1ef7", "name": "Validation Error", "originalRequest": { "url": { @@ -20035,7 +20035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed336c3c-42b4-4d3a-854c-e07ee396ebe5", + "id": "1fde0dc5-ae6a-49df-a766-e8a13da25998", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20110,7 +20110,7 @@ } }, { - "id": "4cfadfbb-1d8c-47ca-8fd7-61e14f5a7fc3", + "id": "4b3921fc-ea9e-45ad-a359-a1b68325dba8", "name": "List Datasets", "request": { "name": "List Datasets", @@ -20176,7 +20176,7 @@ }, "response": [ { - "id": "0b775444-107b-4dae-8307-7f9bfd368e05", + "id": "54e60d42-ee95-446b-b967-a3348bfa1fbd", "name": "Successful Response", "originalRequest": { "url": { @@ -20239,7 +20239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d8e3088-01a6-4ed4-9acf-3f3a3a7495d6", + "id": "28254994-491d-488f-85f4-65d3be36518e", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20302,7 +20302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "620f77f2-28b6-4ed2-a71f-6eae2b4b1817", + "id": "b7af27cc-4d34-4091-8fba-fdc370305ef7", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20365,7 +20365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630b48ae-adbe-41c1-b3f1-6cf43fe3f007", + "id": "2ec563f3-524a-4aee-ae95-71af78693187", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20428,7 +20428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c12be9-8024-48ca-a7a2-740c292bed69", + "id": "12b50d5d-99ac-4c6c-b3ab-1467207a577d", "name": "Validation Error", "originalRequest": { "url": { @@ -20491,7 +20491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4a9dd8-8727-4020-a878-8d025e62f47e", + "id": "bba18d2a-5a8e-4d7f-9409-6c45dadfdf59", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20560,7 +20560,7 @@ } }, { - "id": "ac273700-fa82-4d08-a368-c0cc27aecc0d", + "id": "aa5b8007-149e-462f-9618-056dc39c7956", "name": "Create Dataset", "request": { "name": "Create Dataset", @@ -20620,7 +20620,7 @@ }, "response": [ { - "id": "f7fa43e2-90ae-4e28-88fa-222ea5bcd3c7", + "id": "84e108ee-c915-476f-949c-c038b902c81e", "name": "Successful Response", "originalRequest": { "url": { @@ -20678,7 +20678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8e31ee-691d-4f61-8f53-971183178117", + "id": "ab164644-464b-4e09-a8a1-22fa557d7c16", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e73d11-a9cd-43d8-8955-88c547dc7b47", + "id": "e23685ef-a8f7-4928-8f5b-43e2a689b608", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20794,7 +20794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d4eab2-81c0-4b10-a40b-76bb2b17e080", + "id": "80b1703b-4bf1-4f66-82d3-d9f1d2ce1748", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20852,7 +20852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4be23ea9-7580-47d8-9616-918283d69a4b", + "id": "5bbfef81-43e8-4a05-a5f8-26a75ee9c324", "name": "Validation Error", "originalRequest": { "url": { @@ -20910,7 +20910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49e3c4c-b84b-4fe3-bd7d-5e8b975d82e3", + "id": "e7adac1b-14f8-4c8e-8e78-7a49dd65e633", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20974,7 +20974,7 @@ } }, { - "id": "d0c8e360-53d9-4be6-8b64-f0a14cda9483", + "id": "ba8aee36-952f-40cc-b863-4ef7a94f549d", "name": "Get Dataset Status", "request": { "name": "Get Dataset Status", @@ -21033,7 +21033,7 @@ }, "response": [ { - "id": "6746fe44-6aee-46cb-878b-e5ba5ab4f281", + "id": "44555833-24ab-4995-b618-0ac52282056d", "name": "Successful Response", "originalRequest": { "url": { @@ -21085,12 +21085,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"success\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"in_progress\"\n }\n ],\n \"status\": \"failed\"\n}", + "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n }\n ],\n \"status\": \"in_progress\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"failed\"\n }\n ],\n \"status\": \"success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eb106122-1d71-4b46-97da-f88eb5b2e64e", + "id": "58eb3771-e664-40ea-9de1-5a60e7b80dcc", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21147,7 +21147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4391654f-6788-46f2-96e1-5729d168d7cb", + "id": "b013f940-f1ae-4c5b-b97e-74637a8e1a23", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21204,7 +21204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a20d52e-1a05-4723-84f3-c0847be7e1d5", + "id": "df573f4a-d4b8-4583-9c5e-040fac5ddf64", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21261,7 +21261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784b2ca0-1d23-49aa-810c-3eedd9893599", + "id": "e117ae92-5b83-4a37-9950-2e84cd1002e2", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21318,7 +21318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0a54415-db9f-48c3-af41-935f236171f0", + "id": "8b1b277d-563f-4c18-95b7-07d6a1259ec9", "name": "Validation Error", "originalRequest": { "url": { @@ -21375,7 +21375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7228081f-9434-4799-a77f-0350d1f4ff05", + "id": "8fac597d-77fd-4727-a1f8-7c7d45449a0e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21438,7 +21438,7 @@ } }, { - "id": "c62c1bcb-c7d6-4616-9c6a-fb1e4e4a34d8", + "id": "f08eb73e-d1d6-4862-9e82-7606997b9c15", "name": "Trigger Import", "request": { "name": "Trigger Import", @@ -21497,7 +21497,7 @@ }, "response": [ { - "id": "35d2f234-ce84-4be6-8ad3-35002e1ec8a6", + "id": "2c4958eb-ca6d-4b79-9179-be098fdc6520", "name": "Successful Response", "originalRequest": { "url": { @@ -21554,7 +21554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27e801ae-9baf-4b56-892a-b89b77ede59a", + "id": "b8c7c8bc-559b-4578-9b83-3e8b28f300b3", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21611,7 +21611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe46ddf4-fa54-42c9-b325-b4893b7fb85d", + "id": "78491f0c-bf11-44ef-8720-d897708a414f", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21668,7 +21668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d803e6-ebf0-4f49-ba63-8f605c9a5a8c", + "id": "8c6a83d8-7cdf-45b2-aaf0-2d1b5835d0c3", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21725,7 +21725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de141d0c-0f71-46e0-9045-8bfcfbc9292c", + "id": "ff32946a-a3bb-4cc8-b50f-7d3733d6f654", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21782,7 +21782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a0a49f-6dff-4df0-b778-37d0f2df47ba", + "id": "2792fccd-fbec-41f8-a889-dda351d60b30", "name": "Validation Error", "originalRequest": { "url": { @@ -21839,7 +21839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1bcd9d2-5ee2-4e80-b205-d0176a30420d", + "id": "febd385b-98e1-4c86-b461-f15bc532940a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ } }, { - "id": "cc84ea4a-82a7-436b-aa93-b82be5321471", + "id": "77535df4-02d7-4890-87a5-c0a50480cf46", "name": "Reimport Dataset Webhook", "request": { "name": "Reimport Dataset Webhook", @@ -21946,7 +21946,7 @@ }, "response": [ { - "id": "c410682c-c03f-45da-8934-bf84568e2cd6", + "id": "5680b871-4c29-402b-80cd-4202a41a39df", "name": "Successful Response", "originalRequest": { "url": { @@ -21995,7 +21995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3671c16-886d-4870-9580-9941092e638c", + "id": "8a4cba51-1776-4e5a-a8db-0a16e7e83ab3", "name": "Unauthorized", "originalRequest": { "url": { @@ -22032,7 +22032,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c3aa0055-9955-4f74-a486-87d6334790ff", + "id": "1505226f-f8f0-4c4f-9876-a91e2c3f4171", "name": "Payment Required", "originalRequest": { "url": { @@ -22069,7 +22069,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9f9d7e4a-966d-4337-a807-55d3db36a6de", + "id": "699eb18d-65c8-432f-8a79-6bc1e8614fda", "name": "Forbidden", "originalRequest": { "url": { @@ -22106,7 +22106,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6729515d-1532-40f0-893c-0ac1692fdefb", + "id": "f13432b8-cd81-49e6-aa4b-c5a432b6c69a", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22155,7 +22155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6847042b-5d68-49eb-9416-f136bd9e7e9f", + "id": "1daac91c-dd46-4905-ade7-5945fb606d3b", "name": "Validation Error", "originalRequest": { "url": { @@ -22204,7 +22204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "091530d3-3441-4634-aa50-65f57166edfc", + "id": "ba817d77-eba2-44c1-a752-ec5305e40ade", "name": "Rate limit reached", "originalRequest": { "url": { @@ -22259,7 +22259,7 @@ } }, { - "id": "877d9653-47b7-4f3d-8211-3f671d8a42f1", + "id": "4a996987-af1f-4695-af76-d41fcdec2360", "name": "Search Features", "request": { "name": "Search Features", @@ -22361,7 +22361,7 @@ }, "response": [ { - "id": "1e0a28c6-7fda-49f9-8f96-5a9f47d126ec", + "id": "4ad1a12d-93df-4a00-b1d8-d86d65c5d688", "name": "Successful Response", "originalRequest": { "url": { @@ -22455,12 +22455,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "339eaf62-5777-4bf8-ae8d-c69bc13b7464", + "id": "fec9ff9a-81d9-4c99-9577-d03c8d9b7536", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -22559,7 +22559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1106a67a-3e45-4b78-8496-eaa57f55a3b5", + "id": "ba4567b6-51eb-40e7-9184-aabb3a7f3526", "name": "Out of free quota.", "originalRequest": { "url": { @@ -22658,7 +22658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "724ca2e0-ebdf-465f-a9d7-4a5e3090d77b", + "id": "ccdb1a18-cd6e-48af-81c3-a1a22a419dd5", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -22757,7 +22757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe30657e-222b-4fa9-8f1b-912b9b8e6233", + "id": "d8575998-9bb4-461c-9bfd-e71031fbcd65", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22856,7 +22856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38aacc1c-8520-4e64-821e-feecd6c9d4ff", + "id": "3379dd6f-449e-4d14-bafb-f95cfa621da1", "name": "Validation Error", "originalRequest": { "url": { @@ -22955,7 +22955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6685c426-0a66-4b41-9923-40c8788c8235", + "id": "7cace79e-1466-4582-a23e-1368f3bbdfbc", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23060,7 +23060,7 @@ } }, { - "id": "32237acf-4a2c-4849-abae-f92209a7f958", + "id": "160c58ea-a24a-4035-bf95-3d1a27961f28", "name": "Nearby Features", "request": { "name": "Nearby Features", @@ -23162,7 +23162,7 @@ }, "response": [ { - "id": "c5f25114-e5e1-47ff-a79d-c70644a0db1b", + "id": "83cba2bb-0c33-421e-98b1-6832ed1d9301", "name": "Successful Response", "originalRequest": { "url": { @@ -23256,12 +23256,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "278c41fb-e221-4eab-a14d-2d7825646e33", + "id": "f6d7de6c-fbc9-422a-ba83-b04c58751565", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23360,7 +23360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72db805-9bc0-407d-a1f0-e9918b62d648", + "id": "d7b67ad5-1ee8-4979-bd2e-75441b6e6ed3", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23459,7 +23459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218ef07e-8b9f-4a52-994e-ecc0cae57ec1", + "id": "6d970f53-8710-4759-901c-17fc286c9c58", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23558,7 +23558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffe41081-8d78-453a-8c55-cae7c7fbdbf7", + "id": "db439d35-7ae1-4324-904f-50f65ad0739f", "name": "Dataset was not found", "originalRequest": { "url": { @@ -23657,7 +23657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88509692-1192-429b-b98b-8e570769aa13", + "id": "15301d7f-fd40-4d37-a295-1c08870f0995", "name": "Validation Error", "originalRequest": { "url": { @@ -23756,7 +23756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78674554-78a2-4352-a1fb-cabfa5a046b0", + "id": "b15b00ec-29a2-4c40-9855-672bd3609d30", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23861,7 +23861,7 @@ } }, { - "id": "3b952de6-cf37-45ec-8625-ce4897f737cc", + "id": "841d2ea8-535d-4d62-9e36-95906c47620e", "name": "Intersect Features", "request": { "name": "Intersect Features", @@ -23963,7 +23963,7 @@ }, "response": [ { - "id": "53d76cea-1b17-4e97-aed3-7a5ee76aec59", + "id": "3a84a1b2-fd75-4232-b73e-f7c20cf5cf31", "name": "Successful Response", "originalRequest": { "url": { @@ -24057,12 +24057,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "87096a0e-b00a-40cf-99e2-4f37839b36a7", + "id": "cc82d157-7b40-4749-a194-d99bfe87aba4", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24161,7 +24161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda8ca2e-09b0-450a-96f1-147b0dacaaa5", + "id": "95dcc8eb-d0ed-46b2-9ffa-0efdafda2341", "name": "Out of free quota.", "originalRequest": { "url": { @@ -24260,7 +24260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db330e4b-10a9-4c9d-99ee-98ba0b30c907", + "id": "932065a2-a8a6-4b73-aaf4-ada8a52f785f", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -24359,7 +24359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b72d49-55fe-47c6-a5e8-deb5b24ec85e", + "id": "ba7ffe76-308c-403d-bca4-a203c7d2807e", "name": "Dataset was not found", "originalRequest": { "url": { @@ -24458,7 +24458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d810847-d77c-42f8-bf7d-940b7a33391d", + "id": "b7aa5c0a-f06a-4623-b965-b2ff669bb9b4", "name": "Validation Error", "originalRequest": { "url": { @@ -24557,7 +24557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07f5fd5-c7d8-497a-b27f-4c21aae709b0", + "id": "a880a1df-bd34-4d3a-9e26-1a54897e60e8", "name": "Rate limit reached", "originalRequest": { "url": { @@ -24662,7 +24662,7 @@ } }, { - "id": "11413934-af61-405c-9a90-e96bce41fc29", + "id": "99281a6a-76e2-49a2-8688-cb46a0d96db5", "name": "Contains Features", "request": { "name": "Contains Features", @@ -24764,7 +24764,7 @@ }, "response": [ { - "id": "8511f993-0cb8-486c-8dfc-6384d5ecd649", + "id": "f613fba5-a951-437d-a78c-ab3e64bff489", "name": "Successful Response", "originalRequest": { "url": { @@ -24858,12 +24858,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "393b26d8-18f9-4244-b05f-d4c88386f9ee", + "id": "b427f9b5-43ab-41ad-8bea-edaa966586ef", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24962,7 +24962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68a1ff1b-c3b9-4e75-b401-2643265d265f", + "id": "419acce2-c5d7-4e98-9d45-47fa4e1f3062", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25061,7 +25061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d08d8c-efa1-4fdd-b5d5-22c996d6f1a7", + "id": "41dc8def-fe94-4ec1-b196-62127f8c9658", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25160,7 +25160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a988e4e-e809-4d1e-ab8a-959e4c75eaa5", + "id": "6006ff0d-c279-4f20-a6e9-bae302ab421f", "name": "Dataset was not found", "originalRequest": { "url": { @@ -25259,7 +25259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d1564f-5824-437c-ac3b-81d319f8a5de", + "id": "598c9c17-f8d9-439b-8a44-585d924eaa56", "name": "Validation Error", "originalRequest": { "url": { @@ -25358,7 +25358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1537b62-18da-46ac-8c24-237b87a4afda", + "id": "cf2f6b7c-e082-417a-be26-c957b4d72110", "name": "Rate limit reached", "originalRequest": { "url": { @@ -25463,7 +25463,7 @@ } }, { - "id": "87aad368-999a-4bee-81d8-993b6f3187a1", + "id": "8dbc255a-0ac8-4d84-a885-b8ef13a5d023", "name": "Within Features", "request": { "name": "Within Features", @@ -25565,7 +25565,7 @@ }, "response": [ { - "id": "ed4917f4-38f5-4312-921c-a65f01770900", + "id": "acf48dc6-c4bd-40eb-88eb-c472cb7fb47b", "name": "Successful Response", "originalRequest": { "url": { @@ -25659,12 +25659,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 6878.5773018918635\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8606.102279609959\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6d5b240a-e361-43d5-90fc-5f2305532000", + "id": "061038d0-bb57-497c-b3e2-75368eee0ede", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -25763,7 +25763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837ee357-91dd-4fd7-9658-30be5a9ba6d4", + "id": "7138abcd-5b9b-4e95-895a-48dc928d5444", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25862,7 +25862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aabde9c-36ee-4e5a-b4fc-86432e2d7c2d", + "id": "5c4eb92c-f6fc-4eff-9177-bb501f1f2079", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25961,7 +25961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225b4969-007d-44ba-96a1-55883cfd75ad", + "id": "63cc3f9e-c112-4160-b1d2-d9cad26b24b8", "name": "Dataset was not found", "originalRequest": { "url": { @@ -26060,7 +26060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eacd6f97-3d15-428a-a72b-7fdcc82c0786", + "id": "3c1cbda8-adff-442b-9a0c-12fefc288fa7", "name": "Validation Error", "originalRequest": { "url": { @@ -26159,7 +26159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7499e237-ee65-4303-b4b3-3e394edb3e6f", + "id": "0e6359f7-099f-46fe-97be-058e4fc87c1a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26264,7 +26264,7 @@ } }, { - "id": "79fcd379-2d24-4748-bc45-7c496b032006", + "id": "25414790-ea23-4f9e-8867-4a2f6ded1f9a", "name": "Get Feature", "request": { "name": "Get Feature", @@ -26353,7 +26353,7 @@ }, "response": [ { - "id": "0ac9d62b-f6ff-4a1e-b251-ccf78ab3a858", + "id": "81aeb83a-ca87-48e0-a02f-01652e90b44c", "name": "Successful Response", "originalRequest": { "url": { @@ -26434,12 +26434,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8772\n }\n}", + "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 9361.293488149644,\n \"key_1\": \"string\",\n \"key_2\": true,\n \"key_3\": 3169.046729477434\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9220b57-7186-4a07-b13a-ee769548c152", + "id": "e2afdc2f-5f3f-4051-beca-bf01ed4be1f9", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -26525,7 +26525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b15bed-85ce-4da5-b6c7-a9395fdd3819", + "id": "3cccd29f-779d-48a6-8743-10a8e616d36e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -26611,7 +26611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df518787-80ca-464f-951e-b4625b58d345", + "id": "cd75c2a3-84ac-43d9-9ef0-1437bd8e35af", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -26697,7 +26697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51db27c5-38c8-4d5f-9933-d93d3d2861c8", + "id": "345e4f61-7bfb-4a5a-8fe6-86294c188f0a", "name": "Feature or Dataset were not found", "originalRequest": { "url": { @@ -26783,7 +26783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15674c69-bc5f-4030-a728-d35fc6fcc9e6", + "id": "ad84a2e3-f591-41d3-8389-0a19dfdd1fec", "name": "Validation Error", "originalRequest": { "url": { @@ -26869,7 +26869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488ff41d-0e53-4870-b122-c5638933da4b", + "id": "77b289fc-dcda-43de-af1a-90227ee1aefc", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26967,7 +26967,7 @@ "description": "The Woosmap Distance API suite provides comprehensive tools for road travel calculations worldwide.\n\n* **Route:** Calculate travel distance, duration, and paths between origin and destination.\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n* **Isochrone:** Determine all locations reachable within a specific time or distance.\n* **Tolls:** Estimate toll costs and details for specific routes.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "1cd4a3b7-2a4b-4513-b7d3-c9796f188f47", + "id": "5458f2e2-50b8-4618-93db-0aae3539d298", "name": "Find Routes", "request": { "name": "Find Routes", @@ -27134,7 +27134,7 @@ }, "response": [ { - "id": "d062cc2e-73c9-4a63-a6b4-8fe722ebc400", + "id": "bd0de25e-5f89-461a-829e-f7d4c5ee87b7", "name": "Successful Response", "originalRequest": { "url": { @@ -27298,7 +27298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40bf3d80-17d3-418e-b19d-984b4fb990c8", + "id": "0fd2119e-74bc-4b2b-8ab3-8cd6a85df5a8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -27462,7 +27462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a22f0a0-5a3e-4428-811c-3745cedc661f", + "id": "31a45e4a-bf99-418a-acfb-5b83a8291975", "name": "Out of free quota.", "originalRequest": { "url": { @@ -27626,7 +27626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cfbbe70-5fab-4d28-97d3-c7332e0bffb1", + "id": "483811d7-2e9e-4d6d-86da-8f96e572ef11", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -27790,7 +27790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85f18c2-337d-4c5a-8b34-c6980c58035d", + "id": "045c3fa2-c041-4900-b151-bae9dd770b1b", "name": "Validation Error", "originalRequest": { "url": { @@ -27954,7 +27954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505e264f-c702-4ced-94c3-17a9f9f6ce7a", + "id": "f19d8d1e-213c-4c5f-8ec9-3c3b00d66962", "name": "Rate limit reached", "originalRequest": { "url": { @@ -28124,7 +28124,7 @@ } }, { - "id": "5ec9d8d2-8323-4ccb-851c-aa52d9b7d828", + "id": "bb9c6c15-92ce-47d9-b86a-27b8e844b312", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -28273,7 +28273,7 @@ }, "response": [ { - "id": "5e053f88-9035-4a54-bfae-bffcbe8a5372", + "id": "b24f4ee0-bfc2-4200-a07e-540127b92eb3", "name": "Successful Response", "originalRequest": { "url": { @@ -28414,12 +28414,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ZERO_RESULTS\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f1632bc0-01a9-45d4-8ddf-2085fdfff9aa", + "id": "c642395f-f6af-4c3e-afc0-ec4edc093f56", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -28565,7 +28565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb855fae-425b-4e5f-b139-ad80df46f3b7", + "id": "86979523-c08d-4ed8-88e9-6f63f8107d46", "name": "Out of free quota.", "originalRequest": { "url": { @@ -28711,7 +28711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "858f0f58-8808-439a-bc6f-fee9ba36bced", + "id": "5a62c74f-2136-47fd-b6ba-8a702ee331e1", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -28857,7 +28857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14c78ea5-df1c-4738-abf3-8c4c2cef8184", + "id": "d3b094f3-ed2f-4069-a994-ccd5d90f6131", "name": "Validation Error", "originalRequest": { "url": { @@ -29003,7 +29003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "836a8d79-948a-4125-b920-90bd1f0b8099", + "id": "4b8d1a7a-f921-4687-80be-9c3e8d33f74e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ } }, { - "id": "796b1917-5589-405e-9002-a2eaab448282", + "id": "cbc762c8-3cd8-4bf0-8132-14cfbac0777a", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -29226,7 +29226,7 @@ }, "response": [ { - "id": "4d2d3077-e182-444f-929e-6c8229245370", + "id": "e9d8c014-9c31-45a8-8edb-a6830166ea1b", "name": "Successful Response", "originalRequest": { "url": { @@ -29290,12 +29290,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ZERO_RESULTS\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e514a15b-b663-4efd-b375-66b5cc397152", + "id": "980bbe42-0c20-4cac-ad56-91cd708a8129", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -29364,7 +29364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "265edf88-c6d0-4c00-ad59-a0c9677ebeec", + "id": "dd87be9e-b2de-4467-abac-6cd7b54d50b0", "name": "Out of free quota.", "originalRequest": { "url": { @@ -29433,7 +29433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b6399b-8d19-42f5-80e9-44f2e45f8e08", + "id": "b90dcebf-ac3e-46b2-a4c6-6a5f8f1906c6", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -29502,7 +29502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0261b40-352e-4378-864d-6ab67918f7e8", + "id": "ece31d46-98a9-4837-943b-42165db47145", "name": "Validation Error", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb00680-7acc-4425-8214-3b5b670b3560", + "id": "e7dbe6f7-5a21-401a-a5fd-dae757bf1241", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29646,7 +29646,7 @@ } }, { - "id": "ac740b77-e2d9-44be-a152-b6e998db8a4f", + "id": "4a11c21b-54e5-44b7-a1a5-51661fc91e34", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -29768,7 +29768,7 @@ }, "response": [ { - "id": "74bccbb3-6204-44c1-876d-1e2c2a0f2e93", + "id": "bd8d1582-590c-4bcc-80f9-1c05bc12318b", "name": "Successful Response", "originalRequest": { "url": { @@ -29887,7 +29887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5d04e8-7017-4c19-86fb-ec65959eb5f3", + "id": "6c1e53e2-fe88-4f5b-988f-4fa2306cfda8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30006,7 +30006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be56ca7c-532a-4130-aef8-dc904d6cfde4", + "id": "7afc4159-7ef8-4a3d-8d70-0769e6dc1ee5", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30125,7 +30125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6708e76c-3841-4db6-b5a4-3962cad96b26", + "id": "20a4d42e-f51b-4d07-8bb5-774bcd3f1f7d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30244,7 +30244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17c63590-309d-46d6-8236-b96594552e1b", + "id": "46fcc118-b410-4596-a06a-6e7abceb636f", "name": "Validation Error", "originalRequest": { "url": { @@ -30363,7 +30363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bfeee11-356f-4d4e-b1c1-6a0e0f8e67d8", + "id": "0ceed780-b930-41b2-b70d-9d87182d4877", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30488,7 +30488,7 @@ } }, { - "id": "672cbe46-bb51-4b64-b2ad-4e69d4f5d8e9", + "id": "7d82e96d-98eb-4fc3-aa27-df72e1d4ddf0", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -30559,7 +30559,7 @@ }, "response": [ { - "id": "5904fd54-4e82-43d2-a871-04e479b376db", + "id": "9c0c15ca-80e1-4f00-9ebb-c90d8383b0db", "name": "Successful Response", "originalRequest": { "url": { @@ -30628,7 +30628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8f0d0a7-194a-40a1-9659-e4052dabb165", + "id": "ff656312-b812-4f44-89f5-1a0f4ff98ebc", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30697,7 +30697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a4aed9-209f-41ca-a02d-43e70bc9994c", + "id": "cb5765e5-ef33-4bd0-9130-4dda7b62b022", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62018610-0412-4e7f-bfc3-189d4a75cd1c", + "id": "438fc8a8-c41b-4331-9d77-25230f115877", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30835,7 +30835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49f097ea-af36-4e26-9332-3dcbe2b1615d", + "id": "c4aa6a10-31a0-4d30-9858-2abba124352a", "name": "Validation Error", "originalRequest": { "url": { @@ -30904,7 +30904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18ac6138-4f10-42e3-9ff6-d26d09c2ff0e", + "id": "bd1c0f8c-4873-4921-9ec7-153939fdbf61", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30979,7 +30979,7 @@ } }, { - "id": "1bd348f9-ccca-4615-9bdc-124b7c54a019", + "id": "80d171ee-f65c-44af-9d60-7146328be650", "name": "Find Tolls", "request": { "name": "Find Tolls", @@ -31128,7 +31128,7 @@ }, "response": [ { - "id": "de17eb5c-09a4-4536-883f-46a93527db33", + "id": "30bf1187-525d-4b41-b119-7399be8b5a1e", "name": "Successful Response", "originalRequest": { "url": { @@ -31269,12 +31269,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 3900.6223502388048\n },\n {\n \"key_0\": 5178,\n \"key_1\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 8787.2193589621,\n \"key_1\": 9866.69184290433,\n \"key_2\": 8896.156357131933\n },\n {\n \"key_0\": \"string\"\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 7835.185502109712,\n \"key_2\": 7239\n },\n {\n \"key_0\": 1658\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 103\n },\n {\n \"key_0\": 9975.818676839386,\n \"key_1\": \"string\",\n \"key_2\": 5158.056831001114,\n \"key_3\": 9381.98702436539,\n \"key_4\": \"string\"\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": true,\n \"key_1\": 8686.621930956213\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": false,\n \"key_1\": false\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": \"string\",\n \"key_1\": true\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 4422,\n \"key_1\": \"string\"\n },\n {\n \"key_0\": true\n }\n ]\n }\n ]\n }\n ]\n}", + "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": true,\n \"key_1\": 9981.443424943083,\n \"key_2\": \"string\"\n },\n {\n \"key_0\": 1766.0041701775176,\n \"key_1\": true,\n \"key_2\": false\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": true,\n \"key_1\": \"string\",\n \"key_2\": 6567.7405162111045,\n \"key_3\": 28.205814195401135\n },\n {\n \"key_0\": 6081,\n \"key_1\": \"string\"\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 9406,\n \"key_1\": 7198.587731230615\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": true,\n \"key_1\": \"string\"\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 4422.682866093379,\n \"key_1\": 7533\n },\n {\n \"key_0\": \"string\",\n \"key_1\": 9283\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 6812.811451285213\n },\n {\n \"key_0\": \"string\"\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 67,\n \"key_1\": 4917\n },\n {\n \"key_0\": 5914,\n \"key_1\": 5073.457561208523\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false,\n \"key_1\": true,\n \"key_2\": \"string\",\n \"key_3\": true\n },\n {\n \"key_0\": 9320\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0445ebeb-1635-47cc-8b31-ddd6d6af8432", + "id": "c3681a84-959e-431f-9001-3c4e5fe22499", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -31420,7 +31420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb4c7d53-ef7b-4b13-a2cf-64f42b85f276", + "id": "4cddc86b-fbc4-409e-b40b-cf5dd2eeccb8", "name": "Out of free quota.", "originalRequest": { "url": { @@ -31566,7 +31566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c9dc00d-59a4-4e35-b7bc-aa6007261b76", + "id": "af0869f6-bb07-47d3-9b02-9e5c6e0d7ef6", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -31712,7 +31712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6e8a501-5172-4715-9e23-b221e7f7c863", + "id": "609a3452-557e-40b1-8268-57c2e9dbd72c", "name": "Validation Error", "originalRequest": { "url": { @@ -31858,7 +31858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5948d6f-3689-436c-8a3c-14f1cd1fe665", + "id": "ab4327ac-6122-4f51-a6c7-99dd442d7f19", "name": "Rate limit reached", "originalRequest": { "url": { @@ -32024,7 +32024,7 @@ } ], "info": { - "_postman_id": "44a3a98c-4049-4272-9057-b29909fb7f75", + "_postman_id": "12243633-20ee-4401-a30d-583fae9e9bda", "name": "Woosmap Platform API Reference", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { From 003912d4195f6f72580c0f36a8fcf256a86e64a3 Mon Sep 17 00:00:00 2001 From: cdartnell-wgs Date: Mon, 11 May 2026 17:09:07 +0200 Subject: [PATCH 3/4] feat(localities): keep transit.station.rail, reorder alphabetically --- specification/schemas/LocalitiesTypesPoi.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/specification/schemas/LocalitiesTypesPoi.yml b/specification/schemas/LocalitiesTypesPoi.yml index 216cc6c2..755f7f1c 100644 --- a/specification/schemas/LocalitiesTypesPoi.yml +++ b/specification/schemas/LocalitiesTypesPoi.yml @@ -6,11 +6,12 @@ enum: - 'point_of_interest' - 'transit.station' - 'transit.station.airport' - - 'transit.station.rail.subway' - - 'transit.station.rail.train' + - 'transit.station.rail' + - 'transit.station.rail.funicular' - 'transit.station.rail.light_rail' - 'transit.station.rail.monorail' - - 'transit.station.rail.funicular' + - 'transit.station.rail.subway' + - 'transit.station.rail.train' - 'transit.station.rail.tram' - 'beach' - 'business' From 4a708a6b6a9fcde05fc5a9e2a67615e70f22c384 Mon Sep 17 00:00:00 2001 From: gaelsimon Date: Mon, 11 May 2026 15:11:07 +0000 Subject: [PATCH 4/4] chore: update dist folder [skip ci] --- dist/merged-woosmap-openapi3.json | 7 +- dist/woosmap-openapi3.json | 7 +- dist/woosmap-openapi3.yml | 7 +- dist/woosmap-postman.json | 920 +++++++++++++++--------------- 4 files changed, 472 insertions(+), 469 deletions(-) diff --git a/dist/merged-woosmap-openapi3.json b/dist/merged-woosmap-openapi3.json index 4766fd5b..6a9900e1 100755 --- a/dist/merged-woosmap-openapi3.json +++ b/dist/merged-woosmap-openapi3.json @@ -14247,11 +14247,12 @@ "point_of_interest", "transit.station", "transit.station.airport", - "transit.station.rail.subway", - "transit.station.rail.train", + "transit.station.rail", + "transit.station.rail.funicular", "transit.station.rail.light_rail", "transit.station.rail.monorail", - "transit.station.rail.funicular", + "transit.station.rail.subway", + "transit.station.rail.train", "transit.station.rail.tram", "beach", "business", diff --git a/dist/woosmap-openapi3.json b/dist/woosmap-openapi3.json index fcb525ff..57ef50ae 100755 --- a/dist/woosmap-openapi3.json +++ b/dist/woosmap-openapi3.json @@ -6837,11 +6837,12 @@ "point_of_interest", "transit.station", "transit.station.airport", - "transit.station.rail.subway", - "transit.station.rail.train", + "transit.station.rail", + "transit.station.rail.funicular", "transit.station.rail.light_rail", "transit.station.rail.monorail", - "transit.station.rail.funicular", + "transit.station.rail.subway", + "transit.station.rail.train", "transit.station.rail.tram", "beach", "business", diff --git a/dist/woosmap-openapi3.yml b/dist/woosmap-openapi3.yml index bd2fdd01..daf87baa 100755 --- a/dist/woosmap-openapi3.yml +++ b/dist/woosmap-openapi3.yml @@ -5917,11 +5917,12 @@ components: - point_of_interest - transit.station - transit.station.airport - - transit.station.rail.subway - - transit.station.rail.train + - transit.station.rail + - transit.station.rail.funicular - transit.station.rail.light_rail - transit.station.rail.monorail - - transit.station.rail.funicular + - transit.station.rail.subway + - transit.station.rail.train - transit.station.rail.tram - beach - business diff --git a/dist/woosmap-postman.json b/dist/woosmap-postman.json index 0f78220b..3993f46f 100755 --- a/dist/woosmap-postman.json +++ b/dist/woosmap-postman.json @@ -10,7 +10,7 @@ "description": "Manage the store and asset data within your Woosmap project. It provides full CRUD (Create, Read, Update, Delete) operations through standard HTTP methods, supporting batch imports up to 15MB, along with an atomic replace operation for swapping entire datasets without downtime.\nThis endpoint handles the complete lifecycle of your location data. You can add new assets in batch using POST, update existing assets with PUT, retrieve assets as GeoJSON with GET, remove individual or all assets with DELETE, and atomically replace your entire dataset using the replace operation. All write operations accept JSON payloads containing an array of store objects, each with a unique storeId, name, and geographic coordinates.\n\n``` POST|GET|PUT|DELETE https://api.woosmap.com/stores ```\n", "item": [ { - "id": "95ee1a1a-fdb4-44c5-b63e-db076d06d42c", + "id": "ef0a9eb5-813f-48bc-bcc1-b796f52310c6", "name": "Create your Assets", "request": { "name": "Create your Assets", @@ -44,7 +44,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -72,7 +72,7 @@ }, "response": [ { - "id": "1710b2ba-62f1-4db1-8d65-ed218d3c4dab", + "id": "28c87b0d-510c-4d51-9c64-9cec99e82f64", "name": "Assets successfully created", "originalRequest": { "url": { @@ -110,7 +110,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -132,7 +132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "957c7238-a101-4abb-b243-a2c4f80b9e68", + "id": "b3e684e4-122b-48fd-947e-7f1d5229204a", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -170,7 +170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -192,7 +192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "269002a5-f09a-47a1-9923-9e33829b3533", + "id": "89d748c4-1179-4a4d-b995-750608182cb9", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -230,7 +230,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -252,7 +252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec5a7b87-e306-4913-a9e3-b3b2b9144995", + "id": "24ca4c82-eef9-4dd1-ab71-8993c7ac22da", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -290,7 +290,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -318,7 +318,7 @@ } }, { - "id": "de060219-106f-456b-91ad-281c95e92b10", + "id": "8453f45e-bb80-47b1-b2e8-0e28e0a402e2", "name": "Update the Assets", "request": { "name": "Update the Assets", @@ -352,7 +352,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -380,7 +380,7 @@ }, "response": [ { - "id": "97015503-faf2-4c3b-80df-5e787e21a11a", + "id": "8ff7b8d4-0069-483a-af60-de4038ca8592", "name": "Assets successfully updated", "originalRequest": { "url": { @@ -418,7 +418,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -440,7 +440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084a369b-e167-48f4-b9f1-b6add8ba60c3", + "id": "dde5375e-ae20-400e-bfb9-e2ffd5a06a64", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -478,7 +478,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -500,7 +500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aa7c840-fd20-41e9-8633-f1d5b233bdd5", + "id": "a31fbf5a-637b-4cdf-bbd9-ea8b9a37ccd4", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -538,7 +538,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -560,7 +560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5646ca98-779c-49ff-bad1-fdd39f24af90", + "id": "f483b2f7-8352-46b9-9ca3-c5af6b9576dc", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -598,7 +598,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -626,7 +626,7 @@ } }, { - "id": "5b0579b1-4e33-4ebc-b7ae-71c8c84803a8", + "id": "7212a4bb-68f5-42db-b593-ef3e6e8f9553", "name": "Delete the Assets", "request": { "name": "Delete the Assets", @@ -685,7 +685,7 @@ }, "response": [ { - "id": "fed5cf3c-ad5b-44d5-a7d2-5ebdce47a1b0", + "id": "8ed41404-d709-43cf-98a7-e24c13fc2f61", "name": "Assets successfully deleted", "originalRequest": { "url": { @@ -741,7 +741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e7484a-52ea-485f-b118-9073edd39b33", + "id": "9656cd3a-945c-40e0-8baa-badd9b174158", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -797,7 +797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f457ab-f0df-4f40-ad98-4d03adfbcac3", + "id": "bd40c575-7d75-448a-984d-71931ad97bcf", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -859,7 +859,7 @@ } }, { - "id": "2fe41a87-9a0a-4e59-b3d0-543eb277b728", + "id": "b79fc28c-2dcb-4f74-a953-c9854831ea5d", "name": "Get Asset from ID", "request": { "name": "Get Asset from ID", @@ -920,7 +920,7 @@ }, "response": [ { - "id": "ebeccb27-a877-4ad6-a7cd-6813c9f8c86b", + "id": "08edc74b-3202-461d-8ee7-742c93c680bd", "name": "Asset successfully retrieved", "originalRequest": { "url": { @@ -974,12 +974,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 8374.55708918237,\n \"key_1\": true,\n \"key_2\": true,\n \"key_3\": 4537\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", + "body": "{\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f11beea3-f9ab-4b23-8016-16b0c51098db", + "id": "0d1ee2fd-58d2-4f7a-9f3a-c51e1157d415", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1038,7 +1038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff8a1f0a-ce22-4ad0-a27d-e3e4b4879a91", + "id": "0eae3265-6533-4a96-b536-86a678df1301", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1097,7 +1097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d79b7f75-622e-45c7-ab9e-13a4fab00931", + "id": "3c71611b-e920-42f5-8e41-4e95879bbdcf", "name": "Not Found - `storeId` do not exist.", "originalRequest": { "url": { @@ -1150,7 +1150,7 @@ } }, { - "id": "85ca2473-6c48-4dc7-beb4-42362e0662d0", + "id": "b0fa952d-369e-4e66-ae30-839e202982b3", "name": "Replace all assets", "request": { "name": "Replace all assets", @@ -1185,7 +1185,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1213,7 +1213,7 @@ }, "response": [ { - "id": "9211710e-fc7b-4193-bd2e-0784264edb8e", + "id": "bdf56e3f-56d6-41e8-8598-f23d6491b28a", "name": "Assets successfully replaced", "originalRequest": { "url": { @@ -1252,7 +1252,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1274,7 +1274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4cdf355-04aa-4d08-8714-ac618fa17d0e", + "id": "3af97aaa-5a7a-43ea-9f6d-55d46f11ef14", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1313,7 +1313,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1335,7 +1335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71357504-6495-4ef8-b459-ee1bc464bf4e", + "id": "c84ee0b8-57b2-4805-8f9e-eb7a48685936", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1374,7 +1374,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1396,7 +1396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "551bee36-a439-4ad9-847d-6898a251a63a", + "id": "60a9adfb-db07-42be-8d34-88f417ab1d8b", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1435,7 +1435,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 4892,\n \"key_1\": 3924.288733437196\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": \"string\",\n \"key_1\": false,\n \"key_2\": true\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", + "raw": "{\n \"stores\": [\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": null,\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n },\n {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"name\": \"\",\n \"storeId\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"countryCode\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"userProperties\": {\n \"key_0\": 3645.2458817901334\n },\n \"localizedNames\": {},\n \"openingHours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -1469,7 +1469,7 @@ "description": "The Zones Endpoint lets you associate geographic polygons (zones) with your stores and then search for stores whose zone contains a specific point. Unlike distance-based search, which relies on straight-line proximity, zone-based search accounts for real-world boundaries like delivery areas, service regions, or franchise territories.\nZone management provides a full set of CRUD operations: import zones in bulk, update existing zones, list all zones in your project, retrieve or delete individual zones by ID, and remove all zones at once. Each zone links a polygon (defined in WKT format) to a specific store via store_id and zone_id.\n\nOnce zones are imported, you can search for stores by adding `zone=true` to your Search request. The API returns stores whose zone polygon intersects the queried location rather than the nearest stores by distance.\n\n``` https://api.woosmap.com/zones ```\n", "item": [ { - "id": "dc4365de-1ac1-4999-a0f2-cf61af375c3d", + "id": "72384387-78ba-4a8f-b619-2a39dce9cd5e", "name": "List your Zones", "request": { "name": "List your Zones", @@ -1537,7 +1537,7 @@ }, "response": [ { - "id": "a1f5b5d6-ad0f-4fa9-b674-ad1baa79a22a", + "id": "5230acc3-2f7d-4dcc-b5b6-b8672cd0e3d4", "name": "Zones successfully retrieved", "originalRequest": { "url": { @@ -1602,7 +1602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f34256d-d3ce-415c-a19a-86ce482d9c56", + "id": "078121cb-2e4c-485e-b6f4-62d8ea5eb9e0", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -1667,7 +1667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a997ad-5a12-4d4c-bf53-bfcea7480cc5", + "id": "a8d794fa-d3dd-4a21-b00d-f7a785088476", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -1732,7 +1732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4312a24-af2a-43e2-b8b0-3a9e0d0fc3e5", + "id": "0a7812ca-bd8f-4368-a67f-f94e15153d79", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -1803,7 +1803,7 @@ } }, { - "id": "c091c81b-c389-4821-86f2-c17ea3d06155", + "id": "53ba8e78-238e-4610-853a-d8402c262d2e", "name": "Create your Zones", "request": { "name": "Create your Zones", @@ -1865,7 +1865,7 @@ }, "response": [ { - "id": "576dabe4-11f4-4ea3-a343-ba5382cac3c9", + "id": "f3c55448-f75d-4886-836c-dc2c9034e904", "name": "Zones successfully created", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80535a32-090f-41b9-b245-807f360ae348", + "id": "fdbce50f-3632-4c09-8d73-f03287b3314c", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -1985,7 +1985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f94ba7f-9e81-4ec3-a897-ebfd07ed80a1", + "id": "9f57907d-90c1-44a3-a4db-2fe1ce64ce34", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2045,7 +2045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3024df0-a412-4593-8775-917fec996bb2", + "id": "a1966dcb-2d2f-4e00-b297-d1b17119fbc2", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2111,7 +2111,7 @@ } }, { - "id": "015d88bb-cf78-4bc7-ac57-91b076992fb0", + "id": "b5752338-dbe9-4287-8194-442afe98e404", "name": "Update the Zones", "request": { "name": "Update the Zones", @@ -2173,7 +2173,7 @@ }, "response": [ { - "id": "b257e5a2-0b85-4e60-a81b-71ed2f436a83", + "id": "dbf1453c-0d03-4ed3-a9d5-fda59ce98a69", "name": "Zones successfully updated", "originalRequest": { "url": { @@ -2233,7 +2233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c51eef2-d044-4856-b780-85dfdec8f92b", + "id": "545d5253-11eb-4a62-9f69-a771bca7a8f8", "name": "Invalid. The data is not a valid JSON.", "originalRequest": { "url": { @@ -2293,7 +2293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3975cb94-7bce-441d-a64d-74c47fe11426", + "id": "1d502637-ccf9-4bcc-b768-2d9572039f4b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2353,7 +2353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d99befa-9721-4334-ab5c-3001cfa54239", + "id": "b9f0ec20-d108-4dbe-aa4f-db8fe3a3aeb2", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2419,7 +2419,7 @@ } }, { - "id": "acbcbbc0-916a-45a5-a346-b8b493f03728", + "id": "69aaa746-045d-4ca8-8aee-8a7debb0c027", "name": "Delete the Zones", "request": { "name": "Delete the Zones", @@ -2468,7 +2468,7 @@ }, "response": [ { - "id": "84ff1f12-8f67-4315-b043-78ffc0cc8a5a", + "id": "738d47c6-24db-4a7a-857b-e5733de89e32", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -2515,7 +2515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e351f3b-8a23-4dc7-8266-dc49211acc5a", + "id": "87afd679-5c71-494d-94b9-c08b918e615f", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2562,7 +2562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f25e984-a3f2-4a4d-9817-a3ad347031dd", + "id": "0425b95d-4fc8-4c88-81be-724a38cb0527", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2615,7 +2615,7 @@ } }, { - "id": "4b49e499-c180-46e2-85e4-be7742de4f48", + "id": "94f5636d-7511-4752-a490-1825e163a36d", "name": "Get Zone from ID", "request": { "name": "Get Zone from ID", @@ -2676,7 +2676,7 @@ }, "response": [ { - "id": "d1898879-b8f1-4f35-b65f-aafae72fed24", + "id": "319d004f-601a-4796-96ac-aa492168936d", "name": "Zone successfully retrieved", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a27c234-bbe9-4ea7-998b-87ea0969b0b6", + "id": "5fbb6308-d493-4acf-8cd5-c77cf609ad06", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -2794,7 +2794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0aa930e-739e-4c15-8f0c-d8345c5eb1c6", + "id": "19f2c62e-4de1-44d8-8b06-f59554809ca0", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -2853,7 +2853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e79f8eb0-ba65-40b1-8b45-b06e7014761c", + "id": "89bddd95-c049-4de2-aa30-81e88ab4b392", "name": "Not Found - `zone_id` do not exist.", "originalRequest": { "url": { @@ -2906,7 +2906,7 @@ } }, { - "id": "5a715e10-2e3c-44cb-8066-5da61c428da5", + "id": "54c5b6ad-67a8-40e3-b692-8c82721c6df0", "name": "Delete Zone from ID", "request": { "name": "Delete Zone from ID", @@ -2967,7 +2967,7 @@ }, "response": [ { - "id": "2ff4253f-bffe-4799-a572-11768ecf7406", + "id": "8d00cdcf-6056-4810-b10c-b9222cbbc18d", "name": "Zones successfully deleted", "originalRequest": { "url": { @@ -3026,7 +3026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "492cd9ac-8895-4d96-9be9-fdcc6308fb11", + "id": "216f53ba-08ec-44d5-867a-b8c34154401d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3085,7 +3085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d26e8d6-570f-40d5-b800-d08ee60a1acf", + "id": "0670c07c-bafc-4139-9fde-111c96be367c", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3156,7 +3156,7 @@ "description": "Geolocation API returns a location (or nearby stores) and accuracy radius based on an IP address. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "bde63f8c-33ef-4d5e-854a-371cc53a2dbf", + "id": "dfa64a1f-35b4-40cb-8a4e-7076c85be1d8", "name": "Geolocation from an IP address", "request": { "name": "Geolocation from an IP address", @@ -3216,7 +3216,7 @@ }, "response": [ { - "id": "bba788dc-e6a0-44b7-9c05-145daa7a1198", + "id": "6b9ba0d1-090b-49ff-9923-f4d94abdd559", "name": "Geolocation successfully retrieved", "originalRequest": { "url": { @@ -3273,7 +3273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6fb8791-b533-417a-91a5-9b0fb1fbd636", + "id": "89cc0767-c115-421e-94c1-dbac10066007", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3330,7 +3330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cea7aeb4-816e-4dd2-8ce1-36d3e1a4a930", + "id": "b3a5e0f0-f188-4cad-8276-735dc2227ca9", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3387,7 +3387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b217792-cb58-443a-b26f-80d3e294d19f", + "id": "d1d53ac8-0e06-47f0-ad7c-78d65c132111", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3450,7 +3450,7 @@ } }, { - "id": "3fb17da8-9c41-47c2-82b2-8206a09a74e2", + "id": "3c03f802-e07c-4dcf-b5ff-362e072ba1a4", "name": "Assets nearby a Geolocation", "request": { "name": "Assets nearby a Geolocation", @@ -3528,7 +3528,7 @@ }, "response": [ { - "id": "fbeccd05-f2a5-46a4-809a-e7b425d174ea", + "id": "dbc2fe99-11e0-465f-85dc-47e2583dc429", "name": "Geolocation and Stores successufully retrieved", "originalRequest": { "url": { @@ -3598,12 +3598,12 @@ "value": "application/json" } ], - "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 4724.296321140909,\n \"key_1\": 2393\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", + "body": "{\n \"stores\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 3089,\n \"key_1\": 7363.58044283773\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 7351.050700672386\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"country_code\": \"\",\n \"country_name\": \"\",\n \"continent\": \"\",\n \"region_state\": \"\",\n \"city\": \"\",\n \"postal_code\": \"\",\n \"timezone\": \"\",\n \"raw_offset\": \"\",\n \"dst_offset\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "83ad43f6-457f-46da-861a-f22b9999f511", + "id": "b4ceb120-e3ab-4be2-9852-4b7cb351518e", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -3678,7 +3678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "728351df-b801-48c9-8dd3-0d01db27c955", + "id": "534f452a-ffcd-401a-8bc6-0a5dc0546386", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -3753,7 +3753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9339b0a7-01dc-4c3b-972e-94412de8e90b", + "id": "def9d405-739c-43b1-b485-3d416915bb96", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -3834,7 +3834,7 @@ } }, { - "id": "f9e06fb5-3676-4477-84ba-498399108ec4", + "id": "68712718-82eb-4665-92b2-c37e2358973c", "name": "Timezone", "request": { "name": "Timezone", @@ -3903,7 +3903,7 @@ }, "response": [ { - "id": "e25ae66d-6150-410f-ab1e-61c53cc501a7", + "id": "ea670b2f-94ef-4d17-9dac-5ed7568da0aa", "name": "Timezone successfully retrieved", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e84da4-e162-462a-b2e5-681f9f2af10f", + "id": "ce26a1e7-95cd-47e9-8f94-fc690df33015", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4035,7 +4035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0cbabb8-039f-42c2-820b-91c56fbb1f58", + "id": "d5434c7a-9247-439a-a99b-0670f9913e18", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4101,7 +4101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d237e6bd-3630-4749-bf94-bdd5a4870a58", + "id": "5b4a13dd-0cfa-4529-a10f-407d72bf4dc8", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4179,7 +4179,7 @@ "description": "Woosmap Localities API is a web service that returns a great amount of geographical places in response to an HTTP request. Among others are city names, postal codes, suburbs, addresses or airports. Request is done over HTTPS using GET. Response is formatted as JSON. You must specify a key in your request, included as the value of a `key` parameter for your public key or `private_key` for your private key. This key identifies your application for purposes of quota management. Learn how to [get a key](https://developers.woosmap.com/support/api-keys/).\n", "item": [ { - "id": "727ee9b3-5877-4935-aeb2-aa5bb05567b0", + "id": "c131fb0a-390f-4106-832b-15a438275a1a", "name": "Autocomplete for Localities", "request": { "name": "Autocomplete for Localities", @@ -4215,7 +4215,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4320,7 +4320,7 @@ }, "response": [ { - "id": "0f25ae30-8d45-4dd9-88c8-24c848f9594e", + "id": "12a29ba5-daa1-4ffd-ba59-e61133776185", "name": "Autocompletion Localities successfully retrieved", "originalRequest": { "url": { @@ -4351,7 +4351,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4453,12 +4453,12 @@ "value": "application/json" } ], - "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"route\",\n \"country\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"locality\",\n \"hamlet\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", + "body": "{\n \"localities\": [\n {\n \"public_id\": \"\",\n \"types\": [\n \"village\",\n \"route\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n },\n {\n \"public_id\": \"\",\n \"types\": [\n \"borough\",\n \"locality\"\n ],\n \"type\": \"\",\n \"description\": \"\",\n \"matched_substrings\": {\n \"description\": [\n {\n \"length\": \"\",\n \"offset\": \"\"\n },\n {\n \"length\": \"\",\n \"offset\": \"\"\n }\n ]\n },\n \"related\": {\n \"postal_codes\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n \"has_addresses\": \"\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "95b90336-4d60-4935-bd6e-fc7ed5245bca", + "id": "ae4e62fc-571a-4eeb-99e9-fd947781965a", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -4489,7 +4489,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4596,7 +4596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4101f9ff-5956-45b2-abb1-bf3d3353d20f", + "id": "d1177898-5e0c-4aba-84fd-0deb2521f61d", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -4627,7 +4627,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4734,7 +4734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "463bd1f2-aa42-40cc-a244-7259e3366cf6", + "id": "e3bbcda3-5b19-4ec6-9d06-185c9b68e56f", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -4765,7 +4765,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -4878,7 +4878,7 @@ } }, { - "id": "646e74a0-dd84-4383-a045-571bdd2ec716", + "id": "65c7a5e0-4797-4983-8093-7fdeb3da7d21", "name": "Details of a Locality", "request": { "name": "Details of a Locality", @@ -4932,7 +4932,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -4983,7 +4983,7 @@ }, "response": [ { - "id": "62565510-d0e9-4ab6-a13a-c3a3bcbdc0ab", + "id": "8248b94b-4ba7-4ec7-90cb-0687946521d6", "name": "Details Localities successfully retrieved", "originalRequest": { "url": { @@ -5032,7 +5032,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5080,12 +5080,12 @@ "value": "application/json" } ], - "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"suburb\",\n \"hamlet\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"ROUTE\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", + "body": "{\n \"result\": {\n \"public_id\": \"\",\n \"formatted_address\": \"\",\n \"types\": [\n \"quarter\",\n \"locality\"\n ],\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n },\n \"accuracy\": \"ROOFTOP\"\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"administrative_area_label\": \"\",\n \"status\": \"not_yet_built\",\n \"addresses\": {\n \"pagination\": {\n \"page\": \"\",\n \"page_count\": \"\",\n \"addresses_per_page\": \"\",\n \"address_count\": \"\"\n },\n \"list\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "159e87d1-8e71-409f-bcac-a5d947c34fb1", + "id": "32b0a44c-19e3-4e4e-aedd-14d72c80369d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5134,7 +5134,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5187,7 +5187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e481377-f0ac-4722-83ef-c5a62d42bf2b", + "id": "cfe51d8d-45bd-4fbe-b0f6-58f76ae601dc", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5236,7 +5236,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5289,7 +5289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c394f52-03f2-4caa-81f1-df9efaa2a4da", + "id": "6e21eb43-326a-48f3-bfce-956c9431d52e", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5338,7 +5338,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "disabled": false, @@ -5397,7 +5397,7 @@ } }, { - "id": "61db0d9b-2814-45f6-b15a-efda0692af1d", + "id": "9861f15c-06fc-430f-b240-4877c34ff432", "name": "Geocode a locality or Reverse Geocode a latlng", "request": { "name": "Geocode a locality or Reverse Geocode a latlng", @@ -5442,7 +5442,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -5505,7 +5505,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" } ], "variable": [] @@ -5538,7 +5538,7 @@ }, "response": [ { - "id": "99efebee-2fa7-43c3-badc-f56ba9af9cc5", + "id": "13f8c424-6d7e-4bfe-9d64-843cb02a5487", "name": "Request Localities Geocode successful", "originalRequest": { "url": { @@ -5578,7 +5578,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -5641,7 +5641,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5671,12 +5671,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"admin_level\",\n \"town\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"POSTAL_CODE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"address\",\n \"suburb\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"GEOMETRIC_CENTER\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"MultiPoligon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"locality\",\n \"hamlet\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"ROOFTOP\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n },\n {\n \"formatted_address\": \"\",\n \"types\": [\n \"postal_code\",\n \"admin_level\"\n ],\n \"administrative_area_label\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location_type\": \"APPROXIMATE\",\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"shape\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n ]\n }\n },\n \"status\": \"not_yet_built\",\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"distance\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ],\n \"scores_per_components\": {\n \"street_name\": \"\",\n \"postal_code\": \"\",\n \"locality\": \"\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d95c43ac-665a-4d8d-b759-c3b07c0329d7", + "id": "8b1be651-7d6a-400a-91a1-672aadcce52d", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -5716,7 +5716,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -5779,7 +5779,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5814,7 +5814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffbbf84a-7105-4aac-82c0-24dffc534f2d", + "id": "416d25eb-242a-4835-a2d2-41761c1194ef", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -5854,7 +5854,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -5917,7 +5917,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -5952,7 +5952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3010c373-7527-48a2-af8d-9e9cf9066909", + "id": "3d329b95-51f7-4eed-aa20-8cbc1cacbcbd", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -5992,7 +5992,7 @@ "type": "text/plain" }, "key": "types", - "value": "locality" + "value": "admin_level" }, { "disabled": false, @@ -6055,7 +6055,7 @@ "type": "text/plain" }, "key": "cc_format", - "value": "alpha3" + "value": "alpha2" }, { "description": { @@ -6096,7 +6096,7 @@ } }, { - "id": "2ed376e0-e2dd-4c8a-b78c-6807e2e79205", + "id": "47c07f58-49d3-4d7c-b873-986d66a209c0", "name": "Nearby points of interest", "request": { "name": "Nearby points of interest", @@ -6119,11 +6119,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "beach" + "value": "hospitality.motel" }, { "disabled": false, @@ -6164,11 +6164,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "beach" + "value": "hospitality.motel" } ], "variable": [] @@ -6201,7 +6201,7 @@ }, "response": [ { - "id": "7e0fc826-c003-4e56-8ab9-303e10a4bc77", + "id": "24adf258-6d0f-4ef8-a9b8-701919a7c045", "name": "Points of interests surrounding `location` and matching provided `types`, sorted by distance to `location`.", "originalRequest": { "url": { @@ -6219,11 +6219,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "beach" + "value": "hospitality.motel" }, { "disabled": false, @@ -6264,11 +6264,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "beach" + "value": "hospitality.motel" }, { "description": { @@ -6298,12 +6298,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"education\",\n \"point_of_interest\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"business.shop.clothes\",\n \"medical.pharmacy\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"business.shop.doityourself\",\n \"transit.station.rail.monorail\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"police\",\n \"transit.station.rail.light_rail\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"business.fuel\",\n \"business.shop.library\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"education.kindergarten\",\n \"hospitality.hostel\"\n ],\n \"formatted_address\": \"\"\n },\n {\n \"types\": [\n \"tourism\",\n \"transit.station.rail.subway\"\n ],\n \"name\": \"\",\n \"public_id\": \"\",\n \"geometry\": {\n \"location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"viewport\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n }\n },\n \"address_components\": [\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"long_name\": \"\",\n \"short_name\": \"\",\n \"types\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"categories\": [\n \"tourism.museum\",\n \"business.food_and_drinks.cafe\"\n ],\n \"formatted_address\": \"\"\n }\n ],\n \"pagination\": {\n \"next_page\": \"\",\n \"previous_page\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5962336b-76a1-468b-8fa4-c534cf2d5c31", + "id": "22fe3555-3c0a-4064-b8e5-c3573aca942b", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6321,11 +6321,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "beach" + "value": "hospitality.motel" }, { "disabled": false, @@ -6366,11 +6366,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "beach" + "value": "hospitality.motel" }, { "description": { @@ -6405,7 +6405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e1b1dd0-70a7-4d33-bc4f-bef869818b2d", + "id": "47859625-894d-455c-9d7c-2097d12520c3", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -6423,11 +6423,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "beach" + "value": "hospitality.motel" }, { "disabled": false, @@ -6468,11 +6468,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "beach" + "value": "hospitality.motel" }, { "description": { @@ -6507,7 +6507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e64f076b-3ca2-4b30-8234-c4a8813c524f", + "id": "3df545af-4c55-441a-83be-8556b0f0e15c", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -6525,11 +6525,11 @@ { "disabled": false, "description": { - "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "(Required) The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "types", - "value": "beach" + "value": "hospitality.motel" }, { "disabled": false, @@ -6570,11 +6570,11 @@ { "disabled": false, "description": { - "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.funicular,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", + "content": "The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.\n (This can only be one of point_of_interest,transit.station,transit.station.airport,transit.station.rail,transit.station.rail.funicular,transit.station.rail.light_rail,transit.station.rail.monorail,transit.station.rail.subway,transit.station.rail.train,transit.station.rail.tram,beach,business,business.car_repair,business.car_rental,business.cinema,business.conference_centre,business.exhibition_centre,business.theatre,business.nightclub,business.finance,business.finance.bank,business.fuel,business.parking,business.mall,business.food_and_drinks,business.food_and_drinks.bar,business.food_and_drinks.biergarten,business.food_and_drinks.cafe,business.food_and_drinks.fast_food,business.food_and_drinks.pub,business.food_and_drinks.restaurant,business.food_and_drinks.food_court,business.shop,business.shop.mall,business.shop.bakery,business.shop.butcher,business.shop.library,business.shop.grocery,business.shop.sports,business.shop.toys,business.shop.clothes,business.shop.furniture,business.shop.electronics,business.shop.doityourself,business.shop.craft,education,education.school,education.kindergarten,education.university,education.college,education.library,hospitality,hospitality.hotel,hospitality.hostel,hospitality.guest_house,hospitality.bed_and_breakfast,hospitality.motel,medical,medical.hospital,medical.pharmacy,medical.clinic,tourism,tourism.attraction,tourism.attraction.amusement_park,tourism.attraction.zoo,tourism.attraction.aquarium,tourism.monument,tourism.monument.castle,tourism.museum,government,park,park.national,place_of_worship,police,post_office,sports,sports.golf,sports.winter)", "type": "text/plain" }, "key": "excluded_types", - "value": "beach" + "value": "hospitality.motel" }, { "description": { @@ -6621,7 +6621,7 @@ "description": "", "item": [ { - "id": "0cc9792f-640e-443b-8197-61fed59c7026", + "id": "fed4d6bb-48b9-4598-a864-4cf54e64fa4b", "name": "Search for assets", "request": { "name": "Search for assets", @@ -6744,7 +6744,7 @@ }, "response": [ { - "id": "dfc34083-5ad4-42cd-bfb9-b557fde34059", + "id": "4a103b1d-fe3d-4e52-9afe-b6496ecaff5d", "name": "Assets successfully retrieved", "originalRequest": { "url": { @@ -6859,12 +6859,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": null,\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", + "body": "{\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 5612.81017636424,\n \"key_1\": true,\n \"key_2\": \"string\"\n },\n \"opening_hours\": {\n \"timezone\": \"\",\n \"usual\": {\n \"1\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"3\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"4\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"5\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"6\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"7\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"default\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n \"special\": {\n \"2015-02-07\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"2015-02-08\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n },\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n {\n \"type\": \"Feature\",\n \"properties\": {\n \"name\": \"\",\n \"store_id\": \"\",\n \"address\": {\n \"lines\": [\n \"\",\n \"\"\n ],\n \"country_code\": \"\",\n \"city\": \"\",\n \"zipcode\": \"\"\n },\n \"contact\": {\n \"website\": \"\",\n \"phone\": \"\",\n \"email\": \"\"\n },\n \"open\": {\n \"current_slice\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"open_hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"open_now\": \"\",\n \"next_opening\": {\n \"end\": \"\",\n \"start\": \"\",\n \"day\": \"\"\n },\n \"week_day\": \"\"\n },\n \"weekly_opening\": {\n \"1\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"2\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"3\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"4\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"5\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"6\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"7\": {\n \"hours\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"isSpecial\": \"\"\n },\n \"timezone\": \"\"\n },\n \"types\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"last_updated\": \"\",\n \"user_properties\": {\n \"key_0\": 197.21005260756817\n },\n \"opening_hours\": null,\n \"distance\": \"\"\n },\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"pageCount\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb7bd7f2-c558-463b-8804-ad65e4c36dcd", + "id": "289f9843-6c78-4af8-af95-aa0d83d63987", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -6984,7 +6984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1d552a0-26e1-4c8d-8a30-32d9dd902a23", + "id": "4b595273-b276-4f22-ada9-26378c31d3c3", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7104,7 +7104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fabc19f9-97b5-4d99-b316-306a0c5865e1", + "id": "e49fa01b-c81a-47a3-aec3-8329408561e6", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7230,7 +7230,7 @@ } }, { - "id": "0dcbe508-e659-4cba-91fb-47023ed67958", + "id": "79a0c370-8f09-4746-ae39-50f868edbb09", "name": "Autocomplete for assets", "request": { "name": "Autocomplete for assets", @@ -7308,7 +7308,7 @@ }, "response": [ { - "id": "b4f8ec0d-ced9-41b0-b500-6b68706658e2", + "id": "842bb03b-9466-4a8f-b6b4-af00272beab4", "name": "Assets Successfully Replaced", "originalRequest": { "url": { @@ -7383,7 +7383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68cb4915-50b7-4619-a8c5-2da916402315", + "id": "31df8d8b-bbee-4a08-bd3a-bc476abe81c7", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7458,7 +7458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b25dd581-d874-44fa-9116-cdc4f8a05ce5", + "id": "5d5e239a-2d8a-4b7d-9018-8abe2ea45933", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7533,7 +7533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "366c895a-9136-4953-842f-3f8927aec616", + "id": "e28ab3d4-a292-4326-b151-2504f7e77a5b", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -7614,7 +7614,7 @@ } }, { - "id": "b3915e35-e32b-4862-885c-1d17a7b9b800", + "id": "78059960-520b-40da-b3ff-b64ef91ceb26", "name": "Bounds for assets", "request": { "name": "Bounds for assets", @@ -7702,7 +7702,7 @@ }, "response": [ { - "id": "2e1530ea-0c4c-469f-a313-affc109feddc", + "id": "ef47991b-4ef6-4c66-bf05-38b01b9d1fe4", "name": "Bounds successfully retrieved", "originalRequest": { "url": { @@ -7787,7 +7787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a2ec8e-479c-4ad8-b0fe-118967bbbf2f", + "id": "d75c8861-4f32-4233-8a88-25e3b3abc8ec", "name": "Unauthorized. Incorrect authentication credentials.", "originalRequest": { "url": { @@ -7872,7 +7872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1b5f66f-0fb9-444a-a5e6-14440214ac09", + "id": "4fbe131e-ee6e-49db-a82a-213d445e9a0a", "name": "Forbidden. This Woosmap API is not enabled for this project.", "originalRequest": { "url": { @@ -7957,7 +7957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd785001-e8ac-4f1a-a9cc-527e8a1deb60", + "id": "8cb51188-af5a-40c9-8a69-83b1f54b0166", "name": "Too Many Requests. The rate limit for this endpoint has been exceeded.", "originalRequest": { "url": { @@ -8054,7 +8054,7 @@ "description": "The Woosmap Static Maps API lets you generate customizable, embeddable map images using simple HTTP requests. It’s a lightweight alternative to interactive maps—ideal for emails, reports, or websites where dynamic JavaScript maps aren't needed.\n\nYou provide parameters such as location, zoom level, size, and markers, and the API returns a map image that can be embedded directly into any webpage or application.\n", "item": [ { - "id": "533624a6-6b9e-4975-8d29-e0d5c772200d", + "id": "259eeafc-96ba-4c48-919e-59b487d08892", "name": "Get Static Map", "request": { "name": "Get Static Map", @@ -8228,7 +8228,7 @@ }, "response": [ { - "id": "9b01441f-67a0-4e70-bd1b-19a195ecf7c0", + "id": "4afaf4af-f806-48e7-b8ac-1ef3c4a3da9a", "name": "Successful Response", "originalRequest": { "url": { @@ -8372,7 +8372,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3888223b-6ecb-4187-8cd2-4f3860112353", + "id": "b691fbf8-238d-404c-a45e-cf8598997dd7", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -8516,7 +8516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8050ae4-1540-45f8-bc65-a7f8638100a4", + "id": "4f1106e2-8523-411b-a33f-6d5d9eb54c73", "name": "Out of free quota.", "originalRequest": { "url": { @@ -8660,7 +8660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f396b79-7084-4a06-8cc0-fb67efda4542", + "id": "c4e7b176-2319-427a-a6d6-31ac2ba9c56b", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -8804,7 +8804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85a4b635-6c84-4750-a95e-e27b10f3c5a6", + "id": "e167106f-6a80-4972-8f98-b8125be06780", "name": "Validation Error", "originalRequest": { "url": { @@ -8948,7 +8948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fc5d7e1-f970-4ed5-9b2d-5003911bb96e", + "id": "5d4d506f-f0ef-4728-ac5d-cd4c14e853ee", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9104,7 +9104,7 @@ "description": "The Woosmap for what3words integration enhances location search capabilities by incorporating what3words' unique\n3-word addressing system.\n\nThis API is a drop in replacement of what3words API but hosted on Woosmap Platform, with the addition of an endpoint leveraging the power of\n[Localities API](#tag/Woosmap_Platform_API_Reference_Localities-API) to convert a what3words address into a street address, bringing address level accuracy to what3words.\n", "item": [ { - "id": "ee8b338e-53c8-41fc-adf6-f0b39afd70b7", + "id": "66369a8b-6ab7-4db8-a9b7-7e16f6137fca", "name": "Convert To What 3 Words", "request": { "name": "Convert To What 3 Words", @@ -9179,7 +9179,7 @@ }, "response": [ { - "id": "6d74a41c-9b11-4f94-ab85-dd3ee046c7ae", + "id": "837a8c80-04d2-4e13-8ba5-0fb58ea0a0ce", "name": "Successful Response", "originalRequest": { "url": { @@ -9251,7 +9251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4219971-d405-456a-b24e-cd9a87680708", + "id": "ce9927fe-7bc0-402b-bf53-a46745cf001e", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9323,7 +9323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a20c3eb3-152b-4fda-8dff-0198a0a5fe30", + "id": "b0ab6949-45fa-449f-9edd-401285efc526", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9395,7 +9395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "711230a2-0287-4db6-8fa2-ea819d16cfb9", + "id": "603c5f90-50c3-43d1-aa89-ea6b31a2d6aa", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9467,7 +9467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b0cbabe-bdd1-4362-bad7-e33e30598ab9", + "id": "04559b6a-f71d-4c08-b6ea-9bdb71009807", "name": "Validation Error", "originalRequest": { "url": { @@ -9539,7 +9539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edeb4352-8fd6-423a-bd79-599a04e1823a", + "id": "dd99395d-568e-4183-9b39-1d289f1a8a31", "name": "Rate limit reached", "originalRequest": { "url": { @@ -9617,7 +9617,7 @@ } }, { - "id": "88c1fb04-4eca-497e-bb99-1eabcea9fb8e", + "id": "59703443-4868-4e78-85b3-69207e28cc1d", "name": "Convert To Address", "request": { "name": "Convert To Address", @@ -9683,7 +9683,7 @@ }, "response": [ { - "id": "6895739e-1478-44ec-ac53-be812a8bbf66", + "id": "15180fa8-0bd4-496c-9ef9-a653f7c97604", "name": "Successful Response", "originalRequest": { "url": { @@ -9741,12 +9741,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": [\n {\n \"types\": [\n \"city\",\n \"route\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"hamlet\",\n \"borough\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"results\": [\n {\n \"types\": [\n \"suburb\",\n \"postal_code\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n },\n {\n \"types\": [\n \"hamlet\",\n \"quarter\"\n ],\n \"formatted_address\": \"\",\n \"public_id\": \"\",\n \"status\": \"\",\n \"sub_buildings\": [\n {\n \"public_id\": \"\",\n \"description\": \"\"\n },\n {\n \"public_id\": \"\",\n \"description\": \"\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "898fe3a3-fcb8-4ace-a31c-1ce317ee5700", + "id": "86082338-97f1-4129-bdaa-fc62912c0c23", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -9809,7 +9809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5f32b4-fe74-4424-ba6c-ab197c2a7581", + "id": "ab95ff56-65ce-4e28-a77c-2a4054a40094", "name": "Out of free quota.", "originalRequest": { "url": { @@ -9872,7 +9872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93f9a83a-fc0a-4f91-ae12-2dfd61e0d268", + "id": "5b04ef26-a3fe-4ab1-9253-4aa563db71ff", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -9935,7 +9935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "582d2365-3bb2-496c-a969-e7cb5274aaa0", + "id": "88a9692f-0298-4ab1-98ba-94211bff9882", "name": "Validation Error", "originalRequest": { "url": { @@ -9998,7 +9998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ebfa4c3-b6c7-4c0f-b16c-38230887b9a0", + "id": "2e6346b3-c4b4-4589-af34-1ba2301c8090", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10067,7 +10067,7 @@ } }, { - "id": "0fe01265-81cc-4fee-a7c2-e7ece7ba2281", + "id": "415d769a-ce25-4392-9dda-49de27763c1d", "name": "Autosuggest", "request": { "name": "Autosuggest", @@ -10196,7 +10196,7 @@ }, "response": [ { - "id": "f4b34792-968e-44ca-894a-7fa7a6916ede", + "id": "d127df05-14f2-4a74-ad3e-53182c84a3f6", "name": "Successful Response", "originalRequest": { "url": { @@ -10322,7 +10322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d345926-cbd5-4ae1-bedb-5ec20490d420", + "id": "7cb28ddb-5aa0-418a-9ea7-5bab5b1e4ea7", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -10448,7 +10448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d39cfd1b-722f-43bf-90e4-da51ffa42a69", + "id": "0dbdc2e7-9fd6-438a-9081-8d7d46fc117f", "name": "Out of free quota.", "originalRequest": { "url": { @@ -10574,7 +10574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72842d12-a232-4023-b223-ad3df21ff1b7", + "id": "d261783e-bb05-481e-9ee8-b958eda436ef", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -10700,7 +10700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "862a442a-e202-419d-b802-9c72ab001895", + "id": "e608791c-4e78-42ca-afb9-5701823a8294", "name": "Validation Error", "originalRequest": { "url": { @@ -10826,7 +10826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67b739da-1523-4aba-9f8c-c76b794185bb", + "id": "2ed3b124-f418-4c87-9fb9-806c1f3cf46e", "name": "Rate limit reached", "originalRequest": { "url": { @@ -10964,7 +10964,7 @@ "description": "The Indoor API suite provides comprehensive tools for indoor mapping, search, and navigation in complex venues.\n\nThe Indoor Map API renders detailed floor plans with customizable styling, while the Indoor Search API enables\nprecise location searching through an intelligent POI engine with autocompletion capabilities.\n\nFor wayfinding, the Indoor Distance API calculates optimal routes between indoor points, delivering polylines\nand turn-by-turn instructions. Advanced features include custom routing profiles for different user types\n(staff, visitors, etc.) and seamless integration with external systems.\n", "item": [ { - "id": "c63dc3d5-7eb8-4ff9-bdf3-718def3e0b2c", + "id": "6499d401-cdc1-4b7d-b723-10a244e072cb", "name": "Get Venue By Key", "request": { "name": "Get Venue By Key", @@ -11023,7 +11023,7 @@ }, "response": [ { - "id": "38b2dfb9-c417-4512-a7fe-a696e4b0e839", + "id": "01d63af2-e9b9-44f4-9b95-b4b4ca0f01b3", "name": "OK", "originalRequest": { "url": { @@ -11080,7 +11080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae17c542-265b-4ed8-99f2-b55cbba76f11", + "id": "da1e5b06-9a34-4217-ad2a-4bc5d1ce40c9", "name": "Unauthorized", "originalRequest": { "url": { @@ -11137,7 +11137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8acbe4d0-a0e5-40bc-a782-daf2203c674d", + "id": "8eaea2b6-185f-4191-a1b4-d4ad2fea4bb4", "name": "Payment Required", "originalRequest": { "url": { @@ -11194,7 +11194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56bbddb4-ff2e-4261-a983-26197bf74e9a", + "id": "d158f7ae-aa88-4262-9d26-e1f1d1f41056", "name": "Forbidden", "originalRequest": { "url": { @@ -11251,7 +11251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d9dacbb-f1a1-421f-8897-6ec81c1e43b0", + "id": "6caef69f-c25d-4549-b74a-c649667983c4", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11303,7 +11303,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11314,7 +11314,7 @@ } }, { - "id": "e84f2b09-538b-4782-8746-12c18902fb6e", + "id": "732ae37c-f469-4e9b-aca2-36e0f9ca7e78", "name": "Get Venues By Key", "request": { "name": "Get Venues By Key", @@ -11338,7 +11338,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" } ], "variable": [] @@ -11371,7 +11371,7 @@ }, "response": [ { - "id": "c1c1aa7a-6839-4e37-98a2-46981de9193e", + "id": "608eb649-2211-4520-bc83-0018f0c546b5", "name": "OK", "originalRequest": { "url": { @@ -11390,7 +11390,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11425,7 +11425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9410acf7-b5f8-4896-8160-abef9e630f35", + "id": "20ab5109-a82f-451a-9835-f63e885c4954", "name": "Unauthorized", "originalRequest": { "url": { @@ -11444,7 +11444,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11479,7 +11479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "950d1269-6b7d-46a8-ac6c-0d672e95dd3d", + "id": "9bb632c7-cd49-48aa-9d29-3b61fafa67ed", "name": "Payment Required", "originalRequest": { "url": { @@ -11498,7 +11498,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11533,7 +11533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3438d30c-4228-4312-912c-d5b601c35c9b", + "id": "627a203b-a252-4ee5-9cbc-21852b3f05d4", "name": "Forbidden", "originalRequest": { "url": { @@ -11552,7 +11552,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11587,7 +11587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae07d930-c6c8-46c5-8665-18c0c3111800", + "id": "e2595411-fafe-4b98-a74b-8cd50999db09", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -11606,7 +11606,7 @@ "type": "text/plain" }, "key": "sort_by", - "value": "name" + "value": "updated_at" }, { "description": { @@ -11636,7 +11636,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -11647,7 +11647,7 @@ } }, { - "id": "d6596467-4b67-4579-8256-eb0b1d3873ea", + "id": "e0bebf20-ca28-4254-8b8a-d64d62ab7b8d", "name": "Get Indoor Style", "request": { "name": "Get Indoor Style", @@ -11713,7 +11713,7 @@ }, "response": [ { - "id": "b6ec8eee-10bd-4194-93cc-5cce119b4a97", + "id": "51e23588-c788-4fa2-86c6-6e30b0e80304", "name": "OK", "originalRequest": { "url": { @@ -11771,12 +11771,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": 3626\n}", + "body": "{\n \"key_0\": 584\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "200d569e-eb89-4a7c-a12e-48c1198d8eeb", + "id": "ef2b588d-afd9-4efd-8dc7-1d6474a1d135", "name": "Unauthorized", "originalRequest": { "url": { @@ -11839,7 +11839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb5c0121-b356-46c2-9281-6a460b4c4468", + "id": "bbf87be6-bc97-4d5b-ad09-687fe840e782", "name": "Payment Required", "originalRequest": { "url": { @@ -11902,7 +11902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59774e21-f052-42a9-b51b-8656da5efbf4", + "id": "777b752a-7485-43fc-a15e-8ad692cf170d", "name": "Forbidden", "originalRequest": { "url": { @@ -11965,7 +11965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8490c15-a687-4432-966b-0a8e1da8e4ad", + "id": "caa478d2-cf2c-4230-8c26-46be10698d41", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12023,7 +12023,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12034,7 +12034,7 @@ } }, { - "id": "bfaf3c95-2029-4375-b0e2-c0825c300463", + "id": "0b95de36-9418-436c-a48f-7128ad6e1e0c", "name": "Distance Matrix", "request": { "name": "Distance Matrix", @@ -12139,7 +12139,7 @@ }, "response": [ { - "id": "f9bc4b54-e9f8-48e7-9bf1-bb9fa9606195", + "id": "12a38f27-35ab-4a19-8db6-5f9746d6a8f8", "name": "OK", "originalRequest": { "url": { @@ -12241,7 +12241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddb91170-dfb4-4f6d-979d-5b2d51751380", + "id": "3c0e6805-10a0-4262-80d7-4718f17af952", "name": "Bad Request", "originalRequest": { "url": { @@ -12343,7 +12343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aaec2d6-92e8-46bc-a1d5-ea49e81ea080", + "id": "b8f9c5e6-6541-4bb7-bd20-c66261c901f1", "name": "Unauthorized", "originalRequest": { "url": { @@ -12445,7 +12445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e68b1622-d4a6-4389-a834-37094f3818e8", + "id": "14a7fd00-d210-4308-bf2d-f877dab690b4", "name": "Payment Required", "originalRequest": { "url": { @@ -12547,7 +12547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2676204-780d-4ffe-9cec-b58b76cb6bff", + "id": "2cd87c0d-007c-4c8d-82c6-684f14f4d56e", "name": "Forbidden", "originalRequest": { "url": { @@ -12649,7 +12649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f882f69b-0116-4223-b5b9-b3ecfc43ce98", + "id": "8ff287fe-282c-4372-afb9-c8c8f7ffc858", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -12746,7 +12746,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -12757,7 +12757,7 @@ } }, { - "id": "ac839d98-bdaf-49bf-b827-c51867c71434", + "id": "d1f99c5c-0ee2-4b30-a0dc-f9a2c3226db2", "name": "Directions", "request": { "name": "Directions", @@ -12889,7 +12889,7 @@ }, "response": [ { - "id": "7e77f8a5-b502-4a81-85f3-9a70503ff0a9", + "id": "dffb2c78-17cb-4ac0-ade5-9f61729f1b4c", "name": "OK", "originalRequest": { "url": { @@ -13018,7 +13018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b165ba74-2556-4b70-a907-03cd00d20c3e", + "id": "6391ec74-fb3d-4d4e-8dea-e977548c2b98", "name": "Bad Request", "originalRequest": { "url": { @@ -13147,7 +13147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0634016c-f9ba-4727-ad9e-a2307ddb06ca", + "id": "393698a2-932c-451d-9124-266e4c070136", "name": "Unauthorized", "originalRequest": { "url": { @@ -13276,7 +13276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8c0796e-d240-41f5-8549-a38ea3e91c0a", + "id": "89b76bef-c73b-4a2c-8288-b6b2fef0c649", "name": "Payment Required", "originalRequest": { "url": { @@ -13405,7 +13405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bad4de9b-fb13-4b6a-9fee-915d1e0b3af3", + "id": "cad74f88-908c-4bc3-a394-743fdbb1d5a2", "name": "Forbidden", "originalRequest": { "url": { @@ -13534,7 +13534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17deaa1c-b528-4016-9aef-814dc3571775", + "id": "d49f7e24-92bb-4a98-a1e4-2d702d170dae", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -13658,7 +13658,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -13669,7 +13669,7 @@ } }, { - "id": "2d9c6118-e1aa-487e-8d7b-58305d49f078", + "id": "2d5f51b2-b1fa-4cb5-b077-6e60a43b7ecc", "name": "Search Venue Pois By Key", "request": { "name": "Search Venue Pois By Key", @@ -13839,7 +13839,7 @@ }, "response": [ { - "id": "2b5a02f0-6ade-45f0-8ed5-effd590c87be", + "id": "2ef0be0d-9949-494c-a5eb-8b420a0c091e", "name": "OK", "originalRequest": { "url": { @@ -14006,7 +14006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a1d18d7-d0b3-4a06-a474-5874b5324503", + "id": "66d9f82b-ec0b-4654-9f36-1b82929875f3", "name": "Unauthorized", "originalRequest": { "url": { @@ -14173,7 +14173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c4cfd40-6dcb-4fd9-8642-a577071efe06", + "id": "066c834c-fcba-47d9-b5e2-3d2a5d3c15bb", "name": "Payment Required", "originalRequest": { "url": { @@ -14340,7 +14340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b838ed4a-da3c-4c50-9f55-d4cbd57923ae", + "id": "f2b52a2c-fbb8-499a-8575-a213a171cb2e", "name": "Forbidden", "originalRequest": { "url": { @@ -14507,7 +14507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34ffa8ca-fdee-41c1-81f2-ef8b33cdec9a", + "id": "662c2769-3971-45fa-b218-edfb59c45ab9", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -14669,7 +14669,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -14680,7 +14680,7 @@ } }, { - "id": "4995ad77-adde-4a23-95fc-63a11a558dc8", + "id": "3b91f792-fdbd-4c0d-8ede-eaa791ce3939", "name": "Autocomplete Venue Pois By Key", "request": { "name": "Autocomplete Venue Pois By Key", @@ -14841,7 +14841,7 @@ }, "response": [ { - "id": "53cc5631-bc89-490e-82d1-2e24c0fd2ad3", + "id": "e1436134-4033-4b2e-bc5c-f2258a2d6475", "name": "OK", "originalRequest": { "url": { @@ -14999,7 +14999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "172f4514-b070-4e1d-886e-b6bcff3a1da4", + "id": "43f29e1b-f5ab-4c44-ae77-9fdb7ef466e8", "name": "Unauthorized", "originalRequest": { "url": { @@ -15157,7 +15157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb1edc65-6a19-49cd-a1e1-a06ac0c9a84d", + "id": "b92479f8-ff17-4e2c-97ec-b0d629261cc8", "name": "Payment Required", "originalRequest": { "url": { @@ -15315,7 +15315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91d432ad-696d-45ef-9009-7ff93f92aa38", + "id": "24163f8f-1fa1-47d6-a048-6186e29f29d2", "name": "Forbidden", "originalRequest": { "url": { @@ -15473,7 +15473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da26206-bdd6-40df-95e1-b56766c233d4", + "id": "0b4c5b1b-694c-40f1-b2cf-e7e9ebe06111", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -15626,7 +15626,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -15637,7 +15637,7 @@ } }, { - "id": "94ca3900-ea5b-4cbb-a28c-243ec06ca40b", + "id": "3ff2b014-cadb-48c5-9fca-214c338453cd", "name": "Get Feature By Key", "request": { "name": "Get Feature By Key", @@ -15708,7 +15708,7 @@ }, "response": [ { - "id": "003006d0-741e-414e-bfc0-9a8ca83f8643", + "id": "676b844a-1a1f-447e-ab90-fa97ba68b33e", "name": "OK", "originalRequest": { "url": { @@ -15772,12 +15772,12 @@ "value": "application/json" } ], - "body": "{\n \"properties\": {\n \"key_0\": false,\n \"key_1\": 7242.485886993839\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", + "body": "{\n \"properties\": {\n \"key_0\": true,\n \"key_1\": 3298,\n \"key_2\": \"string\"\n },\n \"geometry\": {\n \"type\": \"\",\n \"coordinates\": \"\",\n \"bbox\": \"\"\n },\n \"id\": \"\",\n \"type\": \"Feature\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c767192-848a-4c08-9d81-d021671698a2", + "id": "d721c2e7-c1be-4360-8b7f-fc4cca5cb697", "name": "Unauthorized", "originalRequest": { "url": { @@ -15846,7 +15846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7123d744-b9b6-464f-9901-db75cf1757fd", + "id": "a6841178-3028-4ccf-bfc1-de91d606f53f", "name": "Payment Required", "originalRequest": { "url": { @@ -15915,7 +15915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab7fbfd7-2f24-4f3d-a84b-65e027cbf029", + "id": "d216f968-b936-4892-8282-60437de57fd6", "name": "Forbidden", "originalRequest": { "url": { @@ -15984,7 +15984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9d27aed-ecee-4964-b919-aa9dd13e79c4", + "id": "028e6271-eaf5-4196-8bec-f58762e40585", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16048,7 +16048,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16059,7 +16059,7 @@ } }, { - "id": "11f64d7c-6e8a-4369-9921-3e12632fc429", + "id": "3daa01df-3701-4dc3-92c2-89e1590462b0", "name": "Tiles By Key", "request": { "name": "Tiles By Key", @@ -16161,7 +16161,7 @@ }, "response": [ { - "id": "62f9d42c-bf62-4a23-9b9d-b1c238ec6a9d", + "id": "9ec4dca4-fdbc-48da-9b20-c18babafdc09", "name": "OK", "originalRequest": { "url": { @@ -16260,7 +16260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7402dfab-cf89-4ab4-a98d-d0b0b7e3bc5b", + "id": "652b60ce-f9d7-42c7-9660-d45d55eefebe", "name": "Unauthorized", "originalRequest": { "url": { @@ -16359,7 +16359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f47eaad9-dcf4-419c-8525-0581446fd880", + "id": "c61a4751-2787-4b51-abd3-55ffb504ecda", "name": "Payment Required", "originalRequest": { "url": { @@ -16458,7 +16458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e11ad385-2cb7-4e72-ba0a-1e30e5153577", + "id": "10ef9b62-edc3-46d9-a42f-4a2868688750", "name": "Forbidden", "originalRequest": { "url": { @@ -16557,7 +16557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21f19196-1eab-4646-a2da-65b4d2d86cbf", + "id": "a18e9b14-69a7-4b05-95e9-278be2944301", "name": "Unprocessable Entity", "originalRequest": { "url": { @@ -16651,7 +16651,7 @@ "value": "application/json" } ], - "body": "{\n \"detail\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 4957.078114736922,\n \"key_1\": \"string\"\n }\n ],\n \"context\": {\n \"key_0\": \"string\",\n \"key_1\": 9072,\n \"key_2\": 6776.64264817715\n }\n}", + "body": "{\n \"detail\": [\n {\n \"key_0\": 2579,\n \"key_1\": 1605\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"context\": {\n \"key_0\": 8410,\n \"key_1\": false,\n \"key_2\": true,\n \"key_3\": 350.8933445467832\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -16668,7 +16668,7 @@ "description": "The Woosmap Distance Async API suite provides tools for large or difficult distance calculations.\n\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "073069ab-092a-4ead-aee5-5b27e4699b84", + "id": "3e3ba98c-49e5-4c4a-a55e-ad30870013a8", "name": "Start Matrix Calculation", "request": { "name": "Start Matrix Calculation", @@ -16730,7 +16730,7 @@ }, "response": [ { - "id": "32b553e4-6c27-4fa5-a7b5-f5434b009170", + "id": "a87e5eda-7aad-4848-84e7-62bb125a3f0a", "name": "Successful Response", "originalRequest": { "url": { @@ -16790,7 +16790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf7c9ffd-20ad-463f-9db8-9b8d74a4edb6", + "id": "0141deb6-ef7d-4124-b8ea-70e5b976f8bb", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -16850,7 +16850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b474aca-2a2c-4f57-b4ef-23a57aee7aaa", + "id": "dcbe92ee-63cd-4997-87a4-5acc3a182100", "name": "Out of free quota.", "originalRequest": { "url": { @@ -16910,7 +16910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be26f0da-9af2-40fc-a815-3a55fd76937f", + "id": "d5aee9ac-2d18-4d7a-9e03-e00dd98bc842", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -16970,7 +16970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2625b0c0-1b76-4533-a020-9b5a81c213a8", + "id": "c9a1d236-ac14-4f0c-901b-e88b7f7b56a9", "name": "Validation Error", "originalRequest": { "url": { @@ -17030,7 +17030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3282994a-a1f4-4f9b-bb79-c26f753e3b2c", + "id": "d8d9b48d-2a2a-4390-ba5b-41ed64e12bb1", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17096,7 +17096,7 @@ } }, { - "id": "90b2a359-b785-4a4d-9090-c4e4456b267e", + "id": "b3e87b83-9635-4218-bd3d-6bb23ee4b679", "name": "Check Matrix Calculation Status", "request": { "name": "Check Matrix Calculation Status", @@ -17157,7 +17157,7 @@ }, "response": [ { - "id": "a94b17e1-80e3-4f06-8976-49fbdd0630e6", + "id": "21c8949c-31a4-42f4-aed4-19e0d3822c0c", "name": "Successful Response", "originalRequest": { "url": { @@ -17211,12 +17211,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"error\"\n}", + "body": "{\n \"status\": \"timeout\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "766a1fce-a20f-42c9-bd86-d8e29132d3fc", + "id": "425e52e0-8b61-482b-968b-07fc4afbd87a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17275,7 +17275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e89de79-d11d-45b2-80b0-b1119fbd6783", + "id": "bc30065e-cea8-4121-b62c-98757ff354be", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d17f4bc-5fe8-4369-87ce-49a75765d9f1", + "id": "79bf5ed4-6bc5-4151-b2f4-594798ee7bfe", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17393,7 +17393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "914330bf-2ed4-4ee0-801a-ab43f99f5c09", + "id": "50b05714-0cf7-49bf-b88a-8ed46d93fb0e", "name": "Validation Error", "originalRequest": { "url": { @@ -17452,7 +17452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f962f3-eb5b-4cb0-9dae-b6df2d593b28", + "id": "577a717e-2d2a-4f4b-886b-b10e650c05f1", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17517,7 +17517,7 @@ } }, { - "id": "54b1e2c7-1d6f-48fd-b924-db9ee22c23dc", + "id": "19b08853-0733-4d67-a920-3147d893a7e3", "name": "Get Matrix Calculation Result", "request": { "name": "Get Matrix Calculation Result", @@ -17577,7 +17577,7 @@ }, "response": [ { - "id": "e1b5dee6-d0d7-48f9-baee-77135714f5cd", + "id": "a574282d-389d-45f9-9583-ac894d604092", "name": "Redirect to the result of the matrix calculation.", "originalRequest": { "url": { @@ -17635,7 +17635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0559ecf0-fedb-4ba6-bd50-fd2f49bb8689", + "id": "97a105a4-8eab-491b-ba93-5ae8b7ca47f8", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -17693,7 +17693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3ff0eb9-76e3-4219-9e6b-315b0d0b53bf", + "id": "9e70c0c2-550e-4eab-bf39-6cf8b679f7f6", "name": "Out of free quota.", "originalRequest": { "url": { @@ -17751,7 +17751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2adad0f5-27e3-4dd2-92ec-2ffd9c29ec5d", + "id": "2e98f12f-950a-4698-9add-d7d7d256b5a0", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -17809,7 +17809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aba10cb2-0879-4caa-9de7-aaebe8fc22ef", + "id": "268e0793-e737-49a4-9786-aa29cbfe26ce", "name": "Validation Error", "originalRequest": { "url": { @@ -17867,7 +17867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76b16f70-2b51-4e12-9d09-45228ed15722", + "id": "543c9677-c362-43f3-be8e-d14c85aeffb8", "name": "Rate limit reached", "originalRequest": { "url": { @@ -17937,7 +17937,7 @@ "description": "The Transit API delivers comprehensive public transportation routing information by calculating optimal travel paths between\norigins and destinations. It provides detailed route data including distance, duration, polyline visualization,\nand complete step-by-step transit instructions with transfer points and transportation modes. The API is ideal for\napplications requiring accurate public transit navigation and trip planning capabilities.\n", "item": [ { - "id": "bdb8b7d9-f373-42b1-9ed2-6633e304aded", + "id": "3fcb6bb9-1302-4bd5-a9ac-470cc0354ac6", "name": "Transit Route", "request": { "name": "Transit Route", @@ -18030,7 +18030,7 @@ }, "response": [ { - "id": "b6a2bc3c-893c-469d-9691-6f77c16dfbf8", + "id": "af0e8dc2-a27b-4a42-822e-bb84e39cdbf6", "name": "Successful Response", "originalRequest": { "url": { @@ -18120,7 +18120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc44bca-969c-4a03-8fb6-05f38fffcadd", + "id": "164fa4b6-a42e-402d-be19-e9f79471cd35", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18210,7 +18210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6984d6e2-ddd8-4a86-ad40-17c4a9a76329", + "id": "01063666-9dd5-4c5e-8f2c-8ad75339655e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18300,7 +18300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "912fcf21-0cb4-48ff-8355-e5a02e7ff2bb", + "id": "71230533-9b39-4f81-b7c4-4305d932477e", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18390,7 +18390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bca483e-9a52-45c8-8106-cfaff37fdae4", + "id": "bcb02638-93c9-4b9a-b30a-52225e7220c2", "name": "Validation Error", "originalRequest": { "url": { @@ -18480,7 +18480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a007873e-f932-4c85-a1a7-1dc97937667b", + "id": "a7869962-dfad-404f-9dc7-249fdeefdef9", "name": "Rate limit reached", "originalRequest": { "url": { @@ -18582,7 +18582,7 @@ "description": "Manage the full lifecycle of your geospatial data alongside powerful analysis and retrieval.\n\n* **Management:** Programmatically create datasets, import features in bulk (CSV/GeoJSON), and handle updates or deletions.\n* **Search:** Execute **Nearby**, **Contains**, **Intersects**, and **Within** queries using SQL-like `WHERE` filters.\n* **Features:** Direct access to individual geographic features by unique ID with field masking.\n\nIdeal for applications that require precise location analysis, spatial queries and geographic data management.\n", "item": [ { - "id": "65dbe285-fd28-4fec-91e7-261b064f6c25", + "id": "d672db48-2214-4538-9c67-8ae32f49b3df", "name": "Get Dataset", "request": { "name": "Get Dataset", @@ -18640,7 +18640,7 @@ }, "response": [ { - "id": "2d3bdd5d-51cf-4018-836c-7528f24705c2", + "id": "bcd57f02-a5ca-48b7-9599-80d7043f25cd", "name": "Successful Response", "originalRequest": { "url": { @@ -18696,7 +18696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e444eff-ba7e-4232-a4dc-2d505d3cd24b", + "id": "7a915bf6-683b-4d64-9e06-013762f00f86", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -18752,7 +18752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49bcd7bb-c502-467b-ab76-52868b9c1e6b", + "id": "8ad0e179-1349-4add-a2ec-0b73f5cce034", "name": "Out of free quota.", "originalRequest": { "url": { @@ -18808,7 +18808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e675ddb7-e533-482e-86a4-9c54df536efd", + "id": "41de333c-6773-494e-a676-aa6484344490", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -18864,7 +18864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e1a4c10-1234-43ed-8c82-c631c290f12e", + "id": "b76bb370-5b21-4c31-859a-dee518376c76", "name": "Dataset was not found", "originalRequest": { "url": { @@ -18920,7 +18920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9065cf87-d78b-4e10-b236-6215bac24824", + "id": "1b8d109f-4490-4f44-a3e8-5e243f23a351", "name": "Validation Error", "originalRequest": { "url": { @@ -18976,7 +18976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9567cce9-14ed-4200-a6d6-66ee896e9f2c", + "id": "963e7c1c-0173-407b-9c7e-8adae93754f8", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19038,7 +19038,7 @@ } }, { - "id": "a683d087-129a-4fcd-93c6-fe92b95390ab", + "id": "e0f57d03-f516-4b1f-8f28-e21154529c1b", "name": "Delete Dataset", "request": { "name": "Delete Dataset", @@ -19096,7 +19096,7 @@ }, "response": [ { - "id": "a9275477-cf6d-43d9-aab5-d8e6c8ae99be", + "id": "6b20dcdf-0c82-4e56-b95f-3bdd96f98f55", "name": "Successful Response", "originalRequest": { "url": { @@ -19147,12 +19147,12 @@ "value": "application/json" } ], - "body": "{\n \"key_0\": \"string\"\n}", + "body": "{\n \"key_0\": 8857.631792806736\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "12bb7429-0302-4178-ade6-70737dec4f01", + "id": "dbe3588e-d1cc-4f53-a0d3-aba677fbfab6", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19208,7 +19208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1622f1dd-4c37-4570-81d1-79b44c583bd0", + "id": "a81ce36d-21cd-4cb4-89d9-f3c6495d72a5", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19264,7 +19264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "786b4864-83c8-46d6-b359-c425d52a3966", + "id": "c206afa9-d9d7-4982-8f2b-9ad66abea275", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19320,7 +19320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4978e05-966e-43ed-8314-85afa46c2b76", + "id": "6a66c0cb-79cc-47e8-8581-5408a9f4818e", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19376,7 +19376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88d281c-0e5b-401a-afb4-52412615819f", + "id": "fa7cd813-094c-457e-a4f0-067ef15b7563", "name": "The Dataset was already scheduled for deletion.", "originalRequest": { "url": { @@ -19432,7 +19432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc69851f-6d3b-42d3-bb48-1028036e7cd8", + "id": "bc489096-217e-4521-967d-3c9e599deaae", "name": "Validation Error", "originalRequest": { "url": { @@ -19488,7 +19488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da4eebf7-8176-4dbb-9541-190757aaf51e", + "id": "7cc4e3a7-f583-412c-ac27-830564833bea", "name": "Rate limit reached", "originalRequest": { "url": { @@ -19550,7 +19550,7 @@ } }, { - "id": "ebdf8749-33c9-405f-a84c-12a63d709d13", + "id": "005664ab-9026-497d-affd-205558c7bab1", "name": "Update Dataset", "request": { "name": "Update Dataset", @@ -19621,7 +19621,7 @@ }, "response": [ { - "id": "745bfdea-8021-4be8-90c8-2a8ef0f2cd2f", + "id": "3703c097-598b-4abb-984b-1a7e660307f8", "name": "Successful Response", "originalRequest": { "url": { @@ -19690,7 +19690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "856730df-0f46-4fcd-ab7a-61e65b0db9bd", + "id": "eba09bf5-770c-4e70-9f0b-336ea35d9d10", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -19759,7 +19759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a86bdb05-777e-4041-a337-9a5affc01c25", + "id": "6866efb3-7997-4f64-b57e-69c80ae03c9d", "name": "Out of free quota.", "originalRequest": { "url": { @@ -19828,7 +19828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1f109d-e693-439c-97f1-0eb9d6ba6ea2", + "id": "ac463121-9021-4ea7-9074-16f3e8d6d951", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -19897,7 +19897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4147ac9-be77-4099-96ec-a1925361defc", + "id": "c6e55a2f-ed36-46e8-a8d8-65f0d1a5262e", "name": "Dataset was not found", "originalRequest": { "url": { @@ -19966,7 +19966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa5ff3d-0288-4986-b1f3-80b1bc3d1ef7", + "id": "448e0dc3-20fb-4de6-ba74-f885688694c4", "name": "Validation Error", "originalRequest": { "url": { @@ -20035,7 +20035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fde0dc5-ae6a-49df-a766-e8a13da25998", + "id": "6620872b-a984-40c5-8f16-1de684084998", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20110,7 +20110,7 @@ } }, { - "id": "4b3921fc-ea9e-45ad-a359-a1b68325dba8", + "id": "ee8e3312-7e70-4a7b-9d62-775446e3e709", "name": "List Datasets", "request": { "name": "List Datasets", @@ -20176,7 +20176,7 @@ }, "response": [ { - "id": "54e60d42-ee95-446b-b967-a3348bfa1fbd", + "id": "5be736db-60c9-4834-8b50-60c536923641", "name": "Successful Response", "originalRequest": { "url": { @@ -20239,7 +20239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28254994-491d-488f-85f4-65d3be36518e", + "id": "0ae0ecf6-03a6-4098-a5db-0ac3eb7400c1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20302,7 +20302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7af27cc-4d34-4091-8fba-fdc370305ef7", + "id": "3fa767be-3842-4f61-a862-8bd308810ce7", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20365,7 +20365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec563f3-524a-4aee-ae95-71af78693187", + "id": "96ceba1f-8e8a-4970-bdc3-4af14876660a", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20428,7 +20428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b50d5d-99ac-4c6c-b3ab-1467207a577d", + "id": "d637a216-b21e-42e0-8bee-79dc9d2589c4", "name": "Validation Error", "originalRequest": { "url": { @@ -20491,7 +20491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bba18d2a-5a8e-4d7f-9409-6c45dadfdf59", + "id": "a3969b6b-c300-497c-9701-f67e70f3f781", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20560,7 +20560,7 @@ } }, { - "id": "aa5b8007-149e-462f-9618-056dc39c7956", + "id": "37369154-3f43-4fcb-b176-1eb56a5611fe", "name": "Create Dataset", "request": { "name": "Create Dataset", @@ -20620,7 +20620,7 @@ }, "response": [ { - "id": "84e108ee-c915-476f-949c-c038b902c81e", + "id": "15f10a1f-d99a-47d0-b393-00bfc46de2fa", "name": "Successful Response", "originalRequest": { "url": { @@ -20678,7 +20678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab164644-464b-4e09-a8a1-22fa557d7c16", + "id": "82fc6017-285d-4f06-86a9-f5d17923809b", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e23685ef-a8f7-4928-8f5b-43e2a689b608", + "id": "8acbdce5-f8fd-4dab-b175-fa28d9d461a2", "name": "Out of free quota.", "originalRequest": { "url": { @@ -20794,7 +20794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80b1703b-4bf1-4f66-82d3-d9f1d2ce1748", + "id": "9a237ef6-66e7-4150-9eb6-4ca20df0873c", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -20852,7 +20852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bbfef81-43e8-4a05-a5f8-26a75ee9c324", + "id": "968f1401-515f-4aa9-a9fe-908348418b20", "name": "Validation Error", "originalRequest": { "url": { @@ -20910,7 +20910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7adac1b-14f8-4c8e-8e78-7a49dd65e633", + "id": "3709e83c-e04e-4ea4-8f21-d255e9b6fbc2", "name": "Rate limit reached", "originalRequest": { "url": { @@ -20974,7 +20974,7 @@ } }, { - "id": "ba8aee36-952f-40cc-b863-4ef7a94f549d", + "id": "684dfe7b-59bb-41ca-b1ca-f32ab186f18a", "name": "Get Dataset Status", "request": { "name": "Get Dataset Status", @@ -21033,7 +21033,7 @@ }, "response": [ { - "id": "44555833-24ab-4995-b618-0ac52282056d", + "id": "008eac8c-d060-45c5-8270-8b97c8a5e480", "name": "Successful Response", "originalRequest": { "url": { @@ -21085,12 +21085,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n }\n ],\n \"status\": \"in_progress\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"failed\"\n }\n ],\n \"status\": \"success\"\n}", + "body": "{\n \"id\": \"\",\n \"steps\": [\n {\n \"name\": \"fetch\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"warning\"\n }\n ],\n \"status\": \"success\"\n },\n {\n \"name\": \"import\",\n \"start\": \"\",\n \"end\": \"\",\n \"entries\": [\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"error\"\n },\n {\n \"created_at\": \"\",\n \"detail\": \"\",\n \"level\": \"info\"\n }\n ],\n \"status\": \"failed\"\n }\n ],\n \"status\": \"success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "58eb3771-e664-40ea-9de1-5a60e7b80dcc", + "id": "90b242ca-7986-4894-81ed-0a28ee64532a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21147,7 +21147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b013f940-f1ae-4c5b-b97e-74637a8e1a23", + "id": "64247430-f6a5-48d5-b7ec-9fd0035b12f9", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21204,7 +21204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df573f4a-d4b8-4583-9c5e-040fac5ddf64", + "id": "b35fe44f-e40a-493a-852e-e841f23201dc", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21261,7 +21261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e117ae92-5b83-4a37-9950-2e84cd1002e2", + "id": "60e9661c-8849-4413-ad12-6bb4edc33dda", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21318,7 +21318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b1b277d-563f-4c18-95b7-07d6a1259ec9", + "id": "0765100e-8042-4b96-b1f0-a58f3f19e4f5", "name": "Validation Error", "originalRequest": { "url": { @@ -21375,7 +21375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fac597d-77fd-4727-a1f8-7c7d45449a0e", + "id": "904dd826-395f-4cf5-b35d-c20414eec41a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21438,7 +21438,7 @@ } }, { - "id": "f08eb73e-d1d6-4862-9e82-7606997b9c15", + "id": "1acc36bf-18a4-4005-9dbd-515a965dc9d5", "name": "Trigger Import", "request": { "name": "Trigger Import", @@ -21497,7 +21497,7 @@ }, "response": [ { - "id": "2c4958eb-ca6d-4b79-9179-be098fdc6520", + "id": "71255e5c-1dc4-4e04-8029-fd5913050b37", "name": "Successful Response", "originalRequest": { "url": { @@ -21554,7 +21554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c7c8bc-559b-4578-9b83-3e8b28f300b3", + "id": "74ccf406-36d3-4764-a03e-4a1f1dbbb088", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -21611,7 +21611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78491f0c-bf11-44ef-8720-d897708a414f", + "id": "fd76ca0f-7257-47c7-9f78-e8aca8214927", "name": "Out of free quota.", "originalRequest": { "url": { @@ -21668,7 +21668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c6a83d8-7cdf-45b2-aaf0-2d1b5835d0c3", + "id": "c01c66dc-0a01-4d91-8142-c76f47ce35e5", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -21725,7 +21725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff32946a-a3bb-4cc8-b50f-7d3733d6f654", + "id": "4926fc68-c01b-4f1f-881f-8d46825189a4", "name": "Dataset was not found", "originalRequest": { "url": { @@ -21782,7 +21782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2792fccd-fbec-41f8-a889-dda351d60b30", + "id": "969b5ff1-6455-4290-b9cc-c207066d75ac", "name": "Validation Error", "originalRequest": { "url": { @@ -21839,7 +21839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "febd385b-98e1-4c86-b461-f15bc532940a", + "id": "bae729b5-393f-431c-b42b-e4c50bb8afcb", "name": "Rate limit reached", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ } }, { - "id": "77535df4-02d7-4890-87a5-c0a50480cf46", + "id": "759d8a97-1fb5-4a20-9d0d-a93db1bc98b8", "name": "Reimport Dataset Webhook", "request": { "name": "Reimport Dataset Webhook", @@ -21946,7 +21946,7 @@ }, "response": [ { - "id": "5680b871-4c29-402b-80cd-4202a41a39df", + "id": "818fc874-c2bb-4f60-bca2-535a6343695f", "name": "Successful Response", "originalRequest": { "url": { @@ -21995,7 +21995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a4cba51-1776-4e5a-a8db-0a16e7e83ab3", + "id": "6bdb13d1-7f43-4af2-9536-d71140a34bb3", "name": "Unauthorized", "originalRequest": { "url": { @@ -22032,7 +22032,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1505226f-f8f0-4c4f-9876-a91e2c3f4171", + "id": "23591f6d-9a6c-49bc-ad1e-7d4b80846c14", "name": "Payment Required", "originalRequest": { "url": { @@ -22069,7 +22069,7 @@ "_postman_previewlanguage": "text" }, { - "id": "699eb18d-65c8-432f-8a79-6bc1e8614fda", + "id": "095044de-8b2f-4e6b-9d84-449ac659f9c6", "name": "Forbidden", "originalRequest": { "url": { @@ -22106,7 +22106,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f13432b8-cd81-49e6-aa4b-c5a432b6c69a", + "id": "103d6fb2-1bf6-492c-b255-17c16d98d822", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22155,7 +22155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1daac91c-dd46-4905-ade7-5945fb606d3b", + "id": "3557f0c9-e3e9-49bd-9391-64b2c981932c", "name": "Validation Error", "originalRequest": { "url": { @@ -22204,7 +22204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba817d77-eba2-44c1-a752-ec5305e40ade", + "id": "9904439e-ae59-4aed-a401-5c524d156baf", "name": "Rate limit reached", "originalRequest": { "url": { @@ -22259,7 +22259,7 @@ } }, { - "id": "4a996987-af1f-4695-af76-d41fcdec2360", + "id": "270ef24c-cd82-448c-83b8-3539b71a843c", "name": "Search Features", "request": { "name": "Search Features", @@ -22361,7 +22361,7 @@ }, "response": [ { - "id": "4ad1a12d-93df-4a00-b1d8-d86d65c5d688", + "id": "bbd07c44-7f5b-4afd-8560-f9ff3cd54d37", "name": "Successful Response", "originalRequest": { "url": { @@ -22455,12 +22455,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fec9ff9a-81d9-4c99-9577-d03c8d9b7536", + "id": "661b35fc-1705-4ed9-a979-aecd6385aefb", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -22559,7 +22559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4567b6-51eb-40e7-9184-aabb3a7f3526", + "id": "1ef209f4-c5fe-4064-8adf-1e328172c5d4", "name": "Out of free quota.", "originalRequest": { "url": { @@ -22658,7 +22658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccdb1a18-cd6e-48af-81c3-a1a22a419dd5", + "id": "b32c7ceb-4c2d-40b7-9f0d-8a6b8173a3c7", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -22757,7 +22757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8575998-9bb4-461c-9bfd-e71031fbcd65", + "id": "7a404c3d-e577-4888-8718-e6afcb3bb363", "name": "Dataset was not found", "originalRequest": { "url": { @@ -22856,7 +22856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3379dd6f-449e-4d14-bafb-f95cfa621da1", + "id": "529c5799-7475-41d7-b5cc-55816882f995", "name": "Validation Error", "originalRequest": { "url": { @@ -22955,7 +22955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cace79e-1466-4582-a23e-1368f3bbdfbc", + "id": "17d7eb3a-e1d4-4829-a324-bbf635220dc4", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23060,7 +23060,7 @@ } }, { - "id": "160c58ea-a24a-4035-bf95-3d1a27961f28", + "id": "e684b15c-95ab-44db-b7fa-9b8a37a77b42", "name": "Nearby Features", "request": { "name": "Nearby Features", @@ -23162,7 +23162,7 @@ }, "response": [ { - "id": "83cba2bb-0c33-421e-98b1-6832ed1d9301", + "id": "bf42bd63-b113-475d-9fd3-2fc5edc4f962", "name": "Successful Response", "originalRequest": { "url": { @@ -23256,12 +23256,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f6d7de6c-fbc9-422a-ba83-b04c58751565", + "id": "ba56f622-3fdc-4390-82cf-89dd6d943d59", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -23360,7 +23360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b67ad5-1ee8-4979-bd2e-75441b6e6ed3", + "id": "df0553c9-fa7a-473a-9101-e0eeaa7653ab", "name": "Out of free quota.", "originalRequest": { "url": { @@ -23459,7 +23459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d970f53-8710-4759-901c-17fc286c9c58", + "id": "27e738f9-2e0f-46da-896c-9ed878df1949", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -23558,7 +23558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db439d35-7ae1-4324-904f-50f65ad0739f", + "id": "8d70cd9b-3133-4b15-bee4-6183924bb673", "name": "Dataset was not found", "originalRequest": { "url": { @@ -23657,7 +23657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15301d7f-fd40-4d37-a295-1c08870f0995", + "id": "43b9aef8-6d35-4367-a788-ca64c98aaae0", "name": "Validation Error", "originalRequest": { "url": { @@ -23756,7 +23756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b15b00ec-29a2-4c40-9855-672bd3609d30", + "id": "eb91375a-15d6-441b-84f6-f6d204533599", "name": "Rate limit reached", "originalRequest": { "url": { @@ -23861,7 +23861,7 @@ } }, { - "id": "841d2ea8-535d-4d62-9e36-95906c47620e", + "id": "d81da6d1-a509-43c5-9c63-06f0239fb967", "name": "Intersect Features", "request": { "name": "Intersect Features", @@ -23963,7 +23963,7 @@ }, "response": [ { - "id": "3a84a1b2-fd75-4232-b73e-f7c20cf5cf31", + "id": "107fbdb9-4ef5-4012-b1d7-f9384b9c64dc", "name": "Successful Response", "originalRequest": { "url": { @@ -24057,12 +24057,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cc82d157-7b40-4749-a194-d99bfe87aba4", + "id": "ca88b673-7897-49c9-8900-7a9e4430f9cc", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24161,7 +24161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95dcc8eb-d0ed-46b2-9ffa-0efdafda2341", + "id": "a77beffb-cff7-4766-887e-6fe385dca8aa", "name": "Out of free quota.", "originalRequest": { "url": { @@ -24260,7 +24260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "932065a2-a8a6-4b73-aaf4-ada8a52f785f", + "id": "104ebb0b-ee04-4622-979f-6fc5be4792cc", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -24359,7 +24359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7ffe76-308c-403d-bca4-a203c7d2807e", + "id": "0fd4e490-8ef3-44b6-a53c-6d60064e5103", "name": "Dataset was not found", "originalRequest": { "url": { @@ -24458,7 +24458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7aa5c0a-f06a-4623-b965-b2ff669bb9b4", + "id": "abc685de-70bc-4826-b82a-073ab7be3858", "name": "Validation Error", "originalRequest": { "url": { @@ -24557,7 +24557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a880a1df-bd34-4d3a-9e26-1a54897e60e8", + "id": "d85014a8-e8ee-48ce-9d7a-a1dee498736a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -24662,7 +24662,7 @@ } }, { - "id": "99281a6a-76e2-49a2-8688-cb46a0d96db5", + "id": "19aa2688-adc9-43a9-b987-37925bd97313", "name": "Contains Features", "request": { "name": "Contains Features", @@ -24764,7 +24764,7 @@ }, "response": [ { - "id": "f613fba5-a951-437d-a78c-ab3e64bff489", + "id": "9a6132e3-b268-4108-a38e-06f310e9d39e", "name": "Successful Response", "originalRequest": { "url": { @@ -24858,12 +24858,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b427f9b5-43ab-41ad-8bea-edaa966586ef", + "id": "d85d7448-05b1-4ffb-81db-cbf08a7c055b", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -24962,7 +24962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "419acce2-c5d7-4e98-9d45-47fa4e1f3062", + "id": "798d91e1-cf0a-4284-98d5-097ad4a677d9", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25061,7 +25061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41dc8def-fe94-4ec1-b196-62127f8c9658", + "id": "8097e7be-4ced-45a8-9518-f8d5c63dd787", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25160,7 +25160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6006ff0d-c279-4f20-a6e9-bae302ab421f", + "id": "7a5c438c-ca07-4e10-beb2-83af995c264d", "name": "Dataset was not found", "originalRequest": { "url": { @@ -25259,7 +25259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "598c9c17-f8d9-439b-8a44-585d924eaa56", + "id": "7dd292cb-02f2-454c-9a42-8aed5a2b1861", "name": "Validation Error", "originalRequest": { "url": { @@ -25358,7 +25358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf2f6b7c-e082-417a-be26-c957b4d72110", + "id": "a4b57db2-45b4-4cbb-a2df-e4648853f83a", "name": "Rate limit reached", "originalRequest": { "url": { @@ -25463,7 +25463,7 @@ } }, { - "id": "8dbc255a-0ac8-4d84-a885-b8ef13a5d023", + "id": "98dbc358-a252-42ae-92c2-43a757d8955e", "name": "Within Features", "request": { "name": "Within Features", @@ -25565,7 +25565,7 @@ }, "response": [ { - "id": "acf48dc6-c4bd-40eb-88eb-c472cb7fb47b", + "id": "c93ddccb-cd43-48aa-8422-9de2d262f298", "name": "Successful Response", "originalRequest": { "url": { @@ -25659,12 +25659,12 @@ "value": "application/json" } ], - "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": false\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", + "body": "{\n \"features\": [\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": \"string\"\n }\n },\n {\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": true\n }\n }\n ],\n \"pagination\": {\n \"page\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "061038d0-bb57-497c-b3e2-75368eee0ede", + "id": "fe79c25f-1c60-4468-8e73-d71fee9d093f", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -25763,7 +25763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7138abcd-5b9b-4e95-895a-48dc928d5444", + "id": "00680a5f-e3bd-4766-b85c-7c6c13778955", "name": "Out of free quota.", "originalRequest": { "url": { @@ -25862,7 +25862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c4eb92c-f6fc-4eff-9177-bb501f1f2079", + "id": "edeb7e4f-2e0f-4edd-9dc2-837723c3b216", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -25961,7 +25961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63cc3f9e-c112-4160-b1d2-d9cad26b24b8", + "id": "6a3c451d-7ab5-45c3-b012-1f9d8d96f46b", "name": "Dataset was not found", "originalRequest": { "url": { @@ -26060,7 +26060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c1cbda8-adff-442b-9a0c-12fefc288fa7", + "id": "4c78d251-ab8f-425e-8fd1-100ba2d49abf", "name": "Validation Error", "originalRequest": { "url": { @@ -26159,7 +26159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e6359f7-099f-46fe-97be-058e4fc87c1a", + "id": "9a9f9085-bf2b-491b-8d25-ed214d60e04c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26264,7 +26264,7 @@ } }, { - "id": "25414790-ea23-4f9e-8867-4a2f6ded1f9a", + "id": "1e78c332-b110-4b32-89a5-29158bce17d6", "name": "Get Feature", "request": { "name": "Get Feature", @@ -26353,7 +26353,7 @@ }, "response": [ { - "id": "81aeb83a-ca87-48e0-a02f-01652e90b44c", + "id": "f36a6168-dd94-4c55-85ec-8a26d5f22541", "name": "Successful Response", "originalRequest": { "url": { @@ -26434,12 +26434,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 9361.293488149644,\n \"key_1\": \"string\",\n \"key_2\": true,\n \"key_3\": 3169.046729477434\n }\n}", + "body": "{\n \"id\": \"\",\n \"geometry\": \"\",\n \"attributes\": {\n \"key_0\": 8221.241092980274,\n \"key_1\": \"string\",\n \"key_2\": 6119.796027090813\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e2afdc2f-5f3f-4051-beca-bf01ed4be1f9", + "id": "066c9622-0b1a-40e7-9a78-a758223e5f11", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -26525,7 +26525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cccd29f-779d-48a6-8743-10a8e616d36e", + "id": "47847806-2338-4037-a59c-1564d5e1d661", "name": "Out of free quota.", "originalRequest": { "url": { @@ -26611,7 +26611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd75c2a3-84ac-43d9-9ef0-1437bd8e35af", + "id": "3f41e206-eceb-4838-963f-92491268d8bf", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -26697,7 +26697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "345e4f61-7bfb-4a5a-8fe6-86294c188f0a", + "id": "575326e4-1724-4f5d-857e-b56217db9a52", "name": "Feature or Dataset were not found", "originalRequest": { "url": { @@ -26783,7 +26783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad84a2e3-f591-41d3-8389-0a19dfdd1fec", + "id": "5425ed97-9b35-43bf-8cec-8b6e1db266ac", "name": "Validation Error", "originalRequest": { "url": { @@ -26869,7 +26869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77b289fc-dcda-43de-af1a-90227ee1aefc", + "id": "a68a3171-8ffa-4a79-881e-5dc856f8ec5c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -26967,7 +26967,7 @@ "description": "The Woosmap Distance API suite provides comprehensive tools for road travel calculations worldwide.\n\n* **Route:** Calculate travel distance, duration, and paths between origin and destination.\n* **Matrix:** Compute travel distance and time for a matrix of multiple origins and destinations.\n* **Isochrone:** Determine all locations reachable within a specific time or distance.\n* **Tolls:** Estimate toll costs and details for specific routes.\n\nRequests are made via HTTPS (GET/POST) and require an API key (`key` or `private_key`) for quota management.\n", "item": [ { - "id": "5458f2e2-50b8-4618-93db-0aae3539d298", + "id": "6a40f2e6-07b9-4236-bf17-ad810db96d14", "name": "Find Routes", "request": { "name": "Find Routes", @@ -27134,7 +27134,7 @@ }, "response": [ { - "id": "bd0de25e-5f89-461a-829e-f7d4c5ee87b7", + "id": "3cd9659a-5b29-41d3-8368-31acda19c1bd", "name": "Successful Response", "originalRequest": { "url": { @@ -27298,7 +27298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fd2119e-74bc-4b2b-8ab3-8cd6a85df5a8", + "id": "c3628e8f-12f2-4694-a5fd-60c3a5c73c5a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -27462,7 +27462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31a45e4a-bf99-418a-acfb-5b83a8291975", + "id": "99a99e47-60c7-4ee1-b317-913e953c6956", "name": "Out of free quota.", "originalRequest": { "url": { @@ -27626,7 +27626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483811d7-2e9e-4d6d-86da-8f96e572ef11", + "id": "243f3eaa-8cde-4a27-b3a9-83ab9213d38d", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -27790,7 +27790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "045c3fa2-c041-4900-b151-bae9dd770b1b", + "id": "21518fb3-2350-4e1a-934f-16ff708bad2a", "name": "Validation Error", "originalRequest": { "url": { @@ -27954,7 +27954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19d8d1e-213c-4c5f-8ec9-3c3b00d66962", + "id": "4902298e-ae0f-45c9-a118-da993cb4d66c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -28124,7 +28124,7 @@ } }, { - "id": "bb9c6c15-92ce-47d9-b86a-27b8e844b312", + "id": "873a4678-f6c9-46cb-a93b-00061f925028", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -28273,7 +28273,7 @@ }, "response": [ { - "id": "b24f4ee0-bfc2-4200-a07e-540127b92eb3", + "id": "5e9a1082-9f70-4404-ba07-7e74685c78e5", "name": "Successful Response", "originalRequest": { "url": { @@ -28414,12 +28414,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ZERO_RESULTS\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c642395f-f6af-4c3e-afc0-ec4edc093f56", + "id": "f30bdb73-efef-4a46-a9d9-f8ccd80e0e2a", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -28565,7 +28565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86979523-c08d-4ed8-88e9-6f63f8107d46", + "id": "c46957b9-30a7-4830-8b97-6d3ddd56567d", "name": "Out of free quota.", "originalRequest": { "url": { @@ -28711,7 +28711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a62c74f-2136-47fd-b6ba-8a702ee331e1", + "id": "12d60660-71f6-4b27-b0f0-c217b1ed2c77", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -28857,7 +28857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b094f3-ed2f-4069-a994-ccd5d90f6131", + "id": "9bb8b506-edd6-459b-9e45-fd8ab5ba9a55", "name": "Validation Error", "originalRequest": { "url": { @@ -29003,7 +29003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8d1a7a-f921-4687-80be-9c3e8d33f74e", + "id": "cedf6b55-fe8b-4c93-8f49-e932e5e9943f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ } }, { - "id": "cbc762c8-3cd8-4bf0-8132-14cfbac0777a", + "id": "23e694a4-9e95-4ed2-8854-5d8392f8bf29", "name": "Calculate Matrix", "request": { "name": "Calculate Matrix", @@ -29226,7 +29226,7 @@ }, "response": [ { - "id": "e9d8c014-9c31-45a8-8edb-a6830166ea1b", + "id": "78d94643-e532-4b0e-b006-728cf7ec73ef", "name": "Successful Response", "originalRequest": { "url": { @@ -29290,12 +29290,12 @@ "value": "application/json" } ], - "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ZERO_RESULTS\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", + "body": "{\n \"rows\": [\n {\n \"elements\": [\n {\n \"status\": \"ERROR\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n },\n {\n \"elements\": [\n {\n \"status\": \"OK\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"status\": \"NOT_FOUND\",\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n }\n }\n ]\n }\n ],\n \"status\": \"OK\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "980bbe42-0c20-4cac-ad56-91cd708a8129", + "id": "4f71425a-7264-4ef4-b630-d26b8f2726a1", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -29364,7 +29364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd87be9e-b2de-4467-abac-6cd7b54d50b0", + "id": "28b6feee-f4d4-49f8-a4c2-b2c357435306", "name": "Out of free quota.", "originalRequest": { "url": { @@ -29433,7 +29433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b90dcebf-ac3e-46b2-a4c6-6a5f8f1906c6", + "id": "afcb37d4-5fe0-483d-af53-f700b9232898", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -29502,7 +29502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ece31d46-98a9-4837-943b-42165db47145", + "id": "59a843f9-8f24-4b7c-be00-fe33d0423f13", "name": "Validation Error", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7dbe6f7-5a21-401a-a5fd-dae757bf1241", + "id": "76e0ed15-5e02-461c-b7af-479eee4b8bbf", "name": "Rate limit reached", "originalRequest": { "url": { @@ -29646,7 +29646,7 @@ } }, { - "id": "4a11c21b-54e5-44b7-a1a5-51661fc91e34", + "id": "a5e13778-d17d-4337-b231-5066b16be747", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -29768,7 +29768,7 @@ }, "response": [ { - "id": "bd8d1582-590c-4bcc-80f9-1c05bc12318b", + "id": "85b81021-ae82-4a11-8570-e06662591c3f", "name": "Successful Response", "originalRequest": { "url": { @@ -29887,7 +29887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c1e53e2-fe88-4f5b-988f-4fa2306cfda8", + "id": "1274a5e6-3854-4c71-b39c-462f7bbfc058", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30006,7 +30006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7afc4159-7ef8-4a3d-8d70-0769e6dc1ee5", + "id": "42a88c29-765a-44db-a27d-7f19e93b6f32", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30125,7 +30125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20a4d42e-f51b-4d07-8bb5-774bcd3f1f7d", + "id": "0989fecc-99d5-4cbe-a278-a736eb735e41", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30244,7 +30244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46fcc118-b410-4596-a06a-6e7abceb636f", + "id": "0c931d17-ece3-412d-866f-67d7cbaf2a1c", "name": "Validation Error", "originalRequest": { "url": { @@ -30363,7 +30363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ceed780-b930-41b2-b70d-9d87182d4877", + "id": "24fec15f-9170-4fbf-81b2-31f2005e5d1c", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30488,7 +30488,7 @@ } }, { - "id": "7d82e96d-98eb-4fc3-aa27-df72e1d4ddf0", + "id": "3c39eeec-00e8-41aa-81a6-f8d4420aa476", "name": "Calculate Isochrone", "request": { "name": "Calculate Isochrone", @@ -30559,7 +30559,7 @@ }, "response": [ { - "id": "9c0c15ca-80e1-4f00-9ebb-c90d8383b0db", + "id": "21c56811-fb14-4daa-a42e-b29b87be544b", "name": "Successful Response", "originalRequest": { "url": { @@ -30628,7 +30628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff656312-b812-4f44-89f5-1a0f4ff98ebc", + "id": "49c1398d-d271-4f0b-b66e-a3a2cf1fbd58", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -30697,7 +30697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb5765e5-ef33-4bd0-9130-4dda7b62b022", + "id": "c20750c8-2975-4ed3-9217-4fa62548b52a", "name": "Out of free quota.", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438fc8a8-c41b-4331-9d77-25230f115877", + "id": "6ca52cf0-f8a4-4781-abee-3155d5ae762f", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -30835,7 +30835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4aa6a10-31a0-4d30-9858-2abba124352a", + "id": "432326c4-9349-4bbd-9704-4907694944f1", "name": "Validation Error", "originalRequest": { "url": { @@ -30904,7 +30904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd1c0f8c-4873-4921-9ec7-153939fdbf61", + "id": "cd5c5406-c3fd-4e45-9ae3-1f8f00525e4f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -30979,7 +30979,7 @@ } }, { - "id": "80d171ee-f65c-44af-9d60-7146328be650", + "id": "d37e8bd5-e270-4a1d-b5b5-f66ce686f0c0", "name": "Find Tolls", "request": { "name": "Find Tolls", @@ -31128,7 +31128,7 @@ }, "response": [ { - "id": "30bf1187-525d-4b41-b119-7399be8b5a1e", + "id": "cb49ec75-a044-47cb-902a-f2ae2c1e6a54", "name": "Successful Response", "originalRequest": { "url": { @@ -31269,12 +31269,12 @@ "value": "application/json" } ], - "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": true,\n \"key_1\": 9981.443424943083,\n \"key_2\": \"string\"\n },\n {\n \"key_0\": 1766.0041701775176,\n \"key_1\": true,\n \"key_2\": false\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": true,\n \"key_1\": \"string\",\n \"key_2\": 6567.7405162111045,\n \"key_3\": 28.205814195401135\n },\n {\n \"key_0\": 6081,\n \"key_1\": \"string\"\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 9406,\n \"key_1\": 7198.587731230615\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": true,\n \"key_1\": \"string\"\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 4422.682866093379,\n \"key_1\": 7533\n },\n {\n \"key_0\": \"string\",\n \"key_1\": 9283\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 6812.811451285213\n },\n {\n \"key_0\": \"string\"\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 67,\n \"key_1\": 4917\n },\n {\n \"key_0\": 5914,\n \"key_1\": 5073.457561208523\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": false,\n \"key_1\": true,\n \"key_2\": \"string\",\n \"key_3\": true\n },\n {\n \"key_0\": 9320\n }\n ]\n }\n ]\n }\n ]\n}", + "body": "{\n \"status\": \"\",\n \"routes\": [\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 3967\n },\n {\n \"key_0\": true,\n \"key_1\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": \"string\",\n \"key_1\": \"string\"\n },\n {\n \"key_0\": true\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": 7114.923445230905\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 6454,\n \"key_1\": false\n },\n {\n \"key_0\": 5967,\n \"key_1\": false\n }\n ]\n }\n ]\n },\n {\n \"overview_polyline\": {\n \"points\": \"\"\n },\n \"bounds\": {\n \"northeast\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"southwest\": {\n \"lat\": \"\",\n \"lng\": \"\"\n }\n },\n \"legs\": [\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": 283,\n \"key_1\": 6269\n },\n {\n \"key_0\": \"string\"\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 6007.317364245903,\n \"key_1\": \"string\",\n \"key_2\": 9689.277072027795\n },\n {\n \"key_0\": 8196,\n \"key_1\": 2730\n }\n ]\n },\n {\n \"distance\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"duration\": {\n \"value\": \"\",\n \"text\": \"\"\n },\n \"start_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"end_location\": {\n \"lat\": \"\",\n \"lng\": \"\"\n },\n \"tolls\": [\n {\n \"key_0\": true,\n \"key_1\": \"string\"\n },\n {\n \"key_0\": true,\n \"key_1\": true\n }\n ],\n \"tollSystems\": [\n {\n \"key_0\": 9784.517466961202,\n \"key_1\": 4637,\n \"key_2\": 485.06146438241916\n },\n {\n \"key_0\": false\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c3681a84-959e-431f-9001-3c4e5fe22499", + "id": "6c47e692-9feb-4393-a799-273edd4bbbfa", "name": "Unable to locate credentials.", "originalRequest": { "url": { @@ -31420,7 +31420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cddc86b-fbc4-409e-b40b-cf5dd2eeccb8", + "id": "9f2e7af0-4d72-44dd-8468-f5f5915d984e", "name": "Out of free quota.", "originalRequest": { "url": { @@ -31566,7 +31566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af0869f6-bb07-47d3-9b02-9e5c6e0d7ef6", + "id": "9a1c37a6-9a08-4856-af85-222e571daac4", "name": "Credentials found, but not matching.", "originalRequest": { "url": { @@ -31712,7 +31712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "609a3452-557e-40b1-8268-57c2e9dbd72c", + "id": "5ca10dd1-e352-4f98-951c-7de902d0b854", "name": "Validation Error", "originalRequest": { "url": { @@ -31858,7 +31858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab4327ac-6122-4f51-a6c7-99dd442d7f19", + "id": "c6ec172a-0412-433c-beb1-827ae52e279f", "name": "Rate limit reached", "originalRequest": { "url": { @@ -32024,7 +32024,7 @@ } ], "info": { - "_postman_id": "12243633-20ee-4401-a30d-583fae9e9bda", + "_postman_id": "046cec0a-8ace-4d28-8fba-e4bec9bb2c13", "name": "Woosmap Platform API Reference", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {