{"info":{"_postman_id":"20343e9c-a2e0-47cc-a1ef-dbbf07c0759d","name":"TransactionService","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Transaction","item":[{"name":"getAllTransactions","id":"2b5ceb14-8cea-4434-bbd9-d435b9abeb4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9004/api/v1/transaction"},"response":[],"_postman_id":"2b5ceb14-8cea-4434-bbd9-d435b9abeb4f"},{"name":"getTransactionById","id":"abd16759-8874-4f0d-9c83-c746393ff614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transactionId\": 2,\r\n    \"date\": \"2019-04-01T23:00:00.000+0000\",\r\n    \"amount\": 120,\r\n    \"accountNumber\": null,\r\n    \"type\": null,\r\n    \"merchantDetails\": \"virement bancaire\",\r\n    \"secondAccountId\": 12,\r\n    \"valide\": 0,\r\n    \"ccNumber\": null\r\n}"},"url":"http://localhost:9004/api/v1/transaction/2"},"response":[],"_postman_id":"abd16759-8874-4f0d-9c83-c746393ff614"},{"name":"createTransaction","id":"01a8f66e-eed7-4899-8e86-83292eaefd8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transactionId\": 3,\r\n    \"date\": \"2019-04-01T23:00:00.000+0000\",\r\n    \"amount\": 120,\r\n    \"accountNumber\": null,\r\n    \"type\": null,\r\n    \"merchantDetails\": \"virement bancaire\",\r\n    \"secondAccountId\": 12,\r\n    \"valide\": 0,\r\n    \"ccNumber\": null\r\n}"},"url":"http://localhost:9004/api/v1/transaction"},"response":[],"_postman_id":"01a8f66e-eed7-4899-8e86-83292eaefd8d"},{"name":"validateTransaction","id":"102f3fd1-639f-4c13-b3a7-b6d83a797a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9004/api/v1/transaction/validate/4"},"response":[],"_postman_id":"102f3fd1-639f-4c13-b3a7-b6d83a797a57"},{"name":"cancelTransaction","id":"1c827bc3-6f96-43e2-9a36-d15569ae00e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9004/api/v1/transaction/cancel/4"},"response":[],"_postman_id":"1c827bc3-6f96-43e2-9a36-d15569ae00e4"}],"id":"fc1f9c69-058e-44a0-9f3e-5048f51a9e83","_postman_id":"fc1f9c69-058e-44a0-9f3e-5048f51a9e83"},{"name":"beneficiary","item":[{"name":"getAllBeneficiary","id":"a8c51abe-ebad-4122-9aeb-f930655d8fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\r\n        \"id\": 3,\r\n        \"nom\": \"med\",\r\n        \"accountNumber\": \"987675675889087656\"\r\n    }"},"url":"http://localhost:9004/api/v1/beneficiary"},"response":[],"_postman_id":"a8c51abe-ebad-4122-9aeb-f930655d8fc3"},{"name":"createBeneficiary","id":"e28d03c0-f170-47f9-a8d4-cd003cb5c9f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\r\n        \"id\": 1,\r\n        \"nom\": \"anass\",\r\n        \"accountNumber\": \"546546946546545\"\r\n    }"},"url":"http://localhost:9004/api/v1/beneficiary"},"response":[],"_postman_id":"e28d03c0-f170-47f9-a8d4-cd003cb5c9f3"},{"name":"getBeneficiaryById ","id":"1183d221-0f00-402f-806f-a10aae67b23b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 4,\r\n    \"nom\": \"hjr\",\r\n    \"accountNumber\": \"987675675889087656\"\r\n}"},"url":"http://localhost:9004/api/v1/beneficiary/4"},"response":[],"_postman_id":"1183d221-0f00-402f-806f-a10aae67b23b"},{"name":"deleteBeneficiaryById ","id":"df2bd4ae-3db1-41b2-858b-9dda50659b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:9004//api/v1/beneficiary/3"},"response":[],"_postman_id":"df2bd4ae-3db1-41b2-858b-9dda50659b8c"},{"name":"updateBeneficiaryById ","id":"85d72c3b-521e-4a31-97c8-ea3ddcb6c412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:9004//api/v1/beneficiary/3"},"response":[],"_postman_id":"85d72c3b-521e-4a31-97c8-ea3ddcb6c412"}],"id":"a7df936e-2397-4538-91a6-62de33c00d11","event":[{"listen":"prerequest","script":{"id":"04ce2daa-7a56-4439-9778-5e283dcc7ace","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c3f7d669-26e7-4625-a485-32e8e119cf6b","type":"text/javascript","exec":[""]}}],"_postman_id":"a7df936e-2397-4538-91a6-62de33c00d11"},{"name":"beneficiaryGlob","item":[{"name":"getAllBeneficiaryGlob ","id":"ae114f38-16c7-4808-97bc-57da5b6abe84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:9004/api/v1/beneficiaryGlob/1"},"response":[],"_postman_id":"ae114f38-16c7-4808-97bc-57da5b6abe84"},{"name":"getBeneficiaryGlobById","id":"00973382-816a-4293-9c27-34cfb0e82783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 3,\r\n    \"nom\": \"cocomed\",\r\n    \"accountNumber\": \"kjkl87866467\"\r\n}"},"url":"http://localhost:9004/api/v1/beneficiaryGlob/1"},"response":[],"_postman_id":"00973382-816a-4293-9c27-34cfb0e82783"},{"name":"createBeneficiaryGlob","id":"7416fb95-cf5e-4824-a8d9-0ba89484e457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 3,\r\n    \"nom\": \"med\",\r\n    \"accountNumber\": \"kjkl87866467\"\r\n}"},"url":"http://localhost:9004/api/v1/beneficiaryGlob"},"response":[],"_postman_id":"7416fb95-cf5e-4824-a8d9-0ba89484e457"},{"name":"deleteBeneficiaryGlobById","id":"e29fa360-e13d-4034-ab00-92f1d1da2a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 3,\r\n    \"nom\": \"cocomed\",\r\n    \"accountNumber\": \"kjkl87866467\"\r\n}"},"url":"http://localhost:9004/api/v1/beneficiaryGlob/1"},"response":[],"_postman_id":"e29fa360-e13d-4034-ab00-92f1d1da2a68"},{"name":"deletebeneficiaryGlobById","id":"f4fd1074-a735-4f65-ad55-428126a71e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9004/api/v1/beneficiaryGlob/1"},"response":[],"_postman_id":"f4fd1074-a735-4f65-ad55-428126a71e38"}],"id":"c26886b4-6e7c-4a24-946e-fdc7ce4afdee","_postman_id":"c26886b4-6e7c-4a24-946e-fdc7ce4afdee"},{"name":"Bill","item":[{"name":"validateBill","id":"7038973e-426c-462f-a779-6450b7bf7b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9004/api/v1/bill/validate/1"},"response":[],"_postman_id":"7038973e-426c-462f-a779-6450b7bf7b39"},{"name":"cancelBill","id":"ee023861-5a4a-41a9-9c85-90b27d692b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9004/api/v1/bill/cancel/1"},"response":[],"_postman_id":"ee023861-5a4a-41a9-9c85-90b27d692b75"},{"name":"createBillByIdBeneficiary","id":"6b57e908-c5f1-4ff1-b381-d3660b9481aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"transactionId\": 5,\r\n        \"date\": \"2019-04-01T21:00:00.000+0000\",\r\n        \"amount\": 120,\r\n        \"accountNumber\": null,\r\n        \"type\": null,\r\n        \"merchantDetails\": \"virement bancaire\",\r\n        \"secondAccountId\": 12,\r\n        \"valide\": -1,\r\n        \"ccNumber\": null\r\n    }"},"url":"http://localhost:9004/api/v1/bill/1"},"response":[],"_postman_id":"6b57e908-c5f1-4ff1-b381-d3660b9481aa"}],"id":"0dcfacc7-7b3c-4a50-8504-3cef673fb813","event":[{"listen":"prerequest","script":{"id":"7250c62c-5778-46f6-8365-7eae17a8607d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dbd4a569-7f8c-4e8c-a250-973d6dabad2a","type":"text/javascript","exec":[""]}}],"_postman_id":"0dcfacc7-7b3c-4a50-8504-3cef673fb813"}],"event":[{"listen":"prerequest","script":{"id":"07249254-0a15-41e1-b0be-b373b7f802f8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6b944c1d-8a8c-46c4-8d2a-db3b91e636e4","type":"text/javascript","exec":[""]}}]}