{"info":{"_postman_id":"bdd30c8f-4d1e-4f44-a544-ceca80e9179e","name":"bankApiDemo","description":"<html><head></head><body><p>bankApiDemo\n<a href=\"http://localhost:3001/\">http://localhost:3001/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"445508","collectionId":"bdd30c8f-4d1e-4f44-a544-ceca80e9179e","publishedId":"RVnVELGw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-03-22T19:44:52.000Z"},"item":[{"name":"Transactions","item":[{"name":"List of transactions","id":"b29c66aa-813f-4a79-a16d-ca9925e76695","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/transactions","urlObject":{"protocol":"http","port":"3001","path":["api","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b29c66aa-813f-4a79-a16d-ca9925e76695"},{"name":"Create new transaction","id":"24825f90-edea-47c8-8a2a-b63ad640f6a1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 1003,\r\n    \"Amount\": 1.45,\r\n    \"Type\": 2,\r\n    \"AccountCodeFrom\": \"nmpegetis\",\r\n    \"AccountCodeTo\": \"habibi\",\r\n    \"Comment\": \"third comment\"\r\n}"},"url":"http://localhost:3001/api/transactions","urlObject":{"protocol":"http","port":"3001","path":["api","transactions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24825f90-edea-47c8-8a2a-b63ad640f6a1"},{"name":"Get Single Transaction","id":"544147b0-baf3-4933-8750-85486d692172","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/transactions/1003","urlObject":{"protocol":"http","port":"3001","path":["api","transactions","1003"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"544147b0-baf3-4933-8750-85486d692172"},{"name":"Update single transaction","id":"67f68101-a7ac-4043-9e32-375452690799","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Amount\": 0.8,\r\n    \"Type\": 2,\r\n    \"AccountCodeFrom\": \"habibi\",\r\n    \"AccountCodeTo\": \"habibi\",\r\n    \"Comment\": \"third comment --edited\"\r\n}"},"url":"http://localhost:3001/api/transactions/1003","urlObject":{"protocol":"http","port":"3001","path":["api","transactions","1003"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"67f68101-a7ac-4043-9e32-375452690799"},{"name":"Delete single transaction","id":"9b78a5c6-524f-41a8-bb63-19f60defcc40","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/transactions/1002","urlObject":{"protocol":"http","port":"3001","path":["api","transactions","1002"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b78a5c6-524f-41a8-bb63-19f60defcc40"}],"id":"aae07cfe-46c2-4c4d-a6eb-a389c587187f","_postman_id":"aae07cfe-46c2-4c4d-a6eb-a389c587187f","description":""},{"name":"Accounts","item":[{"name":"List of accounts","id":"33eb59a3-72c9-46cb-a756-30183427faed","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/accounts","urlObject":{"protocol":"http","port":"3001","path":["api","accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"33eb59a3-72c9-46cb-a756-30183427faed"},{"name":"Create new account","event":[{"listen":"test","script":{"id":"1a09c837-6cc6-4b8f-a778-160a3a5d5a75","type":"text/javascript","exec":[""]}}],"id":"13a05496-d08a-48f1-97fd-954930228a81","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 2,\r\n    \"Code\": \"rita\",\r\n    \"Name\": \"Rita Bous\"\r\n}"},"url":"http://localhost:3001/api/accounts","urlObject":{"protocol":"http","port":"3001","path":["api","accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"13a05496-d08a-48f1-97fd-954930228a81"},{"name":"Get Single account","id":"39908bfb-c65b-4cdc-b95c-d9e188d6a73b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/accounts/2","urlObject":{"protocol":"http","port":"3001","path":["api","accounts","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"39908bfb-c65b-4cdc-b95c-d9e188d6a73b"},{"name":"Update single account","id":"bd6b3ba2-311f-43c0-9a8e-8f786a0aa6b9","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"habibi\",\r\n    \"Name\": \"Rita Bous\"\r\n}"},"url":"http://localhost:3001/api/accounts/2","urlObject":{"protocol":"http","port":"3001","path":["api","accounts","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd6b3ba2-311f-43c0-9a8e-8f786a0aa6b9"},{"name":"Delete single account","id":"dce925c0-3b9c-409e-87fe-a3001e0a0930","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/accounts/2","urlObject":{"protocol":"http","port":"3001","path":["api","accounts","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dce925c0-3b9c-409e-87fe-a3001e0a0930"}],"id":"d7eb672d-6729-4748-b488-246106af5744","_postman_id":"d7eb672d-6729-4748-b488-246106af5744","description":""},{"name":"Branches","item":[{"name":"List of branches","id":"c552585e-ee79-4270-a53d-55be93de1c3d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/branches","urlObject":{"protocol":"http","port":"3001","path":["api","branches"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c552585e-ee79-4270-a53d-55be93de1c3d"},{"name":"Create new branch","event":[{"listen":"test","script":{"id":"1a09c837-6cc6-4b8f-a778-160a3a5d5a75","type":"text/javascript","exec":[""]}}],"id":"1c786df7-bbc2-4bd4-a5e7-2abc0878b030","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"1003\",\r\n    \"Code\": \"0073\",\r\n    \"Description\": \"Σταθμού Ν. Ιωνίας\"\r\n}"},"url":"http://localhost:3001/api/branches","urlObject":{"protocol":"http","port":"3001","path":["api","branches"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c786df7-bbc2-4bd4-a5e7-2abc0878b030"},{"name":"Get Single branch","id":"86e34dc1-548d-4615-a98f-6ed4a9b93bf4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/branches/1001","urlObject":{"protocol":"http","port":"3001","path":["api","branches","1001"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"86e34dc1-548d-4615-a98f-6ed4a9b93bf4"},{"name":"Update single branch","id":"11f56b7d-381e-4ab2-a267-614447d5cbf0","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Code\": \"0619\",\r\n    \"Description\": \"ΝΤΤ - Ν. Σμύρνης\"\r\n}"},"url":"http://localhost:3001/api/branches/1001","urlObject":{"protocol":"http","port":"3001","path":["api","branches","1001"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"11f56b7d-381e-4ab2-a267-614447d5cbf0"},{"name":"Delete single branch","id":"dd3bd7bf-34f5-4f42-a0cb-b688399827c4","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3001/api/branches/1004","urlObject":{"protocol":"http","port":"3001","path":["api","branches","1004"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd3bd7bf-34f5-4f42-a0cb-b688399827c4"}],"id":"b757380f-6d9a-4b3a-8162-02746a84eec8","event":[{"listen":"prerequest","script":{"id":"614d95cf-b0b6-4485-8c62-baad67b459d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17c3d7ab-b2e9-4b38-91f5-218e1e9a8d15","type":"text/javascript","exec":[""]}}],"_postman_id":"b757380f-6d9a-4b3a-8162-02746a84eec8","description":""}],"event":[{"listen":"prerequest","script":{"id":"b6e9309a-e619-4e4b-95b9-972b0d3275da","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3a7ebdb4-5ab0-4122-94bd-57651fdc5b51","type":"text/javascript","exec":[""]}}]}