{"info":{"_postman_id":"a5b54411-4b99-40a5-bbe9-6211d020f72e","name":"sistema-transacoes-heroku","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17178274","collectionId":"a5b54411-4b99-40a5-bbe9-6211d020f72e","publishedId":"2s847HPYG3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-18T19:13:25.000Z"},"item":[{"name":"Receitas","item":[{"name":"[RECEITA] adicionar-receita","id":"8bc4d0d6-3df2-4796-a22c-5f395503535d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"valor\" : \"2000\",\r\n    \"descricao\" : \"Salario test 2\",\r\n    \"dataLancamento\" : \"2020-09-01\",\r\n    \"categoria\" : \"8\",\r\n    \"conta\" : \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://analise-transacoes.herokuapp.com/receita/adicionar-receita","urlObject":{"protocol":"https","path":["receita","adicionar-receita"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bc4d0d6-3df2-4796-a22c-5f395503535d"},{"name":"[RECEITA] buscar todas as receitas","id":"98a8ba7d-b393-4836-a834-b95985ce09d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://analise-transacoes.herokuapp.com/receita","urlObject":{"protocol":"https","path":["receita"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"98a8ba7d-b393-4836-a834-b95985ce09d8"},{"name":"[RECEITA] buscar receita por id","id":"670284e2-783c-4591-ad86-5bfa949cfc5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://analise-transacoes.herokuapp.com/receita/1","urlObject":{"protocol":"https","path":["receita","1"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"670284e2-783c-4591-ad86-5bfa949cfc5c"},{"name":"[RECEITA] atualizar uma receita","id":"d077fe9d-fda5-4108-aff4-2f18d5cb92ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"descricao\" : \"A descrição foi atualizada outra vez\",\r\n    \"valor\" : \"00.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://analise-transacoes.herokuapp.com/receita/1","urlObject":{"protocol":"https","path":["receita","1"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d077fe9d-fda5-4108-aff4-2f18d5cb92ac"},{"name":"[RECEITA] deletar uma receita","id":"61ac936f-7cd2-48a5-9ec4-ff98dab33b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://analise-transacoes.herokuapp.com/receita/4","urlObject":{"protocol":"https","path":["receita","4"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"61ac936f-7cd2-48a5-9ec4-ff98dab33b92"},{"name":"[RECEITA] Buscar Receita por mês e ano","id":"b13d009c-8e86-4286-8c8f-f7ef9ba75927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://analise-transacoes.herokuapp.com/receita/2022/10","urlObject":{"protocol":"https","path":["receita","2022","10"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b13d009c-8e86-4286-8c8f-f7ef9ba75927"},{"name":"[RECEITA] Buscar receita por descrição","id":"da147c1f-3649-41bb-adf9-1baa846fad4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://analise-transacoes.herokuapp.com/receita/buscar-descricao?descricao=salario","urlObject":{"protocol":"https","path":["receita","buscar-descricao"],"host":["analise-transacoes","herokuapp","com"],"query":[{"key":"descricao","value":"salario"}],"variable":[]}},"response":[],"_postman_id":"da147c1f-3649-41bb-adf9-1baa846fad4a"}],"id":"ac327111-e23f-45b4-9465-7c98b94524cd","_postman_id":"ac327111-e23f-45b4-9465-7c98b94524cd","description":""},{"name":"Despesas","item":[{"name":"[DESPESA] buscar todas as despesas","id":"56b166f8-c20c-4841-b40b-8ca3f6e6d4c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://analise-transacoes.herokuapp.com/despesa/","urlObject":{"protocol":"https","path":["despesa",""],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"56b166f8-c20c-4841-b40b-8ca3f6e6d4c1"},{"name":"[DESPESA] adicionar nova  Despesa","id":"572f8dce-7067-44e9-a0e4-77664da406d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"valor\" : \"1000\",\r\n    \"descricao\" : \"despesa base 3 - vai ser excluida\",\r\n    \"dataLancamento\" : \"2020-09-03\",\r\n    \"categoria\" : \"2\",\r\n    \"conta\" : \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://analise-transacoes.herokuapp.com/despesa/adicionar-despesa","urlObject":{"protocol":"https","path":["despesa","adicionar-despesa"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"572f8dce-7067-44e9-a0e4-77664da406d7"},{"name":"[DESPESA] atualizar uma despesa por id","id":"b34ed924-418a-4f98-bf7e-a00bf3a372d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"descricao\" : \"A descrição da despesa foi atualizada com id 12 \",\r\n    \"valor\" : \"00.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://analise-transacoes.herokuapp.com/despesa/6","urlObject":{"protocol":"https","path":["despesa","6"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b34ed924-418a-4f98-bf7e-a00bf3a372d8"},{"name":"[DESPESA] Deletar uma despesa por id","id":"515febad-1079-4d25-b2b6-80067a07212c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://analise-transacoes.herokuapp.com/despesa/7","urlObject":{"protocol":"https","path":["despesa","7"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"515febad-1079-4d25-b2b6-80067a07212c"},{"name":"[DESPESA] Buscar transação por descrição","id":"d7512301-7290-4828-a244-2119ece17fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://analise-transacoes.herokuapp.com/despesa/buscar-descricao?descricao=teste","urlObject":{"protocol":"https","path":["despesa","buscar-descricao"],"host":["analise-transacoes","herokuapp","com"],"query":[{"key":"descricao","value":"teste"}],"variable":[]}},"response":[],"_postman_id":"d7512301-7290-4828-a244-2119ece17fcf"},{"name":"[DESPESA] buscar transação por ano e mês","id":"a5f12f4c-bb5b-46f1-b172-240181e8059f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://analise-transacoes.herokuapp.com/despesa/2022/9","urlObject":{"protocol":"https","path":["despesa","2022","9"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5f12f4c-bb5b-46f1-b172-240181e8059f"}],"id":"155e9af1-41b1-4159-b44e-60e415792d4d","_postman_id":"155e9af1-41b1-4159-b44e-60e415792d4d","description":""},{"name":"Relatorio","item":[{"name":"[RELATÓRIO] Trás resumo do com base no ano e mês","id":"436f066f-c315-4cff-abe2-1302e008f59a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://analise-transacoes.herokuapp.com/relatorio/2020/9","urlObject":{"protocol":"https","path":["relatorio","2020","9"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"436f066f-c315-4cff-abe2-1302e008f59a"}],"id":"7c2fd6e3-c02a-4c1e-a4b4-a125fd0fcb10","_postman_id":"7c2fd6e3-c02a-4c1e-a4b4-a125fd0fcb10","description":""},{"name":"Auth","item":[{"name":"New Request","id":"bdd80cd9-14e1-4fdf-955c-c7ff87730bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"login\" : \"email@email.com\",\r\n    \"senha\" : \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://analise-transacoes.herokuapp.com/auth","urlObject":{"protocol":"https","path":["auth"],"host":["analise-transacoes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdd80cd9-14e1-4fdf-955c-c7ff87730bb0"}],"id":"07b38d5f-850b-4960-b75e-a19e0a223cb0","_postman_id":"07b38d5f-850b-4960-b75e-a19e0a223cb0","description":""}]}