{"info":{"_postman_id":"29dcd632-e352-48e0-9342-7d6107742e64","name":"apiEstudos","description":"<html><head></head><body><p>Api desenvolvida para consumo e estudos no front-end</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9563360","collectionId":"29dcd632-e352-48e0-9342-7d6107742e64","publishedId":"SW7bzmBz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-11-22T01:37:27.000Z"},"item":[{"name":"Person","item":[{"name":"Index","id":"0201a89e-b539-4db5-8a08-d64a357c0833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apiestudos.herokuapp.com/api/v1/people","urlObject":{"path":["people"],"host":["https://apiestudos.herokuapp.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0201a89e-b539-4db5-8a08-d64a357c0833"},{"name":"Store","id":"8e08639b-06d7-4c87-9a8c-fb065313a91a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"name\": \"Jesus Gerald Hogan\",\n        \"email\": \"teste@ezri.com.br\",\n        \"cpf\": 99326185435,\n        \"phone\": 7624387163,\n        \"cep\": 41280630\n }"},"url":"https://apiestudos.herokuapp.com/api/v1/people","urlObject":{"path":["people"],"host":["https://apiestudos.herokuapp.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"27d65590-1c04-42ba-995a-26940ea160aa","name":"Exemplo sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"name\": \"Jesus Gerald Hogan\",\n        \"email\": \"teste@ezri.com.br\",\n        \"cpf\": 99326185435,\n        \"phone\": 7624387163,\n        \"cep\": 41280630\n }","options":{"raw":{"language":"json"}}},"url":"https://apiestudos.herokuapp.com/api/v1/people"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"211"},{"key":"Date","value":"Fri, 22 Nov 2019 02:19:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"person\": {\n        \"name\": \"Jesus Gerald Hogan\",\n        \"email\": \"teste@ezri.com.br\",\n        \"cpf\": 99326185435,\n        \"phone\": 7624387163,\n        \"cep\": 41280630,\n        \"created_at\": \"2019-11-21 23:19:40\",\n        \"updated_at\": \"2019-11-21 23:19:40\",\n        \"id\": 5\n    }\n}"},{"id":"c1a00c71-483d-496e-99b6-837fab24f0c3","name":"Exemplo error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"name\": \"Jesus Gerald Hogan\",\n        \"email\": \"teste@ezri.com.br\",\n        \"cpf\": 99326185435,\n        \"phone\": 7624387163,\n        \"cep\": 41280630\n }","options":{"raw":{"language":"json"}}},"url":"https://apiestudos.herokuapp.com/api/v1/people"},"status":"I'm a Teapot","code":418,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"Date","value":"Fri, 22 Nov 2019 02:21:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": [\n        {\n            \"message\": \"Este e-mail já está registado.\",\n            \"field\": \"email\",\n            \"validation\": \"unique\"\n        }\n    ]\n}"}],"_postman_id":"8e08639b-06d7-4c87-9a8c-fb065313a91a"},{"name":"Show","id":"e54ea82d-7776-498d-80ca-fbcfb03d0325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apiestudos.herokuapp.com/api/v1/people/1","urlObject":{"path":["people","1"],"host":["https://apiestudos.herokuapp.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3985c21c-d991-4728-981e-cd63156c4580","name":"Exemplo error","originalRequest":{"method":"GET","header":[],"url":"https://apiestudos.herokuapp.com/api/v1/people/x"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"Date","value":"Fri, 22 Nov 2019 02:28:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Pessoa não encontrada\"\n}"},{"id":"4898d7f9-7db5-4c9b-a476-b17d75d28d91","name":"Exemplo Sucesso","originalRequest":{"method":"GET","header":[],"url":"https://apiestudos.herokuapp.com/api/v1/people/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"152"},{"key":"Date","value":"Fri, 22 Nov 2019 02:28:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Jesus Gerald Hogan\",\n    \"email\": \"savel@ezri.com.br\",\n    \"cpf\": 99326185435,\n    \"phone\": 7624387163,\n    \"cep\": 41280630,\n    \"created_at\": null,\n    \"updated_at\": null\n}"}],"_postman_id":"e54ea82d-7776-498d-80ca-fbcfb03d0325"},{"name":"Update","id":"0868be87-1d7f-49b3-9e0f-4e05ef9c2c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"email\": \"test22ssse@ezri.com.br\"\n }"},"url":"https://apiestudos.herokuapp.com/api/v1/people/1","urlObject":{"path":["people","1"],"host":["https://apiestudos.herokuapp.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"76a6f0a4-e3fd-42f7-8d70-f418062e2d55","name":"Exemplo Erro","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"email\": \"test22ssse@ezri.com.br\"\n }","options":{"raw":{"language":"json"}}},"url":"https://apiestudos.herokuapp.com/api/v1/people/1"},"status":"I'm a Teapot","code":418,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"Date","value":"Fri, 22 Nov 2019 02:46:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": [\n        {\n            \"message\": \"Este e-mail já está registado.\",\n            \"field\": \"email\",\n            \"validation\": \"unique\"\n        }\n    ]\n}"},{"id":"85a5b37c-9da2-4212-a65f-4d2fed5fd80f","name":"Exemplo Sucesso","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n        \"email\": \"test22ssse@ezri.com.br\"\n }","options":{"raw":{"language":"json"}}},"url":"https://apiestudos.herokuapp.com/api/v1/people/1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"204"},{"key":"Date","value":"Fri, 22 Nov 2019 02:46:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"person\": {\n        \"id\": 1,\n        \"name\": \"Jesuses Geraldsss Hogan\",\n        \"email\": \"test22ssse@ezri.com.br\",\n        \"cpf\": 99326185435,\n        \"phone\": 7624387163,\n        \"cep\": 41280630,\n        \"created_at\": null,\n        \"updated_at\": \"2019-11-21 23:46:17\"\n    }\n}"}],"_postman_id":"0868be87-1d7f-49b3-9e0f-4e05ef9c2c96"},{"name":"Delete","id":"c07d3b3f-aa81-46b7-ab5c-bd8257730617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apiestudos.herokuapp.com/api/v1/people/2","urlObject":{"path":["people","2"],"host":["https://apiestudos.herokuapp.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"0bc21b5b-bac0-45e3-8ab1-92a54f486ee6","name":"Exemplo Erro","originalRequest":{"method":"DELETE","header":[],"url":"https://apiestudos.herokuapp.com/api/v1/people/2"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"Date","value":"Fri, 22 Nov 2019 02:50:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Pessoa não encontrada\"\n}"},{"id":"321d7b4a-5439-4f64-8ba0-8d3bd3d1abd2","name":"Exemplo Sucesso","originalRequest":{"method":"DELETE","header":[],"url":"https://apiestudos.herokuapp.com/api/v1/people/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Date","value":"Fri, 22 Nov 2019 02:49:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Pessoa ID 2 foi deletada com sucesso\"\n}"}],"_postman_id":"c07d3b3f-aa81-46b7-ab5c-bd8257730617"}],"id":"53dd051e-14be-4971-b1e5-704b3514c238","_postman_id":"53dd051e-14be-4971-b1e5-704b3514c238","description":""},{"name":"ZipCode","item":[{"name":"zipcode","id":"3b37c240-d1ff-4183-9d30-0393150fa321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apiestudos.herokuapp.com/api/v1/zipcode/41280630","urlObject":{"path":["zipcode","41280630"],"host":["https://apiestudos.herokuapp.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b37c240-d1ff-4183-9d30-0393150fa321"}],"id":"17f9c3ec-37e2-4602-99de-6d24975e3584","_postman_id":"17f9c3ec-37e2-4602-99de-6d24975e3584","description":""}],"event":[{"listen":"prerequest","script":{"id":"8637d63f-f418-4d34-848f-9f7e39fb7bf8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"64a6bde9-a1d9-4986-9888-60454a874588","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host","value":"https://apiestudos.herokuapp.com/"},{"key":"api_version","value":"api/v1"}]}