{"info":{"_postman_id":"e542dcce-1c66-4c03-9759-e246667b3faa","name":"AdministrationService","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Branch","item":[{"name":"getAllBranches","id":"f187aec5-c9fb-4f1d-8d73-9c40a0c348ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/branch"},"response":[],"_postman_id":"f187aec5-c9fb-4f1d-8d73-9c40a0c348ca"},{"name":"getBranchById","id":"a6e68ec0-da7e-4f8e-854a-3cf0d9073da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/branch/1"},"response":[],"_postman_id":"a6e68ec0-da7e-4f8e-854a-3cf0d9073da4"},{"name":"createBranch","id":"237d9732-8a3b-4a0e-a20e-a12743e5dbaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"branchName\": \"5ere branch\",\r\n    \"adress\": null,\r\n    \"city\": \"safi\",\r\n    \"state\": null,\r\n    \"zipCode\": null,\r\n    \"ifscCode\": null\r\n}"},"url":"http://localhost:9001/api/v1/branch"},"response":[],"_postman_id":"237d9732-8a3b-4a0e-a20e-a12743e5dbaf"},{"name":"updateBranch","id":"84c9f78b-74b3-4e99-85e6-24dc659390ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"branchName\": \"4ere branch\",\n    \"adress\": null,\n    \"city\": \"safi\",\n    \"state\": null,\n    \"zipCode\": null,\n    \"ifscCode\": null\n}"},"url":"http://localhost:9001/api/v1/branch/3"},"response":[],"_postman_id":"84c9f78b-74b3-4e99-85e6-24dc659390ac"},{"name":"deleteBranch","id":"863bf097-4322-4102-b795-d3dcc85dde8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9001/api/v1/branch/1"},"response":[],"_postman_id":"863bf097-4322-4102-b795-d3dcc85dde8f"}],"id":"4adaa467-d673-4fc5-9b82-5686cf026aac","_postman_id":"4adaa467-d673-4fc5-9b82-5686cf026aac"},{"name":"Employee","item":[{"name":"getAllEmployees","id":"1999f0d2-eec1-4c53-a4e8-aed976a09ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/employee"},"response":[],"_postman_id":"1999f0d2-eec1-4c53-a4e8-aed976a09ae2"},{"name":"getEmployeeById","id":"77d678e6-a44a-4968-80a3-b06bee9d5cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/employee/1"},"response":[],"_postman_id":"77d678e6-a44a-4968-80a3-b06bee9d5cf9"},{"name":"createEmployee","id":"dbbac97d-59b7-4de6-bf09-dde2a5d146de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"firstName\": \"anasssadasd\",\r\n        \"lastName\": \"nazihsadasdasd\",\r\n        \"userName\": null,\r\n        \"password\": null,\r\n        \"levelOfAccess\": \"admin\",\r\n        \"branchId\": {\r\n            \"branchId\": 1,\r\n            \"branchName\": \"cih\",\r\n            \"adress\": null,\r\n            \"city\": \"Safi\",\r\n            \"state\": null,\r\n            \"zipCode\": null,\r\n            \"ifscCode\": null,\r\n            \"hibernateLazyInitializer\": {}\r\n        }\r\n    }"},"url":"http://localhost:9001/api/v1/employee"},"response":[],"_postman_id":"dbbac97d-59b7-4de6-bf09-dde2a5d146de"},{"name":"updateEmployee","id":"44835ddb-4109-4720-85e0-dbbb645b84b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"aaaaaaaaaaaaa\",\n    \"lastName\": \"nazih5464\",\n    \"userName\": null,\n    \"password\": null,\n    \"levelOfAccess\": \"admin2\",\n    \"branchId\": {\n        \"branchId\": 2\n    }\n}"},"url":"http://localhost:9001/api/v1/employee/1"},"response":[],"_postman_id":"44835ddb-4109-4720-85e0-dbbb645b84b0"},{"name":"deleteEmployee","id":"8e22738b-bef5-41f3-b183-fd69e8631196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9001/api/v1/employee/1"},"response":[],"_postman_id":"8e22738b-bef5-41f3-b183-fd69e8631196"},{"name":"updatePassword","id":"fd270439-9812-4961-b535-cf9cf2e12970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"aaaaaaaaaaaaa\",\n    \"lastName\": \"nazih5464\",\n    \"userName\": null,\n    \"password\": null,\n    \"levelOfAccess\": \"admin2\",\n    \"branchId\": {\n        \"branchId\": 2\n    }\n}"},"url":"http://localhost:9001/api/v1/employee/pass/1"},"response":[],"_postman_id":"fd270439-9812-4961-b535-cf9cf2e12970"},{"name":"updateEmployeeFull","id":"c36f1bea-d3cc-4af8-8c49-6de63b5e9ec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"aaaaaaaaaaaaa\",\n    \"lastName\": \"nazih5464\",\n    \"userName\": null,\n    \"password\": null,\n    \"levelOfAccess\": \"admin2\",\n    \"branchId\": {\n        \"branchId\": 2\n    }\n}"},"url":"http://localhost:9001/api/v1/employee/full/1"},"response":[],"_postman_id":"c36f1bea-d3cc-4af8-8c49-6de63b5e9ec6"}],"id":"76f3a8e9-ca5a-4463-a728-7131a4f47151","_postman_id":"76f3a8e9-ca5a-4463-a728-7131a4f47151"},{"name":"Reporting","item":[{"name":"chartBranchCustomerAccount","id":"19f9654e-7ab9-4448-8e10-a531f02e42d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/reporting/chartBranchCustomerAccount"},"response":[],"_postman_id":"19f9654e-7ab9-4448-8e10-a531f02e42d3"},{"name":"pieChartAccountBranche","id":"2c62f295-7ab9-47b0-82a7-58c6f145140e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/reporting/pieChartAccountBranche"},"response":[],"_postman_id":"2c62f295-7ab9-47b0-82a7-58c6f145140e"},{"name":"pieChartBalanceBranche","id":"c74f0609-af93-413e-88b6-c06dded331d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/reporting/pieChartBalanceBranche"},"response":[],"_postman_id":"c74f0609-af93-413e-88b6-c06dded331d6"},{"name":"getBranchDebitCredit","id":"70ed956c-c03b-4081-99ae-3b2c3c75adfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9001/api/v1/reporting/getBranchDebitCredit"},"response":[],"_postman_id":"70ed956c-c03b-4081-99ae-3b2c3c75adfa"}],"id":"41a3fa63-53a8-4de8-8142-98eee8ef68a2","_postman_id":"41a3fa63-53a8-4de8-8142-98eee8ef68a2"}]}