{"info":{"_postman_id":"f55b446c-b508-c87b-019f-641e2dff6e67","name":"my-invest","description":"<html><head></head><body><p>Aplicação desenvolvida de controle investimentos pessoais.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15971782","collectionId":"f55b446c-b508-c87b-019f-641e2dff6e67","publishedId":"TzeRo9v6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-06-09T17:47:09.000Z"},"item":[{"name":"Investimentos","item":[{"name":"Listar Investimentos","id":"d1bce3af-ece5-909f-fc84-c14683f20c56","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/investimentos","description":"<p>Essa rota lista todos os investimentos.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["investimentos"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1bce3af-ece5-909f-fc84-c14683f20c56"},{"name":"Cadastrar Investimento","id":"0bd4e0be-60c8-e61f-7dd5-29d102c8380d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"codigoAtivo\": \"SSR3\",\n    \"valorCota\": 5.29,\n    \"quantidadeCotas\": 300,\n    \"dataCompra\": \"2021-06-09\"\n}"},"url":"http://localhost:8080/investimentos","description":"<p>Nesta rota é necessário criar um body com as seguintes informações:</p>\n<ul>\n<li>codigoAtivo;</li>\n<li>valorCota;</li>\n<li>quantidadeCotas;</li>\n<li>dataCompra;</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["investimentos"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bd4e0be-60c8-e61f-7dd5-29d102c8380d"},{"name":"Busca de Investimento","id":"d130da64-dc9f-096c-291c-566170d13021","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/investimentos/1","description":"<p>é necessário:</p>\n<ul>\n<li>código</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["investimentos","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d130da64-dc9f-096c-291c-566170d13021"},{"name":"Deletar Investimentos","id":"713f24c4-b8dc-518d-aa61-82b2acd38bb8","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/investimentos/2","description":"<p>É necessário adição no params:</p>\n<ul>\n<li>código</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["investimentos","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"713f24c4-b8dc-518d-aa61-82b2acd38bb8"}],"id":"e8885816-9f48-7d98-9e5f-ecdcdbcf2bfe","_postman_id":"e8885816-9f48-7d98-9e5f-ecdcdbcf2bfe","description":""},{"name":"Categoria","item":[{"name":"Cadastrar categoria","id":"14d225ca-4518-d156-cfd2-85042e4afeab","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"nome\": \"Tesouro\",\n\t\"descricao\": \"categoria de tesouro\"\n}"},"url":"http://localhost:8080/categorias","description":"<p>Nesta rota é necessário no body:</p>\n<ul>\n<li>nome</li>\n<li>descrição</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["categorias"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"14d225ca-4518-d156-cfd2-85042e4afeab"},{"name":"Listar Categorias","id":"aafe323c-0cb9-f069-6598-5c5c3e56553d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/categorias","description":"<p>Nesta rota, lista todas categirias cadastradas</p>\n","urlObject":{"protocol":"http","port":"8080","path":["categorias"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aafe323c-0cb9-f069-6598-5c5c3e56553d"},{"name":"Busca de Categoria","id":"57f79065-463c-58dd-ec71-62f2be2ad6f4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/categorias/1","description":"<p>Nesta rota, deve-se colocar no params:</p>\n<ul>\n<li>código</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["categorias","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"57f79065-463c-58dd-ec71-62f2be2ad6f4"},{"name":"Deletar Categoria","id":"96dc6729-f3bd-a175-7916-4275bd700af1","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/categorias/3","description":"<p>Nesta rota, deve-se colocar no params:</p>\n<ul>\n<li>código</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["categorias","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"96dc6729-f3bd-a175-7916-4275bd700af1"}],"id":"3e55887f-196b-d0be-656c-aabd8af58009","_postman_id":"3e55887f-196b-d0be-656c-aabd8af58009","description":""}]}