{"info":{"_postman_id":"385339e7-3563-430a-bbfd-4aa397f75519","name":"finance system","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3772012","collectionId":"385339e7-3563-430a-bbfd-4aa397f75519","publishedId":"SVSKKnyZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-07-15T21:45:33.000Z"},"item":[{"name":"create customer","id":"b0e14155-4033-46dc-8ce0-8d8a77081794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\t\"name\":\"customer 1\",\n\t\"address\": \"copenhagen\"\n}"},"url":"localhost:8083/customers","urlObject":{"port":"8083","path":["customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0e14155-4033-46dc-8ce0-8d8a77081794"},{"name":"get All customers","id":"10abd872-3b39-4618-a8ba-3e7034eb0434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\t\"name\":\"customer 3\",\n\t\"address\": \"copenhagen\"\n}"},"url":"localhost:8083/customers","urlObject":{"port":"8083","path":["customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10abd872-3b39-4618-a8ba-3e7034eb0434"},{"name":"get accounts","id":"181f4369-94eb-4a99-97d7-82ebc86ec2e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8081/accounts?customerNumber=1","urlObject":{"port":"8081","path":["accounts"],"host":["localhost"],"query":[{"key":"customerNumber","value":"1"}],"variable":[]}},"response":[],"_postman_id":"181f4369-94eb-4a99-97d7-82ebc86ec2e9"},{"name":"get account","id":"1f1f80b3-4b4d-408b-b752-a2ff36dcc766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8081/accounts/1","urlObject":{"port":"8081","path":["accounts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f1f80b3-4b4d-408b-b752-a2ff36dcc766"},{"name":"Create Payment","id":"a70cba36-f482-4740-8a0c-e2a48a1bc03e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"fromAccount\":3,\n \"toAccount\":4,\n \"amount\":100\n}"},"url":"localhost:8082/payments","urlObject":{"port":"8082","path":["payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a70cba36-f482-4740-8a0c-e2a48a1bc03e"},{"name":"Get Payments for from accounts","id":"75488c2d-c252-43ac-987b-5c89dd6130f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"fromAccount\":1,\n \"toAccount\":2,\n \"amount\":150\n}"},"url":"localhost:8082/payments/1","urlObject":{"port":"8082","path":["payments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"75488c2d-c252-43ac-987b-5c89dd6130f0"},{"name":"create account","id":"ef6d4660-1be7-4f6a-b9ac-4cacb471b6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"customerNumber\":1,\n\t\"amount\": 2000\n}"},"url":"localhost:8081/accounts","urlObject":{"port":"8081","path":["accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef6d4660-1be7-4f6a-b9ac-4cacb471b6d5"}]}