{"info":{"_postman_id":"a42531cf-d6e4-479d-87cb-74ff7c157ce8","name":"CRM Application Backend","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25076611","collectionId":"a42531cf-d6e4-479d-87cb-74ff7c157ce8","publishedId":"2sAYQWHsKd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-10T11:26:32.000Z"},"item":[{"name":"Create Customer","id":"2b6d851a-8db5-4e6f-81f8-eef08375f6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Abu Bakar\",\r\n    \"middleName\": \"Zihan\",\r\n    \"lastName\": \"Safari\",\r\n    \"email\": \"abu@gmail.com\",\r\n    \"mobile\": \"+8801740000000\",\r\n    \"address\": {\r\n        \"addressLine1\": \"Address line 1\",\r\n        \"addressLine2\": \"Address line 2\",\r\n        \"city\": \"Dhaka\",\r\n        \"state\": \"Dhaka North\",\r\n        \"zipCode\": \"1212\",\r\n        \"specialMark\": \"No special mark\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:20099/customer/v1/crete-customer","urlObject":{"protocol":"http","port":"20099","path":["customer","v1","crete-customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b6d851a-8db5-4e6f-81f8-eef08375f6a5"},{"name":"Create Address","id":"e95068fe-8814-4708-b59c-2cac46810f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"103\",\r\n    \"addressLine1\": \"Address line 1 of user\",\r\n    \"addressLine2\": \"Address line 2 of user\",\r\n    \"city\": \"Dhaka\",\r\n    \"state\": \"Dhaka North\",\r\n    \"zipCode\": \"1212\",\r\n    \"specialMark\": \"No special mark\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:20099/address/v1/crete-address","urlObject":{"protocol":"http","port":"20099","path":["address","v1","crete-address"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e95068fe-8814-4708-b59c-2cac46810f99"},{"name":"Edit Customer","id":"d2886c60-7296-4dd0-abab-b650c882a546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"106\",\r\n    \"firstName\": \"Shahrukh\",\r\n    \"middleName\": \"\",\r\n    \"lastName\": \"Hasan\",\r\n    \"email\": \"basan@gmail.com\",\r\n    \"mobile\": \"+8801740000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:20099/customer/v1/edit-customer","urlObject":{"protocol":"http","port":"20099","path":["customer","v1","edit-customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2886c60-7296-4dd0-abab-b650c882a546"},{"name":"Edit Address","id":"718d3529-9989-4eec-a283-e23dd3210095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"addressId\": \"104\",\r\n    \"addressLine1\": \"Shahrukh\",\r\n    \"addressLine2\": \"\",\r\n    \"city\": \"Hasan\",\r\n    \"state\": \"basan@gmail.com\",\r\n    \"zipCode\": \"1212\",\r\n    \"specialMark\": \"+880174000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:20099/address/v1/edit-address","urlObject":{"protocol":"http","port":"20099","path":["address","v1","edit-address"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"718d3529-9989-4eec-a283-e23dd3210095"},{"name":"Delete Customer","id":"ff5ae8ab-d907-4c97-95b9-e4856d432b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"100\",\r\n    \"email\": \"abu@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:20099/customer/v1/delete-customer","urlObject":{"protocol":"http","port":"20099","path":["customer","v1","delete-customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff5ae8ab-d907-4c97-95b9-e4856d432b96"},{"name":"Delete Address","id":"58eb37f1-ff86-435e-9822-0ac11ecec713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"addressId\": \"111\",\r\n    \"email\": \"abu@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:20099/address/v1/delete-address","urlObject":{"protocol":"http","port":"20099","path":["address","v1","delete-address"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"58eb37f1-ff86-435e-9822-0ac11ecec713"},{"name":"View Customer details","id":"e5767582-e73a-4b49-80b3-2d911721c7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:20099/customer/v1/view-customer/103","urlObject":{"protocol":"http","port":"20099","path":["customer","v1","view-customer","103"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5767582-e73a-4b49-80b3-2d911721c7e1"},{"name":"View All Address","id":"4b6b5e2e-720a-4c2a-9651-e4444ea850e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:20099/address/v1/view-all-address/103","urlObject":{"protocol":"http","port":"20099","path":["address","v1","view-all-address","103"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b6b5e2e-720a-4c2a-9651-e4444ea850e6"}]}