{ "opencollection": "1.0.0", "info": { "name": "POWER2SME Bank Master Location Master API", "version": "1.0" }, "items": [ { "info": { "name": "Location Master", "type": "folder" }, "items": [ { "info": { "name": "List of all cities of a state", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/cities", "params": [ { "name": "stateid", "value": "", "type": "query", "description": "stateid" } ] }, "docs": "It will provide All Cities of a State on the basis of State Id." }, { "info": { "name": "List of All locations in Location Master", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/getalllocation" }, "docs": "It will provide the list of all locations till present day." }, { "info": { "name": "List of All city and state by pincode", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/locationmaster", "params": [ { "name": "pincode", "value": "", "type": "query", "description": "pincode" } ] }, "docs": "It will provide the list of all cities and states and location on the basis of pincode" }, { "info": { "name": "List of All States", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/states" }, "docs": "It will provide the list of all states." } ] } ], "bundled": true }