{"info":{"_postman_id":"d77381cd-ca8f-4bc9-8f65-a138c5edb134","name":"City and Region Manager","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3709944","collectionId":"d77381cd-ca8f-4bc9-8f65-a138c5edb134","publishedId":"2sB2izFDq6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-26T07:04:40.000Z"},"item":[{"name":"Rest API","item":[{"name":"Add State","id":"aa90bdd7-02ae-4ea6-a540-7f5ef9acbb17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"statename","value":"Assam","type":"text"},{"key":"countryid","value":"IN","type":"text"},{"key":"storeid","value":"2","type":"text"}]},"url":"{{base_url}}/rest/V1/state","urlObject":{"path":["rest","V1","state"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa90bdd7-02ae-4ea6-a540-7f5ef9acbb17"},{"name":"Add City","id":"5360aa16-aeae-41b6-8d16-8d1482e18d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"statename","value":"Assam","type":"text"},{"key":"cityname","value":"Guwahati","type":"text"},{"key":"storeid","value":"2","type":"text"}]},"url":"{{base_url}}/rest/V1/city","urlObject":{"path":["rest","V1","city"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5360aa16-aeae-41b6-8d16-8d1482e18d15"},{"name":"Add Zipcode","id":"b25536a0-ec67-44ed-9d00-792695418bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"statename","value":"Assam","type":"text"},{"key":"cityname","value":"Guwahati","type":"text"},{"key":"zipcode","value":"781001","type":"text"},{"key":"storeid","value":"2","type":"text"}]},"url":"{{base_url}}/rest/V1/zipcode","urlObject":{"path":["rest","V1","zipcode"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b25536a0-ec67-44ed-9d00-792695418bee"},{"name":"Get State","id":"116bdb25-c859-447a-b679-b15ace7309ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"application/json"}],"url":"{{base_url}}/rest/all/V1/statefetch?countryid=IN&storeid=2","description":"<p>Generated from cURL: curl -X 'GET' <br />  '{{base_url}}/rest/all/V1/statefetch?countryid=IN&amp;storeid=1' <br />  -H 'accept: application/json'</p>\n","urlObject":{"path":["rest","all","V1","statefetch"],"host":["{{base_url}}"],"query":[{"key":"countryid","value":"IN"},{"key":"storeid","value":"2"}],"variable":[]}},"response":[],"_postman_id":"116bdb25-c859-447a-b679-b15ace7309ed"},{"name":"Get City","id":"1775fc67-5d2b-4c10-aeae-86a83674ad7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/rest/V1/cityfetch?statename=Assam&storeid=2","urlObject":{"path":["rest","V1","cityfetch"],"host":["{{base_url}}"],"query":[{"key":"statename","value":"Assam"},{"key":"storeid","value":"2"}],"variable":[]}},"response":[],"_postman_id":"1775fc67-5d2b-4c10-aeae-86a83674ad7c"},{"name":"Get Zipcode","id":"b264f460-8181-469e-8549-1d73ebbc1019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/rest/V1/zipcodefetch?cityname=Guwahati&storeid=2","urlObject":{"path":["rest","V1","zipcodefetch"],"host":["{{base_url}}"],"query":[{"key":"cityname","value":"Guwahati"},{"key":"storeid","value":"2"}],"variable":[]}},"response":[],"_postman_id":"b264f460-8181-469e-8549-1d73ebbc1019"}],"id":"95f4f92c-4656-4271-ba08-b416ccbecbe3","_postman_id":"95f4f92c-4656-4271-ba08-b416ccbecbe3","description":""},{"name":"GraphQL API","item":[{"name":"Add State GraphQl","id":"d88a5974-69cb-423a-a8e5-b6fe5dbf2b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    addstate(\n        statename : \"Punjab\"\n        countryid : \"IN\"\n        storeid : \"2\"\n    ){\n       data\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d88a5974-69cb-423a-a8e5-b6fe5dbf2b5d"},{"name":"Add City GraphQl","id":"5bc0d6ca-6bb7-4b4c-a7de-85ba3183425b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    addcity(\n        citystatename : \"Punjab\"\n        cityname : \"Amritsar\"\n        storeid: \"2\"\n    ){\n        data\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bc0d6ca-6bb7-4b4c-a7de-85ba3183425b"},{"name":"Add Zipcode GraphQl","id":"31462082-d366-4704-b61c-600c32d035a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    addzipcode(\n        zipcodestatename : \"Punjab\"\n        zipcodecityname : \"Amritsar\"\n        zipcode: \"143001\"\n        storeid:\"2\"\n    ){\n       data\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31462082-d366-4704-b61c-600c32d035a1"},{"name":"Get State Name GraphQl","id":"2cd6386c-17ca-4d08-8384-587acf8017c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    getstate(\n        countryid: \"IN\"\n        storeid:\"2\"\n    ){\n        data\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cd6386c-17ca-4d08-8384-587acf8017c2"},{"name":"Get City Name GraphQl","id":"b2e51254-709c-4db7-92ad-fc7c14d6fa9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    getcity(\n        statename: \"Punjab\"\n        storeid:\"2\"\n    ){\n        data\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2e51254-709c-4db7-92ad-fc7c14d6fa9a"},{"name":"Get Zipcode GraphQl","id":"3b58b1f0-d67c-46f6-a402-9dd8bc40b822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\n    getzipcode(\n        cityname: \"Amritsar\"\n        storeid:\"2\"\n    ){\n        data\n    }\n}","variables":""}},"url":"{{base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b58b1f0-d67c-46f6-a402-9dd8bc40b822"}],"id":"df399999-e756-492e-912a-7aa36e2e2828","_postman_id":"df399999-e756-492e-912a-7aa36e2e2828","description":""}]}