{"info":{"_postman_id":"b97ae32b-d440-4df5-8989-7000904fa924","name":"ContractService","description":"contract service","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"account","item":[{"name":"getAllAccounts","id":"9955aae4-3e9b-4110-bc1d-44cdd5a29a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/account"},"response":[],"_postman_id":"9955aae4-3e9b-4110-bc1d-44cdd5a29a7a"},{"name":"getAllAccountsByCustomerId","id":"bcbadc19-9d88-4acb-8a5f-8cf74c2c0044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/account/customer/1"},"response":[],"_postman_id":"bcbadc19-9d88-4acb-8a5f-8cf74c2c0044"},{"name":"getAccountById","id":"5792b7ef-09dc-4482-9f3e-2dc11eae57e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/account/1"},"response":[],"_postman_id":"5792b7ef-09dc-4482-9f3e-2dc11eae57e1"},{"name":"createAccount","id":"a4739b31-e62f-4711-aa2c-643a055c6b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": null,\n    \"active\": null,\n    \"accountType\": \"LEP\",\n    \"minBalanceRestriction\": 5000,\n    \"accountBalance\": 200,\n    \"dateOpened\": \"12/03/2016\",\n    \"valid\": null,\n    \"verificationCode\": null,\n    \"customer\": null\n}"},"url":"http://localhost:9002/api/v1/account"},"response":[],"_postman_id":"a4739b31-e62f-4711-aa2c-643a055c6b4b"},{"name":"updateAccount","id":"dd21a780-735b-4e05-ad5f-c88b6e3dc67e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": null,\n    \"active\": null,\n    \"accountType\": \"LEP\",\n    \"minBalanceRestriction\": 5000,\n    \"accountBalance\": 200,\n    \"dateOpened\": \"12/03/2016\",\n    \"valid\": null,\n    \"verificationCode\": null,\n    \"customer\": null\n}"},"url":"http://localhost:9002/api/v1/account/1"},"response":[],"_postman_id":"dd21a780-735b-4e05-ad5f-c88b6e3dc67e"},{"name":"getAllAccounts Copy","id":"392075de-9cf6-484e-b1aa-1af2ae343b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9002/api/v1/account/1"},"response":[],"_postman_id":"392075de-9cf6-484e-b1aa-1af2ae343b80"}],"id":"37e4695a-0375-4af6-bd22-3a27e4774957","_postman_id":"37e4695a-0375-4af6-bd22-3a27e4774957"},{"name":"contract","item":[{"name":"getAllContracts","id":"740b9482-af72-424b-905b-fc90dceb3181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/contract"},"response":[],"_postman_id":"740b9482-af72-424b-905b-fc90dceb3181"},{"name":"getContractById","id":"b85a5559-6955-40b8-9a0a-bde7588d2002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/contract/7"},"response":[],"_postman_id":"b85a5559-6955-40b8-9a0a-bde7588d2002"},{"name":"createContract","id":"60bd5c9e-676d-4954-be1a-5f552b3655e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"active\": null,\n    \"customerId\": 1,\n    \"employeeId\": 1\n}"},"url":"http://localhost:9002/api/v1/contract"},"response":[],"_postman_id":"60bd5c9e-676d-4954-be1a-5f552b3655e0"},{"name":"updateContract","id":"af6600d7-4462-4816-b24b-54ffcb82a119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": null,\n    \"customerId\": {\n        \"customerId\": 1\n    },\n    \"employeeId\": {\n        \"employeeId\": 1\n    }\n}"},"url":"http://localhost:9002/api/v1/contract/1"},"response":[],"_postman_id":"af6600d7-4462-4816-b24b-54ffcb82a119"},{"name":"deleteContract","id":"2812b0b2-a5fb-4f62-bcae-8ec326fa0563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:9002/api/v1/contract/1"},"response":[],"_postman_id":"2812b0b2-a5fb-4f62-bcae-8ec326fa0563"}],"id":"698de4ba-bc36-4c36-a1ce-08a9e5d8e9ab","_postman_id":"698de4ba-bc36-4c36-a1ce-08a9e5d8e9ab"},{"name":"customer","item":[{"name":"getAllCustomers","id":"720263ca-c5c2-4424-972a-b65c770c84a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/customer"},"response":[],"_postman_id":"720263ca-c5c2-4424-972a-b65c770c84a8"},{"name":"getCustomerById","id":"4e00e8e6-bf8d-4643-90af-e9e62c4cea7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/customer/1"},"response":[],"_postman_id":"4e00e8e6-bf8d-4643-90af-e9e62c4cea7b"},{"name":"createCustomer","id":"89578531-2e30-4607-853e-af47a75a2a0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\": null,\r\n    \"password\": null,\r\n    \"passwordUpdated\": null,\r\n    \"firsName\": \"mohammed\",\r\n    \"lastName\": \"alom\",\r\n    \"birthDate\": \"2013-05-01T23:00:00.000+0000\",\r\n    \"address\": \"Rue 25 Safi \",\r\n    \"city\": \"Safi\",\r\n    \"state\": \"En cour\",\r\n    \"zipCode\": \"A24\",\r\n    \"country\": \"Maroc\",\r\n    \"email\": \"mohammed@gmail.com\",\r\n    \"sex\": \"homme\"\r\n}"},"url":"http://localhost:9002/api/v1/customer"},"response":[],"_postman_id":"89578531-2e30-4607-853e-af47a75a2a0b"},{"name":"updateCustomer","id":"67189d59-b6e4-447e-94e3-6df95ca9d810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": null,\r\n    \"password\": null,\r\n    \"passwordUpdated\": null,\r\n    \"firsName\": \"mohammed\",\r\n    \"lastName\": \"alom\",\r\n    \"birthDate\": \"2013-05-01T23:00:00.000+0000\",\r\n    \"address\": \"Rue 25 Safi \",\r\n    \"city\": \"Safi\",\r\n    \"state\": \"En cour\",\r\n    \"zipCode\": \"A24\",\r\n    \"country\": \"Maroc\",\r\n    \"email\": \"mohammed@gmail.com\",\r\n    \"sex\": \"homme\"\r\n}"},"url":"http://localhost:9002/api/v1/customer/1"},"response":[],"_postman_id":"67189d59-b6e4-447e-94e3-6df95ca9d810"},{"name":"deleteCustomer","id":"bca265c1-b15c-4faf-a250-75ff7f2099c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:9002/api/v1/customer/1"},"response":[],"_postman_id":"bca265c1-b15c-4faf-a250-75ff7f2099c0"},{"name":"updatePassword","id":"98138136-448f-412b-9472-f0a872074198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"bbbb\"\r\n}"},"url":"https://contract-service-123.herokuapp.com/api/v1/customer/pass/1"},"response":[],"_postman_id":"98138136-448f-412b-9472-f0a872074198"},{"name":"updateAvatar","id":"192b2798-c46d-4936-ac4a-f236ae59768d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"avatar\": \"bbbb\"\r\n}"},"url":"https://contract-service-123.herokuapp.com/api/v1/customer/avatar/1"},"response":[],"_postman_id":"192b2798-c46d-4936-ac4a-f236ae59768d"},{"name":"updateCustomerLite","id":"3639a425-76c0-459c-84ad-a5efaf0ea615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": null\r\n    \"passwordUpdated\": null,\r\n    \"firsName\": \"mohammed\",\r\n    \"lastName\": \"alom\",\r\n    \"birthDate\": \"2013-05-01T23:00:00.000+0000\",\r\n    \"address\": \"Rue 25 Safi \",\r\n    \"city\": \"Safi\",\r\n    \"state\": \"En cour\",\r\n    \"zipCode\": \"A24\",\r\n    \"country\": \"Maroc\",\r\n    \"email\": \"mohammed@gmail.com\",\r\n    \"sex\": \"homme\"\r\n}"},"url":"https://contract-service-123.herokuapp.com/api/v1/customer/Lite/1"},"response":[],"_postman_id":"3639a425-76c0-459c-84ad-a5efaf0ea615"}],"id":"79755dfd-f52e-4d2f-b96a-7083f74523c6","_postman_id":"79755dfd-f52e-4d2f-b96a-7083f74523c6"},{"name":"directdebit","item":[{"name":"getAllDirectDebit","id":"c122ce98-452f-4f2e-8b48-ba7d09f3952e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/directdebit"},"response":[],"_postman_id":"c122ce98-452f-4f2e-8b48-ba7d09f3952e"},{"name":"getDirectDebitById","id":"8f3a6e35-af8b-468a-8741-dfc27492defa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/directdebit/1"},"response":[],"_postman_id":"8f3a6e35-af8b-468a-8741-dfc27492defa"},{"name":"createDirectDebit","id":"f6a9fb51-1322-4c75-9319-5ba0d9c01986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:9002/api/v1/directdebit"},"response":[],"_postman_id":"f6a9fb51-1322-4c75-9319-5ba0d9c01986"},{"name":"validatDirectDebit","id":"9e5c45df-e790-4971-9d10-30c33f3c9a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9002/api/v1/directdebit/validate/1"},"response":[],"_postman_id":"9e5c45df-e790-4971-9d10-30c33f3c9a4b"},{"name":"cancelTransaction","id":"ca297a0c-76f3-4dde-b8c4-3a2ae5f3725b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9002/api/v1/directdebit/cancel/1"},"response":[],"_postman_id":"ca297a0c-76f3-4dde-b8c4-3a2ae5f3725b"}],"id":"d1efd4f3-cee1-40e8-a48f-e54a384f7eed","_postman_id":"d1efd4f3-cee1-40e8-a48f-e54a384f7eed"},{"name":"offre","item":[{"name":"getAllOffres","id":"bced3f0d-483e-44ed-bc0c-101f8a832fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/offre"},"response":[],"_postman_id":"bced3f0d-483e-44ed-bc0c-101f8a832fa4"},{"name":"getOffreById","id":"602b8cdf-4ad7-4b07-93d0-a59be987bbef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/directdebit/1"},"response":[],"_postman_id":"602b8cdf-4ad7-4b07-93d0-a59be987bbef"},{"name":"createOffre","id":"7d59f31a-79dc-4a85-b26c-08d69c16f7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:9002/api/v1/directdebit"},"response":[],"_postman_id":"7d59f31a-79dc-4a85-b26c-08d69c16f7f4"},{"name":"updateOffre","id":"59a4b1c2-9bd9-49d6-b3b3-77189aa70e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9002/api/v1/directdebit/1"},"response":[],"_postman_id":"59a4b1c2-9bd9-49d6-b3b3-77189aa70e05"},{"name":"deleteOffre","id":"89e59a77-9499-4e06-b2d7-61619af8a4ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9002/api/v1/directdebit/1"},"response":[],"_postman_id":"89e59a77-9499-4e06-b2d7-61619af8a4ea"}],"id":"9c7953b6-9f32-4730-8442-7902fe8be9c2","_postman_id":"9c7953b6-9f32-4730-8442-7902fe8be9c2"},{"name":"plafond","item":[{"name":"getAllPlafonds","id":"e1e9c259-1d17-47b5-96be-025a75915d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/plafond"},"response":[],"_postman_id":"e1e9c259-1d17-47b5-96be-025a75915d23"},{"name":"getPlafondById","id":"10cba5bc-db22-42a0-b162-b2a66ad998a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9002/api/v1/plafond/1"},"response":[],"_postman_id":"10cba5bc-db22-42a0-b162-b2a66ad998a3"},{"name":"createPlafond","id":"96a84c42-92b0-41bf-91fe-0f150ca2fe0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:9002/api/v1/plafond"},"response":[],"_postman_id":"96a84c42-92b0-41bf-91fe-0f150ca2fe0b"},{"name":"updatePlafond","id":"f5668bf0-1891-49b5-86e7-bb58f1306d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9002/api/v1/plafond/1"},"response":[],"_postman_id":"f5668bf0-1891-49b5-86e7-bb58f1306d05"},{"name":"deletePlafond","id":"85e6e77a-f2c2-4670-a7be-38c651b36da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9002/api/v1/plafond/1"},"response":[],"_postman_id":"85e6e77a-f2c2-4670-a7be-38c651b36da3"}],"id":"38de8558-f872-4716-8372-9ffc04aab4d8","_postman_id":"38de8558-f872-4716-8372-9ffc04aab4d8"}]}