{"info":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","description":"<html><head></head><body><p>This is a collection of PCS API including the administration APIs and IVR integration APIs.<br>Each request must pass a Bearer token as Authorization. The token can be requested using user/login API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21457238","collectionId":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","publishedId":"2sAY4rDjnG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-23T07:01:15.000Z"},"item":[{"name":"agent","item":[{"name":"GetAgentList","id":"1d02f3ac-9985-4625-bd30-1f1b90de948a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/agent","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","agent"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"f1a59e4c-33b2-4973-82dd-d40a6186fd8b","name":"GetAgentList","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/agent"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n \"id\": \"1\",\n \"name\": \"Agent1\"\n},\n{\n    \"id\": \"2\",\n    \"name\": \"Agent2\"\n}\n]"}],"_postman_id":"1d02f3ac-9985-4625-bd30-1f1b90de948a"},{"name":"SyncAgents","id":"0539605b-f6af-411d-adcc-bffd48ea5d63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{PCS_MOCK}}/api/v1/agent/sync","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","agent","sync"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"85762831-929b-44d2-8648-1f281074113b","name":"SyncAgents","originalRequest":{"method":"POST","header":[],"url":"{{PCS_MOCK}}/api/v1/agent/sync"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n     \"id\": \"1\",\n     \"name\": \"Agent1\"\n    },\n    {\n     \"id\": \"2\",\n     \"name\": \"Agent2\"\n    }\n]"}],"_postman_id":"0539605b-f6af-411d-adcc-bffd48ea5d63"},{"name":"getAgentById","id":"0bdf7b4d-488f-4910-857d-3e1892d4bc86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"ea89ad0a-5c48-404d-927c-3f605037decd","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/agent/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 08 Aug 2024 05:16:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"5145 user\",\n    \"agentId\": \"5145\",\n    \"skillTargetId\": 5042\n}"}],"_postman_id":"0bdf7b4d-488f-4910-857d-3e1892d4bc86"},{"name":"getAgent Pagination","id":"a728b862-d1fa-43bd-96d7-b7b00cb7498e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/agent?limit=100&size=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","agent"],"host":["{{PCS_MOCK}}"],"query":[{"key":"limit","value":"100"},{"key":"size","value":"10"}],"variable":[]}},"response":[{"id":"7537ef2a-1ce2-450c-921f-3dad9c62349e","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{PCS_LOCAL}}/api/v1/agent?pageNumber=0&pageSize=20","host":["{{PCS_LOCAL}}"],"path":["api","v1","agent"],"query":[{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 15 Aug 2024 09:40:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"agents\": [\n        {\n            \"id\": 1,\n            \"name\": \"5145 user\",\n            \"agentId\": \"5145\",\n            \"skillTargetId\": 5042\n        },\n        {\n            \"id\": 2,\n            \"name\": \"6665 ali\",\n            \"agentId\": \"6665\",\n            \"skillTargetId\": 5120\n        },\n        {\n            \"id\": 3,\n            \"name\": \"6666 user\",\n            \"agentId\": \"6666\",\n            \"skillTargetId\": 5043\n        },\n        {\n            \"id\": 4,\n            \"name\": \"9878 9878\",\n            \"agentId\": \"9878\",\n            \"skillTargetId\": 7214\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Abraham.. Lugonzo101\",\n            \"agentId\": \"abraham101\",\n            \"skillTargetId\": 5101\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Adhoc Supervisor\",\n            \"agentId\": \"Supervisor_Adhoc\",\n            \"skillTargetId\": 5046\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Agent 3\",\n            \"agentId\": \"Agent_3\",\n            \"skillTargetId\": 5006\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Agent 4\",\n            \"agentId\": \"Agent_4\",\n            \"skillTargetId\": 5005\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Agent 5\",\n            \"agentId\": \"Agent_5\",\n            \"skillTargetId\": 5009\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Agent 6\",\n            \"agentId\": \"Agent_Saqib_1014\",\n            \"skillTargetId\": 5027\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Agent Saqib\",\n            \"agentId\": \"Agent_Saqib\",\n            \"skillTargetId\": 5011\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Agent_6 Agent\",\n            \"agentId\": \"Agent_6\",\n            \"skillTargetId\": 5029\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Amir Ayub\",\n            \"agentId\": \"amir12\",\n            \"skillTargetId\": 5001\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Arsalan Shah\",\n            \"agentId\": \"arsalan\",\n            \"skillTargetId\": 5104\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Arsalan Shah1\",\n            \"agentId\": \"arsalan1\",\n            \"skillTargetId\": 5131\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Arsalan Shah2\",\n            \"agentId\": \"arsalan2\",\n            \"skillTargetId\": 5132\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Arsalan Shah3\",\n            \"agentId\": \"arsalan3\",\n            \"skillTargetId\": 5133\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Badar Ali2\",\n            \"agentId\": \"CUCM_PG.Ali2_Badar\",\n            \"skillTargetId\": 5112\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Badar  Ali3\",\n            \"agentId\": \"CUCM_PG.Ali3_Badar_\",\n            \"skillTargetId\": 5113\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Badar_Ag 1\",\n            \"agentId\": \"Badar_Ag_1\",\n            \"skillTargetId\": 5056\n        }\n    ],\n    \"total\": 2224\n}"}],"_postman_id":"a728b862-d1fa-43bd-96d7-b7b00cb7498e"}],"id":"8e7d6c2c-bd1e-4c30-825f-dec5afebf832","_postman_id":"8e7d6c2c-bd1e-4c30-825f-dec5afebf832","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"service","item":[{"name":"GetServices","id":"29276ddf-1cbc-49e6-b42f-0cc348cfe805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/service","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","service"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"9a9671e9-d753-4745-bd21-cb43cccafe48","name":"GetServices","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/service"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \" Servics\",\n        \"dialNumber\": \"34534534\",\n        \"description\": \"This is a number\",\n        \"isSync\": false,\n        \"channel\": 2\n    },\n    {\n        \"id\": 2,\n        \"name\": \" Servics\",\n        \"dialNumber\": \"34534534\",\n        \"description\": \"This is a number\",\n        \"isSync\": false,\n        \"channel\": 2\n    }\n]"},{"id":"2394960b-b1be-4795-8cd2-43c4e5c7fca8","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/service/2323"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 06 Aug 2024 10:07:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"a1e52027-0cb7-439a-ab9c-2636269375e4","name":"Get by Id","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/service/9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 Aug 2024 10:07:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 9,\n    \"name\": \" Servics\",\n    \"dialNumber\": \"34534534\",\n    \"description\": \"This is a number\",\n    \"isSync\": false,\n    \"channel\": 2\n}"}],"_postman_id":"29276ddf-1cbc-49e6-b42f-0cc348cfe805"},{"name":"UpdateService","id":"9b2a9fb4-aa37-43da-8a6b-ebeac978fe01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{      \n        \"name\": \" Test\",\n        \"dialNumber\": \"12345\",\n        \"description\": \"This\",\n        \"isSync\": true,\n        \"channel\": 0\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/service/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","service","3"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"1df12a42-4e74-4365-ab19-07d976506365","name":"UpdateService","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{      \n        \"name\": \" Test\",\n        \"dialNumber\": \"12345\",\n        \"description\": \"Okayyy\",\n        \"isSync\": true,\n        \"channel\": 0\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/service/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 03 Aug 2024 07:58:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \" Test\",\n    \"dialNumber\": \"12345\",\n    \"description\": \"Okayyy\",\n    \"isSync\": true,\n    \"channel\": 0\n}"},{"id":"6a929584-466e-4b4f-b528-f682ae453253","name":"404 Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{      \n        \"name\": \" Test 3\",\n        \"dialNumber\": \"12345\",\n        \"description\": \"The test 3 is updated\",\n        \"isSync\": true,\n        \"channel\": 0\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/service/2323"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 06 Aug 2024 10:09:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"7abeb02e-204e-4070-9df8-da69d963e21b","name":"Duplicate Entry 409","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"    {\n       \n        \"name\": \"web1\",\n        \"dialNumber\": \"\",\n        \"description\": \"this is web service\",\n        \"isSync\": false,\n        \"channel\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/service/4"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 07:09:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"error\": \"Service  with the name web1 already exists\"\n}"}],"_postman_id":"9b2a9fb4-aa37-43da-8a6b-ebeac978fe01"},{"name":"CreateService","id":"e5792cfc-4de7-4341-9ffe-4da5d589ee43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \" Servics\",\n        \"dialNumber\": \"34534534\",\n        \"description\": \"This is a number\",\n        \"isSync\": false,\n        \"channel\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/service","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","service"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"10612558-d41b-4b48-8a58-93e2e74165dc","name":"CreateService","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \" Servics\",\n        \"dialNumber\": \"34534534\",\n        \"description\": \"This is a number\",\n        \"isSync\": false,\n        \"channel\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/service"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 03 Aug 2024 07:59:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1002,\n    \"name\": \" Servics\",\n    \"dialNumber\": \"34534534\",\n    \"description\": \"This is a number\",\n    \"isSync\": false,\n    \"channel\": 2\n}"},{"id":"aa459308-6ace-40f3-bdee-8057fa874a8e","name":"Duplicate Entry 409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \" 1231\",\n        \"dialNumber\": \"34534534\",\n        \"description\": \"This is a number\",\n        \"isSync\": false,\n        \"channel\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/service"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Sep 2024 08:19:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"error\": \"Service  with the name  1231 already exists.\"\n}"}],"_postman_id":"e5792cfc-4de7-4341-9ffe-4da5d589ee43"},{"name":"DeleteService","id":"3ad576fd-c8f1-46d7-a09c-b9aa08bf10ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/service/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","service","3"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"b2c9e53d-3594-4c6a-b13d-324f4e9cefb3","name":"DeleteService","originalRequest":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/service/3"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Date","value":"Sat, 03 Aug 2024 07:59:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3ad576fd-c8f1-46d7-a09c-b9aa08bf10ec"}],"id":"d74eac90-d0ab-425c-bf84-db0862c528ff","_postman_id":"d74eac90-d0ab-425c-bf84-db0862c528ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"question","item":[{"name":"GetQuestion","id":"6dca9be1-6bcc-444f-97a5-7746f392aada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/question/10008","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","question","10008"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"0a4e70ee-6ac8-479e-a6af-ed079144ab79","name":"GetAllQuestion","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/question"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 03 Aug 2024 08:03:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"question\": \"What is your favorite programming?\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 4,\n        \"question\": \"What is your favorite ?\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 5,\n        \"question\": \"What is your  ?\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 7,\n        \"question\": \"What is   ?\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 9,\n        \"question\": \"What    ?\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 10,\n        \"question\": \"What  ?\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 11,\n        \"question\": \"What ?\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 12,\n        \"question\": \"What?\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 13,\n        \"question\": \"What\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to understand the preferred programming language among developers.\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    },\n    {\n        \"id\": 14,\n        \"question\": \"Name\",\n        \"answers\": \"Java, Python, JavaScript, C#\",\n        \"description\": \"This question aims to .\",\n        \"fileName\": null,\n        \"type\": 2,\n        \"channel\": 2,\n        \"dateCreated\": 1722241740340,\n        \"lastUpdated\": null,\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"isNps\": null\n    }\n]"},{"id":"4e28d5c7-0c43-49b7-a66e-8f66eb36bbde","name":"NotFound 404","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/questions/3434"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Sat, 03 Aug 2024 10:46:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"c21b71e0-680a-4b76-9f29-5e1d9d144435","name":"getQuestionById","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/questions/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 03 Aug 2024 10:47:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"question\": \"What is your favorite programming?\",\n    \"answers\": \"Java, Python, JavaScript, C#\",\n    \"description\": \"This question aims to understand the preferred programming language among developers.\",\n    \"fileName\": null,\n    \"type\": 2,\n    \"channel\": 2,\n    \"dateCreated\": 1722241740340,\n    \"lastUpdated\": null,\n    \"createdBy\": null,\n    \"updatedBy\": null,\n    \"isNps\": null\n}"}],"_postman_id":"6dca9be1-6bcc-444f-97a5-7746f392aada"},{"name":"CreateQuestion","id":"b224ae9a-e26e-4e6c-b9ec-448484c65a48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"question\": \"Do we resolve your issue ?\",\n    \"answers\": \"Yes, No\",\n    \"description\": \"A    satisfaction\",\n    \"fileName\": \"service_satisfaction.png\",\n    \"type\": 1,  \n    \"channel\": 2,  \n    \"dateCreated\": \"2024-08-08T11:48:13Z\",\n    \"lastUpdated\": \"2024-08-08T11:48:13Z\",\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"isNps\": 0  \n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/questions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","questions"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"0559246e-eb9c-4ac5-9549-040acea98d2b","name":"CreateQuestion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"question\": \"What is your overall satisfaction with our service?\",\n  \"answers\": \"Very Satisfied,Satisfied,Neutral,Dissatisfied,Very Dissatisfied\",\n  \"description\": \"Rate your satisfaction on a scale of 1 to 5.\",\n  \"fileName\": \"satisfaction_survey.json\",\n  \"type\": 2,\n  \"channel\": 2,\n  \"dateCreated\": \"2024-08-02T12:34:56.789Z\",\n  \"lastUpdated\": \"2024-08-02T12:34:56.789Z\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"isNps\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/question"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 03 Aug 2024 08:22:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1008,\n    \"question\": \"What is your overall satisfaction with our service?\",\n    \"answers\": \"Very Satisfied,Satisfied,Neutral,Dissatisfied,Very Dissatisfied\",\n    \"description\": \"Rate your satisfaction on a scale of 1 to 5.\",\n    \"fileName\": \"satisfaction_survey.json\",\n    \"type\": 2,\n    \"channel\": 2,\n    \"dateCreated\": 1722673332841,\n    \"lastUpdated\": 1722673332841,\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"isNps\": 1\n}"},{"id":"31b89631-a432-416e-94c2-49a4ba57192a","name":"BadRequest/ServerError","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"answers\": \"Red,Blue,Green,Yellow\",\n    \"description\": \"A question about color preferences\",\n    \"fileName\": \"color_question.txt\",\n    \"type\": 2,\n    \"channel\": 0,\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"isNps\": 0\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/questions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Sat, 03 Aug 2024 10:48:54 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":null},{"id":"53f99818-6536-4f2d-96f2-5a1c42e7301b","name":"Duplicate Entry 409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"question\": \"question1\",\n        \"answers\": \"\",\n        \"description\": \"\",\n        \"fileName\": \"Treated_Question.wav\",\n        \"type\": 0,\n        \"channel\": 1,\n        \"dateCreated\": 1725505997698,\n        \"lastUpdated\": 1725505997698,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"isNps\": 1\n    }\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/questions"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Sep 2024 08:05:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Question with name question1 already exists.\",\n    \"status\": 409\n}"}],"_postman_id":"b224ae9a-e26e-4e6c-b9ec-448484c65a48"},{"name":"UpdateQuestion","id":"dc65911a-f247-4130-b2e5-e2730360dd6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{PCS_MOCK}}/api/v1/question/10008","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","question","10008"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"ecf95526-84bd-4065-8c95-0b305a08c6c1","name":"UpdateQuestion","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"question\": \"Your favorite color?\",\n    \"answers\": \"Red,Blue,Green,Yellow\",\n    \"description\": \"A question about color preferences\",\n    \"fileName\": \"color_question.txt\",\n    \"type\": 2,\n    \"channel\": 0,\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"isNps\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/question/1009"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 03 Aug 2024 08:24:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1009,\n    \"question\": \"Your favorite color?\",\n    \"answers\": \"Red,Blue,Green,Yellow\",\n    \"description\": \"A question about color preferences\",\n    \"fileName\": \"color_question.txt\",\n    \"type\": 2,\n    \"channel\": 0,\n    \"dateCreated\": null,\n    \"lastUpdated\": 1722673490852,\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"isNps\": 0\n}"},{"id":"e62efc54-b6bc-411a-a9bb-5396661b31d5","name":"404 NotFound","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"question\": \"programming?\",\n    \"answers\": \"avaScript, C#\",\n    \"description\": \"This question aims to understand the preferred programming language among developers.\",\n    \"fileName\": null,\n    \"type\": 2,\n    \"channel\": 2,\n    \"dateCreated\": 1722241740340,\n    \"lastUpdated\": null,\n    \"createdBy\": null,\n    \"updatedBy\": null,\n    \"isNps\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/questions/121212"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Sat, 03 Aug 2024 10:52:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"0b12d1e9-cbe7-4128-88a7-5c3ae8713cb6","name":"Duplicate Entry 409","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"question\": \"usama testing\",\n    \"answers\": \"Red,Blue,Green,Yellow\",\n    \"description\": \"A question about color preferences\",\n    \"fileName\": \"color_question.txt\",\n    \"type\": 2,\n    \"channel\": 0,\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"isNps\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/questions/1"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 07:11:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Message\": \"Question with name usama testing already exists\"\n}"}],"_postman_id":"dc65911a-f247-4130-b2e5-e2730360dd6e"},{"name":"DeleteQuestion","id":"b54702ed-2542-460e-ba82-046ae83186b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/question/10008","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","question","10008"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"943e27f2-bbdd-4f30-8c15-23f7b81ba60a","name":"404 Not found","originalRequest":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/questions/10095"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Sat, 03 Aug 2024 10:59:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"296f5c2e-093e-448d-aa48-9b6e6c1f1a13","name":"DeleteQuestion","originalRequest":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/questions/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 03 Aug 2024 11:00:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"question\": \"What is your favorite ?\",\n    \"answers\": \"Java, Python, JavaScript, C#\",\n    \"description\": \"This question aims to understand the preferred programming language among developers.\",\n    \"fileName\": null,\n    \"type\": 2,\n    \"channel\": 2,\n    \"dateCreated\": 1722241740340,\n    \"lastUpdated\": null,\n    \"createdBy\": null,\n    \"updatedBy\": null,\n    \"isNps\": null\n}"}],"_postman_id":"b54702ed-2542-460e-ba82-046ae83186b5"}],"id":"19eaf51a-58c3-4f1f-97ff-8db0507d4185","_postman_id":"19eaf51a-58c3-4f1f-97ff-8db0507d4185","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"survey","item":[{"name":"notification-rules","item":[{"name":"CreateNotification","id":"d43a682f-3826-4ba4-b4c2-78e174be1817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Survey Feedback\",\n    \"survey\": 101,\n    \"dissatisfiedAnswers\": 5,\n    \"averageRating\": 4.2,\n    \"emailAddress\": \"feedback@example.com\",\n    \"subject\": \"Survey Results\",\n    \"version\": 1\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/notification","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","notification"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"0539e499-6c23-4218-a478-b5b0433579c7","name":"CreateNotification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Survey Feedback\",\n    \"surveyId\": 101,\n    \"dissatisfiedAnswers\": 5,\n    \"averageRating\": 4.2,\n    \"emailAddress\": \"feedback@example.com\",\n    \"subject\": \"Survey Results\",\n    \"version\": 1\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/notification"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 19 Aug 2024 16:44:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Survey Feedback\",\n    \"surveyId\": 101,\n    \"dissatisfiedAnswers\": 5,\n    \"averageRating\": 4.2,\n    \"emailAddress\": \"feedback@example.com\",\n    \"subject\": \"Survey Results\",\n    \"version\": 1\n}"},{"id":"b0db4e3f-f71a-49f5-b106-6ed765c41471","name":"Duplicate Entry 409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Survey Feedback\",\n    \"surveyId\": 101,\n    \"dissatisfiedAnswers\": 5,\n    \"averageRating\": 4.2,\n    \"emailAddress\": \"feedback@example.com\",\n    \"subject\": \"Survey Results\",\n    \"version\": 1\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/notification"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Sep 2024 11:31:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Message\": \"Notification with a name Survey Feedback already exists.\"\n}"}],"_postman_id":"d43a682f-3826-4ba4-b4c2-78e174be1817"},{"name":"UpdateNotification","id":"da6a4840-78d8-4246-8dac-4405b72ea6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{PCS_MOCK}}/api/v1/notification/10008","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","notification","10008"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"8f43b377-7615-4462-9bc4-84a7b3e76c6c","name":"Duplicate Entry 409","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \n    \"name\": \"Feedbacks\",\n    \"surveyId\": 101,\n    \"dissatisfiedAnswers\": 5,\n    \"averageRating\": 4.2,\n    \"emailAddress\": \"feedback@example.com\",\n    \"subject\": \"juk\",\n    \"version\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/notification/10008"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 10:24:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Error\": \"Notification with name Feedbacks already exists\"\n}"}],"_postman_id":"da6a4840-78d8-4246-8dac-4405b72ea6e7"},{"name":"GetNotification","id":"31662ed7-506c-4562-ae98-b9bab04ee4ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/notification/10008","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","notification","10008"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31662ed7-506c-4562-ae98-b9bab04ee4ba"},{"name":"DeleteNotification","id":"d9bebf30-0626-4e1c-9d82-b5d667a5c78e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/notification/10008","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","notification","10008"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9bebf30-0626-4e1c-9d82-b5d667a5c78e"}],"id":"17d8cb61-0a55-4951-bb3d-f6d25662bdd4","_postman_id":"17d8cb61-0a55-4951-bb3d-f6d25662bdd4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"schedule","item":[{"name":"CreateSurveySchedule","id":"3f67161a-4af3-468e-a1de-7ff23f85d824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Monthly Review\",\n    \"description\": \"A survey conducted monthly to review progress.\",\n    \"repeated\": 3, \n    \"days\": [\n        \"Monday\",\n        \"Friday\"\n    ],\n    \"startTime\": \"10:00:00\",\n    \"endTime\": \"16:00:00\",\n    \"startDate\": \"2024-08-01\",\n    \"endDate\": \"2025-07-31\",\n    \"dateCreated\": \"2024-07-29T12:00:00Z\", \n    \"lastUpdated\": \"2024-07-29T12:00:00Z\", \n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"surveyId\": 42 \n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/schedule-survey","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","schedule-survey"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"df1ec3a3-2284-4994-ad44-0e7affa9d06c","name":"CreateSurveySchedule","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Monthly Review\",\n    \"description\": \"A survey conducted monthly to review progress.\",\n    \"repeated\": 3, \n    \"days\": [\n        \"Monday\",\n        \"Friday\"\n    ],\n    \"startTime\": \"10:00:00\",\n    \"endTime\": \"16:00:00\",\n    \"startDate\": \"2024-08-01\",\n    \"endDate\": \"2025-07-31\",\n    \"dateCreated\": \"2024-07-29T12:00:00Z\", \n    \"lastUpdated\": \"2024-07-29T12:00:00Z\", \n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"surveyId\": 42 \n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/schedule-survey"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 19 Aug 2024 16:28:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10002,\n    \"name\": \"Monthly Review\",\n    \"description\": \"A survey conducted monthly to review progress.\",\n    \"repeated\": 3,\n    \"days\": [\n        \"Monday\",\n        \"Friday\"\n    ],\n    \"startTime\": [\n        10,\n        0\n    ],\n    \"endTime\": [\n        16,\n        0\n    ],\n    \"startDate\": [\n        2024,\n        8,\n        1\n    ],\n    \"endDate\": [\n        2025,\n        7,\n        31\n    ],\n    \"dateCreated\": 1724084899795,\n    \"lastUpdated\": 1724084899795,\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"surveyId\": 42,\n    \"repeatedString\": \"Monthly\"\n}"}],"_postman_id":"3f67161a-4af3-468e-a1de-7ff23f85d824"},{"name":"GetSurveySchedule","id":"bd6d6a2b-7084-454e-9902-ceb18cb7c27e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_LOCAL}}/api/v1/schedule-survey","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","schedule-survey"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd6d6a2b-7084-454e-9902-ceb18cb7c27e"},{"name":"UpdateSurveyShcedule","id":"84119bd8-1d2b-4bfe-9710-d9a5ff9008a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Monthly testing Review\",\n    \"description\": \"A survey conducted monthly to review progress.\",\n    \"repeated\": 3, \n    \"days\": [\n        \"Monday\",\n        \"Friday\"\n    ],\n    \"startTime\": \"10:00:00\",\n    \"endTime\": \"16:00:00\",\n    \"startDate\": \"2024-08-01\",\n    \"endDate\": \"2025-07-31\",\n    \"dateCreated\": \"2024-07-29T12:00:00Z\", \n    \"lastUpdated\": \"2024-07-29T12:00:00Z\", \n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"survey\": 42 \n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/schedule-survey/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","schedule-survey","1"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84119bd8-1d2b-4bfe-9710-d9a5ff9008a6"},{"name":"DeleteSurvey","id":"c4dd6c00-dde7-4072-ba31-57484a160733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"c4dd6c00-dde7-4072-ba31-57484a160733"}],"id":"597637e5-31d0-455b-bea0-71578810326d","_postman_id":"597637e5-31d0-455b-bea0-71578810326d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"manageSurvey","item":[{"name":"GetSurveyList","id":"fedd9059-9c1b-4f9d-a607-c5a4f53b7359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Survey Updated with Id 2\",\n  \"description\": \"Survey levels.\",\n  \"status\": 1,\n  \"notificationStatus\": 0,\n  \"scoreBased\": 1,\n  \"questionsType\": 0,\n  \"type\": 2,\n  \"channel\": 0,\n  \"callAfter\": 24,\n  \"record\": 1,\n  \"switchLanguage\": 0,\n  \"smsType\": 0,\n  \"service\": 1001,\n  \"responseLimit\": 500,\n  \"quotaDays\": 30,\n  \"quotaRenewalDate\": \"2023-08-01T00:00:00Z\",\n  \"language\": 1,\n  \"agent\": \"Agent001\",\n  \"excellentLevel\": 4,\n  \"goodLevel\": 3,\n  \"adequateLevel\": 2,\n  \"poorLevel\": 1,\n  \"veryPoorLevel\": 0,\n  \"dateCreated\": \"2023-07-01T12:00:00Z\",\n  \"lastUpdated\": \"2023-07-29T12:00:00Z\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"question1\": 101,\n  \"question1Weight\": 20,\n  \"question2\": 102,\n  \"question2Weight\": 15,\n  \"question3\": 103,\n  \"question3Weight\": 10,\n  \"question4\": 104,\n  \"question4Weight\": 10,\n  \"question5\": 105,\n  \"question5Weight\": 10,\n  \"question6\": 106,\n  \"question6Weight\": 10,\n  \"question7\": 107,\n  \"question7Weight\": 10,\n  \"question8\": 108,\n  \"question8Weight\": 5,\n  \"question9\": 109,\n  \"question9Weight\": 5,\n  \"question10\": 110,\n  \"question10Weight\": 5,\n  \"welcomePrompt\": \"Welcome to our survey!\",\n  \"goodbyePrompt\": \"Thank you for completing the survey.\",\n  \"startDateTime\": \"2023-07-01T09:00:00Z\",\n  \"endDateTime\": \"2023-07-31T18:00:00Z\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"c1b45630-616e-4964-89c3-04a19e0a181f","name":"GetSurveyList","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Survey Updated with Id 2\",\n  \"description\": \"Survey levels.\",\n  \"status\": 1,\n  \"notificationStatus\": 0,\n  \"scoreBased\": 1,\n  \"questionsType\": 0,\n  \"type\": 2,\n  \"channel\": 0,\n  \"callAfter\": 24,\n  \"record\": 1,\n  \"switchLanguage\": 0,\n  \"smsType\": 0,\n  \"service\": 1001,\n  \"responseLimit\": 500,\n  \"quotaDays\": 30,\n  \"quotaRenewalDate\": \"2023-08-01T00:00:00Z\",\n  \"language\": 1,\n  \"agent\": \"Agent001\",\n  \"excellentLevel\": 4,\n  \"goodLevel\": 3,\n  \"adequateLevel\": 2,\n  \"poorLevel\": 1,\n  \"veryPoorLevel\": 0,\n  \"dateCreated\": \"2023-07-01T12:00:00Z\",\n  \"lastUpdated\": \"2023-07-29T12:00:00Z\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"question1\": 101,\n  \"question1Weight\": 20,\n  \"question2\": 102,\n  \"question2Weight\": 15,\n  \"question3\": 103,\n  \"question3Weight\": 10,\n  \"question4\": 104,\n  \"question4Weight\": 10,\n  \"question5\": 105,\n  \"question5Weight\": 10,\n  \"question6\": 106,\n  \"question6Weight\": 10,\n  \"question7\": 107,\n  \"question7Weight\": 10,\n  \"question8\": 108,\n  \"question8Weight\": 5,\n  \"question9\": 109,\n  \"question9Weight\": 5,\n  \"question10\": 110,\n  \"question10Weight\": 5,\n  \"welcomePrompt\": \"Welcome to our survey!\",\n  \"goodbyePrompt\": \"Thank you for completing the survey.\",\n  \"startDateTime\": \"2023-07-01T09:00:00Z\",\n  \"endDateTime\": \"2023-07-31T18:00:00Z\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 25 Aug 2024 05:57:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Test22 Testing\",\n        \"description\": \"Survey to gauge customer satisfaction levels.\",\n        \"status\": 0,\n        \"notificationStatus\": 0,\n        \"scoreBased\": 1,\n        \"questionsType\": 0,\n        \"type\": 2,\n        \"channel\": 0,\n        \"callAfter\": 24,\n        \"record\": 1,\n        \"switchLanguage\": 0,\n        \"smsType\": 0,\n        \"service\": 1004,\n        \"responseLimit\": 500,\n        \"quotaDays\": 30,\n        \"quotaRenewalDate\": 1690848000000,\n        \"language\": 1,\n        \"agent\": \"Agent001\",\n        \"excellentLevel\": 4,\n        \"goodLevel\": 3,\n        \"adequateLevel\": 2,\n        \"poorLevel\": 1,\n        \"veryPoorLevel\": 0,\n        \"dateCreated\": 1688212800000,\n        \"lastUpdated\": 1690632000000,\n        \"createdBy\": \"admin\",\n        \"updatedBy\": \"admin\",\n        \"question1\": 3,\n        \"question1Weight\": 20,\n        \"question2\": 5,\n        \"question2Weight\": 15,\n        \"question3\": 7,\n        \"question3Weight\": 10,\n        \"question4\": 0,\n        \"question4Weight\": 10,\n        \"question5\": 10,\n        \"question5Weight\": 10,\n        \"question6\": 11,\n        \"question6Weight\": 10,\n        \"question7\": 12,\n        \"question7Weight\": 10,\n        \"question8\": 13,\n        \"question8Weight\": 5,\n        \"question9\": 14,\n        \"question9Weight\": 5,\n        \"question10\": 1008,\n        \"question10Weight\": 5,\n        \"welcomePrompt\": \"Welcome to our survey!\",\n        \"goodbyePrompt\": \"Thank you for completing the survey.\",\n        \"startDateTime\": 1688202000000,\n        \"endDateTime\": 1690826400000,\n        \"serviceName\": \" Service11\",\n        \"agentName\": null,\n        \"question1Name\": null,\n        \"question2Name\": null,\n        \"question3Name\": null,\n        \"question4Name\": null,\n        \"question5Name\": null,\n        \"question6Name\": null,\n        \"question7Name\": null,\n        \"question8Name\": null,\n        \"question9Name\": null,\n        \"question10Name\": null\n    },\n    {\n        \"id\": 3,\n        \"name\": \"New\",\n        \"description\": \"Survey to gauge customer satisfaction levels.\",\n        \"status\": 0,\n        \"notificationStatus\": 0,\n        \"scoreBased\": 1,\n        \"questionsType\": 0,\n        \"type\": 2,\n        \"channel\": 0,\n        \"callAfter\": 24,\n        \"record\": 1,\n        \"switchLanguage\": 0,\n        \"smsType\": 0,\n        \"service\": 2,\n        \"responseLimit\": 500,\n        \"quotaDays\": 30,\n        \"quotaRenewalDate\": 1690848000000,\n        \"language\": 1,\n        \"agent\": \"Agent001\",\n        \"excellentLevel\": 4,\n        \"goodLevel\": 3,\n        \"adequateLevel\": 2,\n        \"poorLevel\": 1,\n        \"veryPoorLevel\": 0,\n        \"dateCreated\": 1688212800000,\n        \"lastUpdated\": 1690632000000,\n        \"createdBy\": \"admin\",\n        \"updatedBy\": \"admin\",\n        \"question1\": 101,\n        \"question1Weight\": 20,\n        \"question2\": 102,\n        \"question2Weight\": 15,\n        \"question3\": 103,\n        \"question3Weight\": 10,\n        \"question4\": 104,\n        \"question4Weight\": 10,\n        \"question5\": 105,\n        \"question5Weight\": 10,\n        \"question6\": 106,\n        \"question6Weight\": 10,\n        \"question7\": 107,\n        \"question7Weight\": 10,\n        \"question8\": 108,\n        \"question8Weight\": 5,\n        \"question9\": 109,\n        \"question9Weight\": 5,\n        \"question10\": 110,\n        \"question10Weight\": 5,\n        \"welcomePrompt\": \"Welcome to our survey!\",\n        \"goodbyePrompt\": \"Thank you for completing the survey.\",\n        \"startDateTime\": 1688202000000,\n        \"endDateTime\": 1690826400000,\n        \"serviceName\": \" Service2\",\n        \"agentName\": null,\n        \"question1Name\": null,\n        \"question2Name\": null,\n        \"question3Name\": null,\n        \"question4Name\": null,\n        \"question5Name\": null,\n        \"question6Name\": null,\n        \"question7Name\": null,\n        \"question8Name\": null,\n        \"question9Name\": null,\n        \"question10Name\": null\n    },\n    {\n        \"id\": 10002,\n        \"name\": \"Test22 Survey\",\n        \"description\": \"Survey to gauge  satisfaction levels.\",\n        \"status\": 0,\n        \"notificationStatus\": 0,\n        \"scoreBased\": 1,\n        \"questionsType\": 0,\n        \"type\": 2,\n        \"channel\": 2,\n        \"callAfter\": 24,\n        \"record\": 1,\n        \"switchLanguage\": 0,\n        \"smsType\": 0,\n        \"service\": 1,\n        \"responseLimit\": 500,\n        \"quotaDays\": 30,\n        \"quotaRenewalDate\": 1690848000000,\n        \"language\": 1,\n        \"agent\": \"Agent001\",\n        \"excellentLevel\": 4,\n        \"goodLevel\": 3,\n        \"adequateLevel\": 2,\n        \"poorLevel\": 1,\n        \"veryPoorLevel\": 0,\n        \"dateCreated\": 1688212800000,\n        \"lastUpdated\": 1690632000000,\n        \"createdBy\": \"admin\",\n        \"updatedBy\": \"admin\",\n        \"question1\": 101,\n        \"question1Weight\": 20,\n        \"question2\": 102,\n        \"question2Weight\": 15,\n        \"question3\": 103,\n        \"question3Weight\": 10,\n        \"question4\": 104,\n        \"question4Weight\": 10,\n        \"question5\": 105,\n        \"question5Weight\": 10,\n        \"question6\": 106,\n        \"question6Weight\": 10,\n        \"question7\": 107,\n        \"question7Weight\": 10,\n        \"question8\": 108,\n        \"question8Weight\": 5,\n        \"question9\": 109,\n        \"question9Weight\": 5,\n        \"question10\": 110,\n        \"question10Weight\": 5,\n        \"welcomePrompt\": \"Welcome to our survey!\",\n        \"goodbyePrompt\": \"Thank you for completing the survey.\",\n        \"startDateTime\": 1688202000000,\n        \"endDateTime\": 1690826400000,\n        \"serviceName\": \" Service1\",\n        \"agentName\": null,\n        \"question1Name\": null,\n        \"question2Name\": null,\n        \"question3Name\": null,\n        \"question4Name\": null,\n        \"question5Name\": null,\n        \"question6Name\": null,\n        \"question7Name\": null,\n        \"question8Name\": null,\n        \"question9Name\": null,\n        \"question10Name\": null\n    }\n]"}],"_postman_id":"fedd9059-9c1b-4f9d-a607-c5a4f53b7359"},{"name":"Create Survey","id":"e62aa80c-2e1d-4266-8aa2-aec94d6dae0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"   {\n        \"name\": \"test1\",\n        \"description\": \"this is testing question\",\n        \"status\": 0,\n        \"notificationStatus\": 0,\n        \"scoreBased\": 0,\n        \"questionsType\": 0,\n        \"type\": 0,\n        \"channel\": 0,\n        \"callAfter\": 0,\n        \"record\": 0,\n        \"switchLanguage\": 0,\n        \"smsType\": 0,\n        \"serviceId\": 3,\n        \"responseLimit\": null,\n        \"quotaDays\": null,\n        \"quotaRenewalDate\": null,\n        \"language\": null,\n        \"agentId\": 1,\n        \"excellentLevel\": 100,\n        \"goodLevel\": 90,\n        \"adequateLevel\": 80,\n        \"poorLevel\": 70,\n        \"veryPoorLevel\": 0,\n        \"dateCreated\": 1725514213504,\n        \"lastUpdated\": 1725514273376,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"question1\": 11,\n        \"question1Weight\": 100,\n        \"question2\": null,\n        \"question2Weight\": 12,\n        \"question3\": null,\n        \"question3Weight\": 23,\n        \"question4\": null,\n        \"question4Weight\": 32,\n        \"question5\": null,\n        \"question5Weight\": 33,\n        \"question6\": null,\n        \"question6Weight\": 23,\n        \"question7\": null,\n        \"question7Weight\": 12,\n        \"question8\": null,\n        \"question8Weight\": 17,\n        \"question9\": null,\n        \"question9Weight\": 23,\n        \"question10\": 4,\n        \"question10Weight\": 0,\n        \"welcomePrompt\": \"Experiance_Question.wav\",\n        \"goodbyePrompt\": \"Satisfied_Question.wav\",\n        \"startDateTime\": null,\n        \"endDateTime\": null,\n        \"serviceName\": \"1231\",\n        \"agentName\": null,\n        \"question1Name\": null,\n        \"question2Name\": null,\n        \"question3Name\": null,\n        \"question4Name\": null,\n        \"question5Name\": null,\n        \"question6Name\": null,\n        \"question7Name\": null,\n        \"question8Name\": null,\n        \"question9Name\": null,\n        \"question10Name\": null,\n        \"agentSkillId\": null\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"824110a8-780b-4bc2-bd8e-82eb51eb700b","name":"Duplicate Entry 409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"   {\n        \"name\": \"test1\",\n        \"description\": \"this is testing question\",\n        \"status\": 0,\n        \"notificationStatus\": 0,\n        \"scoreBased\": 0,\n        \"questionsType\": 0,\n        \"type\": 0,\n        \"channel\": 0,\n        \"callAfter\": 0,\n        \"record\": 0,\n        \"switchLanguage\": 0,\n        \"smsType\": 0,\n        \"serviceId\": 3,\n        \"responseLimit\": null,\n        \"quotaDays\": null,\n        \"quotaRenewalDate\": null,\n        \"language\": null,\n        \"agentId\": 1,\n        \"excellentLevel\": 100,\n        \"goodLevel\": 90,\n        \"adequateLevel\": 80,\n        \"poorLevel\": 70,\n        \"veryPoorLevel\": 0,\n        \"dateCreated\": 1725514213504,\n        \"lastUpdated\": 1725514273376,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"question1\": 11,\n        \"question1Weight\": 100,\n        \"question2\": null,\n        \"question2Weight\": 12,\n        \"question3\": null,\n        \"question3Weight\": 23,\n        \"question4\": null,\n        \"question4Weight\": 32,\n        \"question5\": null,\n        \"question5Weight\": 33,\n        \"question6\": null,\n        \"question6Weight\": 23,\n        \"question7\": null,\n        \"question7Weight\": 12,\n        \"question8\": null,\n        \"question8Weight\": 17,\n        \"question9\": null,\n        \"question9Weight\": 23,\n        \"question10\": 4,\n        \"question10Weight\": 0,\n        \"welcomePrompt\": \"Experiance_Question.wav\",\n        \"goodbyePrompt\": \"Satisfied_Question.wav\",\n        \"startDateTime\": null,\n        \"endDateTime\": null,\n        \"serviceName\": \"1231\",\n        \"agentName\": null,\n        \"question1Name\": null,\n        \"question2Name\": null,\n        \"question3Name\": null,\n        \"question4Name\": null,\n        \"question5Name\": null,\n        \"question6Name\": null,\n        \"question7Name\": null,\n        \"question8Name\": null,\n        \"question9Name\": null,\n        \"question10Name\": null,\n        \"agentSkillId\": null\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Sep 2024 08:42:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Error\": \"Survey with a name already exists\"\n}"},{"id":"8a4a9a15-225a-4889-83ed-5793da7f54ba","name":"Create Survey","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"   {\n        \"name\": \"test1222\",\n        \"description\": \"this is testing question\",\n        \"status\": 0,\n        \"notificationStatus\": 0,\n        \"scoreBased\": 0,\n        \"questionsType\": 0,\n        \"type\": 0,\n        \"channel\": 0,\n        \"callAfter\": 0,\n        \"record\": 0,\n        \"switchLanguage\": 0,\n        \"smsType\": 0,\n        \"serviceId\": 3,\n        \"responseLimit\": null,\n        \"quotaDays\": null,\n        \"quotaRenewalDate\": null,\n        \"language\": null,\n        \"agentId\": 1,\n        \"excellentLevel\": 100,\n        \"goodLevel\": 90,\n        \"adequateLevel\": 80,\n        \"poorLevel\": 70,\n        \"veryPoorLevel\": 0,\n        \"dateCreated\": 1725514213504,\n        \"lastUpdated\": 1725514273376,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"question1\": 11,\n        \"question1Weight\": 100,\n        \"question2\": null,\n        \"question2Weight\": 12,\n        \"question3\": null,\n        \"question3Weight\": 23,\n        \"question4\": null,\n        \"question4Weight\": 32,\n        \"question5\": null,\n        \"question5Weight\": 33,\n        \"question6\": null,\n        \"question6Weight\": 23,\n        \"question7\": null,\n        \"question7Weight\": 12,\n        \"question8\": null,\n        \"question8Weight\": 17,\n        \"question9\": null,\n        \"question9Weight\": 23,\n        \"question10\": 4,\n        \"question10Weight\": 0,\n        \"welcomePrompt\": \"Experiance_Question.wav\",\n        \"goodbyePrompt\": \"Satisfied_Question.wav\",\n        \"startDateTime\": null,\n        \"endDateTime\": null,\n        \"serviceName\": \"1231\",\n        \"agentName\": null,\n        \"question1Name\": null,\n        \"question2Name\": null,\n        \"question3Name\": null,\n        \"question4Name\": null,\n        \"question5Name\": null,\n        \"question6Name\": null,\n        \"question7Name\": null,\n        \"question8Name\": null,\n        \"question9Name\": null,\n        \"question10Name\": null,\n        \"agentSkillId\": null\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Sep 2024 08:43:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10026,\n    \"name\": \"test1222\",\n    \"description\": \"this is testing question\",\n    \"status\": 0,\n    \"notificationStatus\": 0,\n    \"scoreBased\": 0,\n    \"questionsType\": 0,\n    \"type\": 0,\n    \"channel\": 0,\n    \"callAfter\": 0,\n    \"record\": 0,\n    \"switchLanguage\": 0,\n    \"smsType\": 0,\n    \"serviceId\": 3,\n    \"responseLimit\": null,\n    \"quotaDays\": null,\n    \"quotaRenewalDate\": null,\n    \"language\": null,\n    \"agentId\": 1,\n    \"excellentLevel\": 100,\n    \"goodLevel\": 90,\n    \"adequateLevel\": 80,\n    \"poorLevel\": 70,\n    \"veryPoorLevel\": 0,\n    \"dateCreated\": 1725514213504,\n    \"lastUpdated\": 1725514273376,\n    \"createdBy\": \"pcs\",\n    \"updatedBy\": \"pcs\",\n    \"question1\": 11,\n    \"question1Weight\": 100,\n    \"question2\": null,\n    \"question2Weight\": 12,\n    \"question3\": null,\n    \"question3Weight\": 23,\n    \"question4\": null,\n    \"question4Weight\": 32,\n    \"question5\": null,\n    \"question5Weight\": 33,\n    \"question6\": null,\n    \"question6Weight\": 23,\n    \"question7\": null,\n    \"question7Weight\": 12,\n    \"question8\": null,\n    \"question8Weight\": 17,\n    \"question9\": null,\n    \"question9Weight\": 23,\n    \"question10\": 4,\n    \"question10Weight\": 0,\n    \"welcomePrompt\": \"Experiance_Question.wav\",\n    \"goodbyePrompt\": \"Satisfied_Question.wav\",\n    \"startDateTime\": null,\n    \"endDateTime\": null,\n    \"serviceName\": \"1231\",\n    \"agentName\": null,\n    \"question1Name\": null,\n    \"question2Name\": null,\n    \"question3Name\": null,\n    \"question4Name\": null,\n    \"question5Name\": null,\n    \"question6Name\": null,\n    \"question7Name\": null,\n    \"question8Name\": null,\n    \"question9Name\": null,\n    \"question10Name\": null,\n    \"agentSkillId\": null\n}"}],"_postman_id":"e62aa80c-2e1d-4266-8aa2-aec94d6dae0a"},{"name":"UpdateSurvey","id":"2d30e8dc-2909-4427-952c-fa75319db838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test22 Testing\",\n  \"description\": \"Survey to gauge customer satisfaction levels.\",\n  \"status\": 1,\n  \"notificationStatus\": 0,\n  \"scoreBased\": 1,\n  \"questionsType\": 0,\n  \"type\": 2,\n  \"channel\": 0,\n  \"callAfter\": 24,\n  \"record\": 1,\n  \"switchLanguage\": 0,\n  \"smsType\": 0,\n  \"service\": 1001,\n  \"responseLimit\": 500,\n  \"quotaDays\": 30,\n  \"quotaRenewalDate\": \"2023-08-01T00:00:00Z\",\n  \"language\": 1,\n  \"agent\": \"Agent001\",\n  \"excellentLevel\": 4,\n  \"goodLevel\": 3,\n  \"adequateLevel\": 2,\n  \"poorLevel\": 1,\n  \"veryPoorLevel\": 0,\n  \"dateCreated\": \"2023-07-01T12:00:00Z\",\n  \"lastUpdated\": \"2023-07-29T12:00:00Z\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"question1\": 101,\n  \"question1Weight\": 20,\n  \"question2\": 102,\n  \"question2Weight\": 15,\n  \"question3\": 103,\n  \"question3Weight\": 10,\n  \"question4\": 104,\n  \"question4Weight\": 10,\n  \"question5\": 105,\n  \"question5Weight\": 10,\n  \"question6\": 106,\n  \"question6Weight\": 10,\n  \"question7\": 107,\n  \"question7Weight\": 10,\n  \"question8\": 108,\n  \"question8Weight\": 5,\n  \"question9\": 109,\n  \"question9Weight\": 5,\n  \"question10\": 110,\n  \"question10Weight\": 5,\n  \"welcomePrompt\": \"Welcome to our survey!\",\n  \"goodbyePrompt\": \"Thank you for completing the survey.\",\n  \"startDateTime\": \"2023-07-01T09:00:00Z\",\n  \"endDateTime\": \"2023-07-31T18:00:00Z\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey","1"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"81711e57-eef2-43f4-a08b-ec5f460ea557","name":"Duplicate Entry 409","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"   {\n        \"name\": \"test1222\",\n        \"description\": \"this is testing question\",\n        \"status\": 0,\n        \"notificationStatus\": 0,\n        \"scoreBased\": 0,\n        \"questionsType\": 0,\n        \"type\": 0,\n        \"channel\": 0,\n        \"callAfter\": 0,\n        \"record\": 0,\n        \"switchLanguage\": 0,\n        \"smsType\": 0,\n        \"serviceId\": 3,\n        \"responseLimit\": null,\n        \"quotaDays\": null,\n        \"quotaRenewalDate\": null,\n        \"language\": null,\n        \"agentId\": 1,\n        \"excellentLevel\": 100,\n        \"goodLevel\": 90,\n        \"adequateLevel\": 80,\n        \"poorLevel\": 70,\n        \"veryPoorLevel\": 0,\n        \"dateCreated\": 1725514213504,\n        \"lastUpdated\": 1725514273376,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"question1\": 11,\n        \"question1Weight\": 100,\n        \"question2\": null,\n        \"question2Weight\": 12,\n        \"question3\": null,\n        \"question3Weight\": 23,\n        \"question4\": null,\n        \"question4Weight\": 32,\n        \"question5\": null,\n        \"question5Weight\": 33,\n        \"question6\": null,\n        \"question6Weight\": 23,\n        \"question7\": null,\n        \"question7Weight\": 12,\n        \"question8\": null,\n        \"question8Weight\": 17,\n        \"question9\": null,\n        \"question9Weight\": 23,\n        \"question10\": 4,\n        \"question10Weight\": 0,\n        \"welcomePrompt\": \"Experiance_Question.wav\",\n        \"goodbyePrompt\": \"Satisfied_Question.wav\",\n        \"startDateTime\": null,\n        \"endDateTime\": null,\n        \"serviceName\": \"1231\",\n        \"agentName\": null,\n        \"question1Name\": null,\n        \"question2Name\": null,\n        \"question3Name\": null,\n        \"question4Name\": null,\n        \"question5Name\": null,\n        \"question6Name\": null,\n        \"question7Name\": null,\n        \"question8Name\": null,\n        \"question9Name\": null,\n        \"question10Name\": null\n        \n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey/1"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 07:19:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Error\": \"Survey with nametest1222 already exists\"\n}"},{"id":"996a016f-40b0-452a-9164-51143cbd704c","name":"Duplicate Entry 409","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"   {\n        \"name\": \"Duplicate Test\",\n        \"description\": \"this is testing question\",\n        \"status\": 0,\n        \"notificationStatus\": 0,\n        \"scoreBased\": 0,\n        \"questionsType\": 0,\n        \"type\": 0,\n        \"channel\": 0,\n        \"callAfter\": 0,\n        \"record\": 0,\n        \"switchLanguage\": 0,\n        \"smsType\": 0,\n        \"serviceId\": 3,\n        \"responseLimit\": null,\n        \"quotaDays\": null,\n        \"quotaRenewalDate\": null,\n        \"language\": null,\n        \"agentId\": 1,\n        \"excellentLevel\": 100,\n        \"goodLevel\": 90,\n        \"adequateLevel\": 80,\n        \"poorLevel\": 70,\n        \"veryPoorLevel\": 0,\n        \"dateCreated\": 1725514213504,\n        \"lastUpdated\": 1725514273376,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"question1\": 11,\n        \"question1Weight\": 100,\n        \"question2\": null,\n        \"question2Weight\": 12,\n        \"question3\": null,\n        \"question3Weight\": 23,\n        \"question4\": null,\n        \"question4Weight\": 32,\n        \"question5\": null,\n        \"question5Weight\": 33,\n        \"question6\": null,\n        \"question6Weight\": 23,\n        \"question7\": null,\n        \"question7Weight\": 12,\n        \"question8\": null,\n        \"question8Weight\": 17,\n        \"question9\": null,\n        \"question9Weight\": 23,\n        \"question10\": 4,\n        \"question10Weight\": 0,\n        \"welcomePrompt\": \"Experiance_Question.wav\",\n        \"goodbyePrompt\": \"Satisfied_Question.wav\",\n        \"startDateTime\": null,\n        \"endDateTime\": null,\n        \"serviceName\": \"1231\",\n        \"agentName\": null,\n        \"question1Name\": null,\n        \"question2Name\": null,\n        \"question3Name\": null,\n        \"question4Name\": null,\n        \"question5Name\": null,\n        \"question6Name\": null,\n        \"question7Name\": null,\n        \"question8Name\": null,\n        \"question9Name\": null,\n        \"question10Name\": null\n        \n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey/43"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 11:11:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Error\": \"Survey with nameDuplicate Test already exists\"\n}"}],"_postman_id":"2d30e8dc-2909-4427-952c-fa75319db838"},{"name":"DeleteSurvey","id":"454ed6b3-b8da-43cd-a254-c7495c65c259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PCS_LOCAL}}/api/v1/survey/4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey","4"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"454ed6b3-b8da-43cd-a254-c7495c65c259"},{"name":"getSurveyById","id":"5ea5e319-572b-4d01-9b6c-ddfc8fe92fd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_LOCAL}}/api/v1/survey/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey","1"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"3ebbdf78-0e51-4248-9a3e-79ec77795c37","name":"GetSurveyById","originalRequest":{"method":"GET","header":[],"url":"{{PCS_LOCAL}}/api/v1/survey/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 23 Aug 2024 13:05:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Test22 Testing\",\n    \"description\": \"Survey to gauge customer satisfaction levels.\",\n    \"status\": 0,\n    \"notificationStatus\": 0,\n    \"scoreBased\": 1,\n    \"questionsType\": 0,\n    \"type\": 2,\n    \"channel\": 0,\n    \"callAfter\": 24,\n    \"record\": 1,\n    \"switchLanguage\": 0,\n    \"smsType\": 0,\n    \"service\": 1004,\n    \"responseLimit\": 500,\n    \"quotaDays\": 30,\n    \"quotaRenewalDate\": 1690848000000,\n    \"language\": 1,\n    \"agent\": \"Agent001\",\n    \"excellentLevel\": 4,\n    \"goodLevel\": 3,\n    \"adequateLevel\": 2,\n    \"poorLevel\": 1,\n    \"veryPoorLevel\": 0,\n    \"dateCreated\": 1688212800000,\n    \"lastUpdated\": 1690632000000,\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"question1\": 3,\n    \"question1Weight\": 20,\n    \"question2\": 5,\n    \"question2Weight\": 15,\n    \"question3\": 7,\n    \"question3Weight\": 10,\n    \"question4\": 0,\n    \"question4Weight\": 10,\n    \"question5\": 10,\n    \"question5Weight\": 10,\n    \"question6\": 11,\n    \"question6Weight\": 10,\n    \"question7\": 12,\n    \"question7Weight\": 10,\n    \"question8\": 13,\n    \"question8Weight\": 5,\n    \"question9\": 14,\n    \"question9Weight\": 5,\n    \"question10\": 1008,\n    \"question10Weight\": 5,\n    \"welcomePrompt\": \"Welcome to our survey!\",\n    \"goodbyePrompt\": \"Thank you for completing the survey.\",\n    \"startDateTime\": 1688202000000,\n    \"endDateTime\": 1690826400000\n}"}],"_postman_id":"5ea5e319-572b-4d01-9b6c-ddfc8fe92fd4"}],"id":"d13be566-9dfc-46fc-b35f-6203d98d779d","_postman_id":"d13be566-9dfc-46fc-b35f-6203d98d779d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"Start/Stop Survey","item":[{"name":"Start Survey","id":"8ea81d84-f146-4841-a515-a6b36398ca7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"actor\": \"admin\",\n  \"className\": \"Survey\",\n  \"eventName\": \"StartSurvey\",\n  \"newValue\": \"1\",\n  \"oldValue\": \"0\",\n  \"persistedObjectId\": 1,//\"surveyId\",//pass the survey id here\n  \"propertyName\": \"status\",\n  \"uri\": \"/start/123\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey/start/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey","start","1"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"ec9c1889-9ec8-4db0-a7c5-36b9cd4ee2ab","name":"StartSurvey Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"actor\": \"admin\",\n  \"className\": \"Survey\",\n  \"eventName\": \"StartSurvey\",\n  \"newValue\": \"1\",\n  \"oldValue\": \"0\",\n  \"persistedObjectId\": 1,\n  \"propertyName\": \"status\",\n  \"uri\": \"/start/123\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey/start/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 Aug 2024 07:42:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status:\": 200,\n    \"message\": \"Survey started successfully\"\n}"}],"_postman_id":"8ea81d84-f146-4841-a515-a6b36398ca7c"},{"name":"Stop Survey","id":"3883f4c8-2331-4d74-bdcb-2149e7c03fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"actor\": \"admin\",\n  \"className\": \"Survey\",\n  \"eventName\": \"StartSurvey\",\n  \"newValue\": \"0\",\n  \"oldValue\": \"1\",\n  \"persistedObjectId\": 1,//\"surveyId\",//pass the survey id here\n  \"propertyName\": \"status\",\n  \"uri\": \"/start/123\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey/stop/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey","stop","1"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"0f3e7145-f548-4824-afb6-68d6f4b35c88","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"actor\": \"admin\",\n  \"className\": \"Survey\",\n  \"eventName\": \"StartSurvey\",\n  \"newValue\": \"0\",\n  \"oldValue\": \"1\",\n  \"persistedObjectId\": 1,\n  \"propertyName\": \"status\",\n  \"uri\": \"/start/123\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/survey/stop/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 Aug 2024 08:18:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status:\": 200,\n    \"message\": \"Survey stopped successfully\"\n}"}],"_postman_id":"3883f4c8-2331-4d74-bdcb-2149e7c03fb3"}],"id":"59ca73da-9737-448e-9e74-98a9f44a9c4d","_postman_id":"59ca73da-9737-448e-9e74-98a9f44a9c4d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}}],"id":"ee3f7a95-24d3-492f-84e5-34168cde65f9","_postman_id":"ee3f7a95-24d3-492f-84e5-34168cde65f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"setting","item":[{"name":"GetSetting","id":"32f826e8-a368-4c46-8dfe-3851040e0671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"Administrator\",\n    \"password\":\"Expertflow@123\",\n    \"domain\":\"workgroup\",\n    \"prompt_location\":\"//192.168.1.92/Audio\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/setting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","setting"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"22459540-1fdc-4b9e-b063-193181ecd258","name":"GetSetting","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"Administrator\",\n    \"password\":\"Expertflow@123\",\n    \"domain\":\"workgroup\",\n    \"prompt_location\":\"//192.168.1.92/Audio\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/setting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 11:09:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"username\": \"Administrator\",\n        \"password\": \"Expertflow464\",\n        \"domain\": \"workgroup domain\",\n        \"mediaServerURL\": null,\n        \"promptLocation\": \"//192.168.1.89/Audio\",\n        \"dashboardUrl\": null,\n        \"recordedFileServer\": null\n    }\n]"},{"id":"6040ef47-45a6-4a4a-bd17-f3202c1a639d","name":"Get Setting First","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"Administrator\",\n    \"password\":\"Expertflow@123\",\n    \"domain\":\"workgroup\",\n    \"prompt_location\":\"//192.168.1.92/Audio\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/setting/first"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 11:10:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"username\": \"Administrator\",\n    \"password\": \"Expertflow464\",\n    \"domain\": \"workgroup domain\",\n    \"mediaServerURL\": null,\n    \"promptLocation\": \"//192.168.1.89/Audio\",\n    \"dashboardUrl\": null,\n    \"recordedFileServer\": null\n}"}],"_postman_id":"32f826e8-a368-4c46-8dfe-3851040e0671"},{"name":"AddSetting","id":"301d1afc-2e62-49b1-953d-307e3f04d00d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"username\": \"Administrators\",\n        \"password\": \"Expertflow@1234\",\n        \"domain\": \"workgroup domain\",\n        \"mediaServerURL\": null,\n        \"promptLocation\": \"//192.168.1.92/Audios\",\n        \"dashboardUrl\": null,\n        \"recordedFileServer\": null\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/setting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","setting"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"cef98ae8-d59f-4944-9d25-88ab79877e4e","name":"AddSetting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"username\": \"Administrator2\",\n        \"password\": \"Expertflow464\",\n        \"domain\": \"workgroup domain2\",\n        \"mediaServerURL\": null,\n        \"promptLocation\": \"//192.168.1.89/Audio/test\",\n        \"dashboardUrl\": null,\n        \"recordedFileServer\": null\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/setting"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 11:20:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1002,\n    \"username\": \"Administrator2\",\n    \"password\": \"Expertflow464\",\n    \"domain\": \"workgroup domain2\",\n    \"mediaServerURL\": null,\n    \"promptLocation\": \"//192.168.1.89/Audio/test\",\n    \"dashboardUrl\": null,\n    \"recordedFileServer\": null\n}"}],"_postman_id":"301d1afc-2e62-49b1-953d-307e3f04d00d"},{"name":"UpdateSetting","id":"4bb2bebe-e385-4dcb-9d5a-c9f69f9a3b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"username\": \"Administrators\",\n        \"password\": \"Expertflow@1234\",\n        \"domain\": \"workgroup domain\",\n        \"mediaServerURL\": null,\n        \"promptLocation\": \"//192.168.1.92/Audios\",\n        \"dashboardUrl\": null,\n        \"recordedFileServer\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/setting/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","setting","2"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"5372a237-6864-477a-99dd-3317824d68c5","name":"UpdateSetting","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"username\": \"Admin\",\n        \"password\": \"1234\",\n        \"domain\": \"workgroup domain\",\n        \"mediaServerURL\": null,\n        \"promptLocation\": \"//192.168.1.92/Audios\",\n        \"dashboardUrl\": null,\n        \"recordedFileServer\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/setting/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 11:22:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"username\": \"Admin\",\n    \"password\": \"1234\",\n    \"domain\": \"workgroup domain\",\n    \"mediaServerURL\": null,\n    \"promptLocation\": \"//192.168.1.92/Audios\",\n    \"dashboardUrl\": null,\n    \"recordedFileServer\": null\n}"}],"_postman_id":"4bb2bebe-e385-4dcb-9d5a-c9f69f9a3b58"}],"id":"d3b49259-4770-4927-912f-c2e551bf5e47","_postman_id":"d3b49259-4770-4927-912f-c2e551bf5e47","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"schedulesurvey","item":[{"name":"CreateSurveySchedule","id":"02a617f8-f10f-4b4e-9e84-b553e91a4dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Testing\",\n  \"description\": \"This is a weekly survey.\",\n  \"repeated\": 2,\n  \"days\": [\"MONDAY\", \"WEDNESDAY\", \"FRIDAY\"],\n  \"startTime\": \"09:00:00\",\n  \"endTime\": \"17:00:00\",\n  \"startDate\": \"2024-08-01\",\n  \"endDate\": \"2024-12-31\",\n  \"dateCreated\": \"2024-07-26T10:00:00\",\n  \"lastUpdated\": \"2024-07-26T10:00:00\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"surveyId\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/schedule-survey","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","schedule-survey"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"f9360e46-793b-4f5c-9c77-92128cf13736","name":"Duplicate Entry 409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing Schedule\",\n    \"description\": \"This is a weekly survey.\",\n    \"repeated\": 2,\n    \"days\": [\n        \"MONDAY\",\n        \"WEDNESDAY\",\n        \"FRIDAY\"\n    ],\n    \"startTime\": \"09:00:00\",\n    \"endTime\": \"17:00:00\",\n    \"startDate\": \"2024-08-01\",\n    \"endDate\": \"2024-12-31\",\n    \"validFrom\": \"2024-09-01\",\n    \"validTo\": \"2024-12-31\",\n    \"dateCreated\": \"2024-07-26T10:00:00\",\n    \"lastUpdated\": \"2024-07-26T10:00:00\",\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"surveyId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/schedule-survey"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Sep 2024 10:36:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Error\": \"Survey Schedule with name Testing Schedule already exists\"\n}"}],"_postman_id":"02a617f8-f10f-4b4e-9e84-b553e91a4dd9"},{"name":"GetScheduledSurvey","id":"0f925f5c-5a3c-4d5b-bf96-15c39df4ce85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_LOCAL}}/api/v1/schedule-survey","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","schedule-survey"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"51a9319e-3d75-413f-b6d5-91f3cb9617c4","name":"GetScheduledSurveyList","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/schedule-survey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 11:00:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 16,\n        \"name\": \"Weekly\",\n        \"description\": \"This is a weekly survey.\",\n        \"repeated\": 2,\n        \"days\": [\n            \"WEDNESDAY\",\n            \"MONDAY\",\n            \"FRIDAY\"\n        ],\n        \"startTime\": [\n            9,\n            0\n        ],\n        \"endTime\": [\n            17,\n            0\n        ],\n        \"startDate\": [\n            2024,\n            8,\n            1\n        ],\n        \"endDate\": [\n            2024,\n            12,\n            31\n        ],\n        \"validFrom\": 1725562800000,\n        \"validTo\": 1725562800000,\n        \"dateCreated\": 1725666080866,\n        \"lastUpdated\": 1726212074097,\n        \"createdBy\": \"admin\",\n        \"updatedBy\": \"admin\",\n        \"surveyId\": 1,\n        \"surveyName\": null\n    },\n    {\n        \"id\": 17,\n        \"name\": \"tesdf\",\n        \"description\": \"\",\n        \"repeated\": 2,\n        \"days\": [],\n        \"startTime\": [\n            9,\n            42\n        ],\n        \"endTime\": [\n            23,\n            36\n        ],\n        \"startDate\": null,\n        \"endDate\": null,\n        \"validFrom\": 1725562800000,\n        \"validTo\": 1725562800000,\n        \"dateCreated\": 1725666176226,\n        \"lastUpdated\": 1725666176226,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"surveyId\": 40,\n        \"surveyName\": null\n    },\n    {\n        \"id\": 18,\n        \"name\": \"tesdfs\",\n        \"description\": \"\",\n        \"repeated\": 3,\n        \"days\": [\n            \"WEDNESDAY\",\n            \"MONDAY\",\n            \"THURSDAY\",\n            \"SUNDAY\",\n            \"TUESDAY\",\n            \"FRIDAY\",\n            \"SATURDAY\"\n        ],\n        \"startTime\": [\n            10,\n            6\n        ],\n        \"endTime\": [\n            10,\n            45\n        ],\n        \"startDate\": null,\n        \"endDate\": null,\n        \"validFrom\": 1725562800000,\n        \"validTo\": 1726772400000,\n        \"dateCreated\": 1725667579117,\n        \"lastUpdated\": 1725667579117,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"surveyId\": 22,\n        \"surveyName\": \"test1\"\n    },\n    {\n        \"id\": 19,\n        \"name\": \"tesdfsd\",\n        \"description\": \"\",\n        \"repeated\": 3,\n        \"days\": [\n            \"WEDNESDAY\",\n            \"MONDAY\",\n            \"THURSDAY\",\n            \"SUNDAY\",\n            \"TUESDAY\",\n            \"FRIDAY\",\n            \"SATURDAY\"\n        ],\n        \"startTime\": [\n            10,\n            10\n        ],\n        \"endTime\": [\n            10,\n            10\n        ],\n        \"startDate\": null,\n        \"endDate\": null,\n        \"validFrom\": 1725562800000,\n        \"validTo\": 1725649200000,\n        \"dateCreated\": 1725667824123,\n        \"lastUpdated\": 1725667824123,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"surveyId\": 23,\n        \"surveyName\": \"test2\"\n    },\n    {\n        \"id\": 20,\n        \"name\": \"Edit Test\",\n        \"description\": \"Edit Test\",\n        \"repeated\": 4,\n        \"days\": [],\n        \"startTime\": [\n            10,\n            13\n        ],\n        \"endTime\": [\n            10,\n            13\n        ],\n        \"startDate\": [\n            2024,\n            9,\n            9\n        ],\n        \"endDate\": [\n            2024,\n            9,\n            10\n        ],\n        \"validFrom\": 1725562800000,\n        \"validTo\": 1725562800000,\n        \"dateCreated\": 1725667956339,\n        \"lastUpdated\": 1725916011456,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"surveyId\": 22,\n        \"surveyName\": \"test1\"\n    },\n    {\n        \"id\": 21,\n        \"name\": \"usama days\",\n        \"description\": \"\",\n        \"repeated\": 4,\n        \"days\": [],\n        \"startTime\": [\n            10,\n            20\n        ],\n        \"endTime\": [\n            10,\n            20\n        ],\n        \"startDate\": [\n            2024,\n            9,\n            7\n        ],\n        \"endDate\": [\n            2024,\n            9,\n            7\n        ],\n        \"validFrom\": 1726167600000,\n        \"validTo\": 1726772400000,\n        \"dateCreated\": 1725668406034,\n        \"lastUpdated\": 1725916061546,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"surveyId\": 22,\n        \"surveyName\": \"test1\"\n    },\n    {\n        \"id\": 22,\n        \"name\": \"testing123\",\n        \"description\": \"\",\n        \"repeated\": 3,\n        \"days\": [\n            \"SUNDAY\",\n            \"FRIDAY\",\n            \"SATURDAY\"\n        ],\n        \"startTime\": [\n            10,\n            22\n        ],\n        \"endTime\": [\n            10,\n            22\n        ],\n        \"startDate\": null,\n        \"endDate\": null,\n        \"validFrom\": 1726167600000,\n        \"validTo\": 1726167600000,\n        \"dateCreated\": 1725668496863,\n        \"lastUpdated\": 1725668496863,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"surveyId\": 22,\n        \"surveyName\": \"test1\"\n    },\n    {\n        \"id\": 23,\n        \"name\": \"test123\",\n        \"description\": \"\",\n        \"repeated\": 4,\n        \"days\": [],\n        \"startTime\": [\n            7,\n            47\n        ],\n        \"endTime\": [\n            7,\n            47\n        ],\n        \"startDate\": [\n            2024,\n            9,\n            10\n        ],\n        \"endDate\": [\n            2024,\n            9,\n            10\n        ],\n        \"validFrom\": 1726686000000,\n        \"validTo\": 1727377200000,\n        \"dateCreated\": 1725918436561,\n        \"lastUpdated\": 1725918436561,\n        \"createdBy\": \"pcs\",\n        \"updatedBy\": \"pcs\",\n        \"surveyId\": 23,\n        \"surveyName\": \"test2\"\n    },\n    {\n        \"id\": 10003,\n        \"name\": \"Testing Schedule\",\n        \"description\": \"This is a weekly survey.\",\n        \"repeated\": 2,\n        \"days\": [\n            \"WEDNESDAY\",\n            \"MONDAY\",\n            \"FRIDAY\"\n        ],\n        \"startTime\": [\n            9,\n            0\n        ],\n        \"endTime\": [\n            17,\n            0\n        ],\n        \"startDate\": [\n            2024,\n            8,\n            1\n        ],\n        \"endDate\": [\n            2024,\n            12,\n            31\n        ],\n        \"validFrom\": 1725148800000,\n        \"validTo\": 1735603200000,\n        \"dateCreated\": 1726137369077,\n        \"lastUpdated\": 1726137369077,\n        \"createdBy\": \"admin\",\n        \"updatedBy\": \"admin\",\n        \"surveyId\": 1,\n        \"surveyName\": null\n    }\n]"}],"_postman_id":"0f925f5c-5a3c-4d5b-bf96-15c39df4ce85"},{"name":"UpdateScheduledSurvey","id":"c6fa80e7-bbf9-42db-91ff-734cf8b9592c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Weekly\",\n  \"description\": \"This is a weekly survey.\",\n  \"repeated\": 2,  // REPEAT_WEEKLY\n  \"days\": [\"MONDAY\", \"WEDNESDAY\", \"FRIDAY\"],\n  \"startTime\": \"09:00:00\",\n  \"endTime\": \"17:00:00\",\n  \"startDate\": \"2024-08-01\",\n  \"endDate\": \"2024-12-31\",\n  \"dateCreated\": \"2024-07-26T10:00:00\",\n  \"lastUpdated\": \"2024-07-26T10:00:00\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"survey\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/schedule-survey/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","schedule-survey","1"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"c4b578d1-a5a9-45a9-bf2f-cb88182f04ff","name":"Duplicate Entry 409","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Weekly\",\n  \"description\": \"This is a weekly survey.\",\n  \"repeated\": 2,  // REPEAT_WEEKLY\n  \"days\": [\"MONDAY\", \"WEDNESDAY\", \"FRIDAY\"],\n  \"startTime\": \"09:00:00\",\n  \"endTime\": \"17:00:00\",\n  \"startDate\": \"2024-08-01\",\n  \"endDate\": \"2024-12-31\",\n  \"dateCreated\": \"2024-07-26T10:00:00\",\n  \"lastUpdated\": \"2024-07-26T10:00:00\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"surveyId\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/schedule-survey/16"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 07:21:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Error\": \"Survey Schedule with name Weekly already exists\"\n}"},{"id":"1583739f-8f70-454e-8ed7-d5cf66c118de","name":"Duplicate Entry 409","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Weekly\",\n  \"description\": \"This is a weekly survey.\",\n  \"repeated\": 2,  // REPEAT_WEEKLY\n  \"days\": [\"MONDAY\", \"WEDNESDAY\", \"FRIDAY\"],\n  \"startTime\": \"09:00:00\",\n  \"endTime\": \"17:00:00\",\n  \"startDate\": \"2024-08-01\",\n  \"endDate\": \"2024-12-31\",\n  \"dateCreated\": \"2024-07-26T10:00:00\",\n  \"lastUpdated\": \"2024-07-26T10:00:00\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"surveyId\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/schedule-survey/17"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 11:01:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": 409,\n    \"Error\": \"Survey Schedule with name Weekly already exists\"\n}"},{"id":"73e0fab6-a9a2-407d-b663-293d8a4eba18","name":"UpdateScheduledSurvey","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Weekly Schedule\",\n  \"description\": \"This is a weekly survey.\",\n  \"repeated\": 2,  // REPEAT_WEEKLY\n  \"days\": [\"MONDAY\", \"WEDNESDAY\", \"FRIDAY\"],\n  \"startTime\": \"09:00:00\",\n  \"endTime\": \"17:00:00\",\n  \"startDate\": \"2024-08-01\",\n  \"endDate\": \"2024-12-31\",\n  \"dateCreated\": \"2024-07-26T10:00:00\",\n  \"lastUpdated\": \"2024-07-26T10:00:00\",\n  \"createdBy\": \"admin\",\n  \"updatedBy\": \"admin\",\n  \"surveyId\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/schedule-survey/16"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Sep 2024 11:02:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 16,\n    \"name\": \"Weekly Schedule\",\n    \"description\": \"This is a weekly survey.\",\n    \"repeated\": 2,\n    \"days\": [\n        \"WEDNESDAY\",\n        \"MONDAY\",\n        \"FRIDAY\"\n    ],\n    \"startTime\": [\n        9,\n        0\n    ],\n    \"endTime\": [\n        17,\n        0\n    ],\n    \"startDate\": [\n        2024,\n        8,\n        1\n    ],\n    \"endDate\": [\n        2024,\n        12,\n        31\n    ],\n    \"validFrom\": 1725562800000,\n    \"validTo\": 1725562800000,\n    \"dateCreated\": 1725666080866,\n    \"lastUpdated\": 1726225360905,\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"surveyId\": 1,\n    \"surveyName\": null\n}"}],"_postman_id":"c6fa80e7-bbf9-42db-91ff-734cf8b9592c"},{"name":"DeleteScheduledSurvey","id":"be52eaa6-f880-43b9-8e60-35eced3ddd6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/schedule-survey/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","schedule-survey","3"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be52eaa6-f880-43b9-8e60-35eced3ddd6c"}],"id":"c28dfb28-c77b-41e7-9b60-4dfb8733f9af","_postman_id":"c28dfb28-c77b-41e7-9b60-4dfb8733f9af","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"smppsetting","item":[{"name":"GetSmppSetting","id":"0603c07d-6c46-47b4-873d-82c4e8b76cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","smpp-setting","3"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"593ff25d-becd-4cc4-855c-00d3ff99da88","name":"get By Id","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 06:31:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Updated SMPP Setting\",\n    \"settingKey\": \"TestKey\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"VMSC\",\n    \"sourceAddress\": \"12345\",\n    \"addressRange\": \"111-999\",\n    \"validityPeriod\": 3600,\n    \"batchSize\": 100,\n    \"repeatInterval\": 60000,\n    \"type\": \"TRANSMITTER\",\n    \"outboundSource\": \"exampleOutbound\",\n    \"messageValidityPeriod\": 3600,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 0,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1,\n    \"active\": false,\n    \"default\": false\n}"},{"id":"8903c702-e34a-4382-8be9-47208811e9b5","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting/355"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 05 Aug 2024 06:32:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"b07e74fa-a547-45a9-88c6-ff0486cab4e0","name":"Setting List","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 06:45:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"name\": \"Updated SMPP Setting\",\n        \"settingKey\": \"TestKey\",\n        \"host\": \"smpp.example.com\",\n        \"port\": 2775,\n        \"systemId\": \"system123\",\n        \"password\": \"password123\",\n        \"systemType\": \"VMSC\",\n        \"sourceAddress\": \"12345\",\n        \"addressRange\": \"111-999\",\n        \"validityPeriod\": 3600,\n        \"batchSize\": 100,\n        \"repeatInterval\": 60000,\n        \"type\": \"TRANSMITTER\",\n        \"outboundSource\": \"exampleOutbound\",\n        \"messageValidityPeriod\": 3600,\n        \"sourceNpi\": 1,\n        \"destinationNpi\": 1,\n        \"sourceTon\": 0,\n        \"destinationTon\": 1,\n        \"dataCoding\": 0,\n        \"priorityFlag\": 1,\n        \"isActive\": false,\n        \"isDefault\": false\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Updated SMPP Setting\",\n        \"settingKey\": \"TestKey\",\n        \"host\": \"smpp.example.com\",\n        \"port\": 2775,\n        \"systemId\": \"system123\",\n        \"password\": \"password123\",\n        \"systemType\": \"VMSC\",\n        \"sourceAddress\": \"12345\",\n        \"addressRange\": \"111-999\",\n        \"validityPeriod\": 3600,\n        \"batchSize\": 100,\n        \"repeatInterval\": 60000,\n        \"type\": \"TRANSMITTER\",\n        \"outboundSource\": \"exampleOutbound\",\n        \"messageValidityPeriod\": 3600,\n        \"sourceNpi\": 1,\n        \"destinationNpi\": 1,\n        \"sourceTon\": 0,\n        \"destinationTon\": 1,\n        \"dataCoding\": 0,\n        \"priorityFlag\": 1,\n        \"isActive\": false,\n        \"isDefault\": false\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Updated SMPP Setting\",\n        \"settingKey\": \"TestKey\",\n        \"host\": \"smpp.example.com\",\n        \"port\": 2775,\n        \"systemId\": \"system123\",\n        \"password\": \"password123\",\n        \"systemType\": \"VMSC\",\n        \"sourceAddress\": \"12345\",\n        \"addressRange\": \"111-999\",\n        \"validityPeriod\": 3600,\n        \"batchSize\": 100,\n        \"repeatInterval\": 60000,\n        \"type\": \"TRANSMITTER\",\n        \"outboundSource\": \"exampleOutbound\",\n        \"messageValidityPeriod\": 3600,\n        \"sourceNpi\": 1,\n        \"destinationNpi\": 1,\n        \"sourceTon\": 0,\n        \"destinationTon\": 1,\n        \"dataCoding\": 0,\n        \"priorityFlag\": 1,\n        \"isActive\": false,\n        \"isDefault\": false\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Updated\",\n        \"settingKey\": \"UpdatedToo\",\n        \"host\": \"smpp.example.com\",\n        \"port\": 2775,\n        \"systemId\": \"system123\",\n        \"password\": \"password123\",\n        \"systemType\": \"VMSC\",\n        \"sourceAddress\": \"12345\",\n        \"addressRange\": \"111-999\",\n        \"validityPeriod\": 3600,\n        \"batchSize\": 100,\n        \"repeatInterval\": 60000,\n        \"type\": \"TRANSMITTER\",\n        \"outboundSource\": \"exampleOutbound\",\n        \"messageValidityPeriod\": 3600,\n        \"sourceNpi\": 1,\n        \"destinationNpi\": 1,\n        \"sourceTon\": 0,\n        \"destinationTon\": 1,\n        \"dataCoding\": 0,\n        \"priorityFlag\": 1,\n        \"isActive\": false,\n        \"isDefault\": false\n    },\n    {\n        \"id\": 10002,\n        \"name\": \"Sample SMPP Setting\",\n        \"settingKey\": \"sampleKey123\",\n        \"host\": \"smpp.example.com\",\n        \"port\": 2775,\n        \"systemId\": \"system123\",\n        \"password\": \"password123\",\n        \"systemType\": \"default\",\n        \"sourceAddress\": \"1234\",\n        \"addressRange\": \"0-9999\",\n        \"validityPeriod\": 1440,\n        \"batchSize\": 100,\n        \"repeatInterval\": 3600,\n        \"type\": \"testType\",\n        \"outboundSource\": \"outboundSource\",\n        \"messageValidityPeriod\": 720,\n        \"sourceNpi\": 1,\n        \"destinationNpi\": 1,\n        \"sourceTon\": 1,\n        \"destinationTon\": 1,\n        \"dataCoding\": 0,\n        \"priorityFlag\": 1,\n        \"isActive\": true,\n        \"isDefault\": false\n    }\n]"}],"_postman_id":"0603c07d-6c46-47b4-873d-82c4e8b76cbc"},{"name":"CreateSmppSetting","id":"4af28344-758f-4691-9b63-47837f6972e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","smpp-setting"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"171da369-8216-4812-ba52-5d29bd6acd8c","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example Setting\",\n    \"settingKey\": \"exampleKey\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"VMSC\",\n    \"sourceAddress\": \"12345\",\n    \"addressRange\": \"111-999\",\n    \"validityPeriod\": 3600,\n    \"batchSize\": 100,\n    \"repeatInterval\": 60000,\n    \"isActive\": true,\n    \"isDefault\": false,\n    \"type\": \"TRANSMITTER\",\n    \"outboundSource\": \"exampleOutbound\",\n    \"messageValidityPeriod\": 3600,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 0,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/smpp-setting"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 06:32:44 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": 1722839564958,\n    \"status\": 400,\n    \"error\": \"Bad Request\",\n    \"trace\": \"org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unrecognized field \\\"isActive\\\" (class com.ef.pcs.model.setting.SmppSetting), not marked as ignorable\\n\\tat org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:406)\\n\\tat org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.read(AbstractJackson2HttpMessageConverter.java:354)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.readWithMessageConverters(AbstractMessageConverterMethodArgumentResolver.java:184)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.readWithMessageConverters(RequestResponseBodyMethodProcessor.java:161)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.resolveArgument(RequestResponseBodyMethodProcessor.java:135)\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:224)\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:178)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831)\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\\n\\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\\n\\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590)\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\\n\\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904)\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)\\n\\tat java.base/java.lang.Thread.run(Thread.java:840)\\nCaused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field \\\"isActive\\\" (class com.ef.pcs.model.setting.SmppSetting), not marked as ignorable (24 known properties: \\\"repeatInterval\\\", \\\"port\\\", \\\"destinationTon\\\", \\\"active\\\", \\\"host\\\", \\\"systemType\\\", \\\"systemId\\\", \\\"name\\\", \\\"sourceNpi\\\", \\\"settingKey\\\", \\\"priorityFlag\\\", \\\"validityPeriod\\\", \\\"dataCoding\\\", \\\"sourceTon\\\", \\\"sourceAddress\\\", \\\"type\\\", \\\"id\\\", \\\"default\\\", \\\"addressRange\\\", \\\"outboundSource\\\", \\\"destinationNpi\\\", \\\"password\\\", \\\"batchSize\\\", \\\"messageValidityPeriod\\\"])\\n at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 14, column: 21] (through reference chain: com.ef.pcs.model.setting.SmppSetting[\\\"isActive\\\"])\\n\\tat com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:61)\\n\\tat com.fasterxml.jackson.databind.DeserializationContext.handleUnknownProperty(DeserializationContext.java:1138)\\n\\tat com.fasterxml.jackson.databind.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:2224)\\n\\tat com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownProperty(BeanDeserializerBase.java:1719)\\n\\tat com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownVanilla(BeanDeserializerBase.java:1697)\\n\\tat com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:320)\\n\\tat com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:177)\\n\\tat com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:323)\\n\\tat com.fasterxml.jackson.databind.ObjectReader._bindAndClose(ObjectReader.java:2105)\\n\\tat com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:1481)\\n\\tat org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:395)\\n\\t... 55 more\\n\",\n    \"message\": \"JSON parse error: Unrecognized field \\\"isActive\\\" (class com.ef.pcs.model.setting.SmppSetting), not marked as ignorable\",\n    \"path\": \"/api/v1/smpp-setting\"\n}"},{"id":"e524d55c-1f55-4633-86c0-0fcbbe5a4b52","name":"Create Smpp Setting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample SMPP Setting\",\n    \"settingKey\": \"sampleKey123\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"default\",\n    \"sourceAddress\": \"1234\",\n    \"addressRange\": \"0-9999\",\n    \"validityPeriod\": 1440,\n    \"batchSize\": 100,\n    \"repeatInterval\": 3600,\n    \"active\": true,\n    \"default\": false,\n    \"type\": \"testType\",\n    \"outboundSource\": \"outboundSource\",\n    \"messageValidityPeriod\": 720,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 1,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/smpp-setting"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 06:36:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10002,\n    \"name\": \"Sample\",\n    \"settingKey\": \"sampleKey123\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"default\",\n    \"sourceAddress\": \"1234\",\n    \"addressRange\": \"0-9999\",\n    \"validityPeriod\": 1440,\n    \"batchSize\": 100,\n    \"repeatInterval\": 3600,\n    \"type\": \"testType\",\n    \"outboundSource\": \"outboundSource\",\n    \"messageValidityPeriod\": 720,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 1,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1,\n    \"isActive\": true,\n    \"isDefault\": false\n}"},{"id":"f08dadf2-b7e7-4675-b5ac-37d4d7b67f16","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample SMPP Setting\",\n    \"settingKey\": \"sampleKey123\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"default\",\n    \"sourceAddress\": \"1234\",\n    \"addressRange\": \"0-9999\",\n    \"validityPeriod\": 1440,\n       \"isActive\": true,\n    \"isDefault\": false,\n    \"type\": \"testType\",\n    \"outboundSource\": \"outboundSource\",\n    \"messageValidityPeriod\": 720,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 1,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/smpp-setting"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 06:53:51 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": 1722840831520,\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"trace\": \"org.springframework.dao.DataIntegrityViolationException: not-null property references a null or transient value : com.ef.pcs.model.setting.SmppSetting.repeatInterval\\n\\tat org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:307)\\n\\tat org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:241)\\n\\tat org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:550)\\n\\tat org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\\n\\tat org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:335)\\n\\tat org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:160)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:164)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223)\\n\\tat jdk.proxy4/jdk.proxy4.$Proxy174.save(Unknown Source)\\n\\tat com.ef.pcs.services.setting.SmppSettigServiceImpl.add(SmppSettigServiceImpl.java:29)\\n\\tat com.ef.pcs.controllers.SmppSettingController.createSmppSetting(SmppSettingController.java:37)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\\n\\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\n\\tat java.base/java.lang.reflect.Method.invoke(Method.java:568)\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255)\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831)\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\\n\\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\\n\\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590)\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\\n\\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904)\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)\\n\\tat java.base/java.lang.Thread.run(Thread.java:840)\\nCaused by: org.hibernate.PropertyValueException: not-null property references a null or transient value : com.ef.pcs.model.setting.SmppSetting.repeatInterval\\n\\tat org.hibernate.engine.internal.Nullability.checkNullability(Nullability.java:109)\\n\\tat org.hibernate.engine.internal.Nullability.checkNullability(Nullability.java:54)\\n\\tat org.hibernate.action.internal.AbstractEntityInsertAction.nullifyTransientReferencesIfNotAlready(AbstractEntityInsertAction.java:124)\\n\\tat org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:69)\\n\\tat org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:670)\\n\\tat org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:291)\\n\\tat org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:272)\\n\\tat org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:322)\\n\\tat org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:388)\\n\\tat org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:302)\\n\\tat org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:221)\\n\\tat org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:135)\\n\\tat org.hibernate.event.internal.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:175)\\n\\tat org.hibernate.event.internal.DefaultPersistEventListener.persist(DefaultPersistEventListener.java:93)\\n\\tat org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:77)\\n\\tat org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:54)\\n\\tat org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127)\\n\\tat org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:758)\\n\\tat org.hibernate.internal.SessionImpl.persist(SessionImpl.java:742)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\\n\\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\n\\tat java.base/java.lang.reflect.Method.invoke(Method.java:568)\\n\\tat org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:364)\\n\\tat jdk.proxy4/jdk.proxy4.$Proxy157.persist(Unknown Source)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\\n\\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\n\\tat java.base/java.lang.reflect.Method.invoke(Method.java:568)\\n\\tat org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:319)\\n\\tat jdk.proxy4/jdk.proxy4.$Proxy157.persist(Unknown Source)\\n\\tat org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:619)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\\n\\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\n\\tat java.base/java.lang.reflect.Method.invoke(Method.java:568)\\n\\tat org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354)\\n\\tat org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:277)\\n\\tat org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:170)\\n\\tat org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:158)\\n\\tat org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:516)\\n\\tat org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\\n\\tat org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:628)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:168)\\n\\tat org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:143)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:70)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\\n\\tat org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:392)\\n\\tat org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138)\\n\\t... 63 more\\n\",\n    \"message\": \"not-null property references a null or transient value : com.ef.pcs.model.setting.SmppSetting.repeatInterval\",\n    \"path\": \"/api/v1/smpp-setting\"\n}"},{"id":"e20312ba-155b-4a14-8848-466add1f3e5f","name":"CreateSmppSetting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"Updated SP Setting\",\n        \"settingKey\": \"TestKey\",\n        \"host\": \"smpp.example.com\",\n        \"port\": 2775,\n        \"systemId\": \"system123\",\n        \"password\": \"password123\",\n        \"systemType\": \"VMSC\",\n        \"sourceAddress\": \"12345\",\n        \"addressRange\": \"111-999\",\n        \"validityPeriod\": 3600,\n        \"batchSize\": 100,\n        \"repeatInterval\": 60000,\n        \"type\": \"TRANSMITTER\",\n        \"outboundSource\": \"exampleOutbound\",\n        \"messageValidityPeriod\": 3600,\n        \"sourceNpi\": 1,\n        \"destinationNpi\": 1,\n        \"sourceTon\": 0,\n        \"destinationTon\": 1,\n        \"dataCoding\": 0,\n        \"priorityFlag\": 1,\n        \"isActive\": false,\n        \"isDefault\": false\n    }","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/smpp-setting"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 15 Aug 2024 06:48:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 20002,\n    \"name\": \"Updated SP Setting\",\n    \"settingKey\": \"TestKey\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"VMSC\",\n    \"sourceAddress\": \"12345\",\n    \"addressRange\": \"111-999\",\n    \"validityPeriod\": 3600,\n    \"batchSize\": 100,\n    \"repeatInterval\": 60000,\n    \"type\": \"TRANSMITTER\",\n    \"outboundSource\": \"exampleOutbound\",\n    \"messageValidityPeriod\": 3600,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 0,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1,\n    \"isActive\": false,\n    \"isDefault\": false\n}"}],"_postman_id":"4af28344-758f-4691-9b63-47837f6972e2"},{"name":"UpdateSmppSetting","id":"1fb9e59b-fabb-49bf-ad4a-d3794cd68004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","smpp-setting"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"680c306d-2ff3-4a91-8cc4-4e7e35c776d4","name":"Updated 200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated with Id 3\",\n    \"settingKey\": \"Key 2\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"VMSC\",\n    \"sourceAddress\": \"12345\",\n    \"addressRange\": \"111-999\",\n    \"validityPeriod\": 3600,\n    \"batchSize\": 100,\n    \"repeatInterval\": 60000,\n    \"isActive\": false,\n    \"isDefault\": false,\n    \"type\": \"TRANSMITTER\",\n    \"outboundSource\": \"exampleOutbound\",\n    \"messageValidityPeriod\": 3600,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 0,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/smpp-setting/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 06:54:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Updated with Id 3\",\n    \"settingKey\": \"Key 2\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"VMSC\",\n    \"sourceAddress\": \"12345\",\n    \"addressRange\": \"111-999\",\n    \"validityPeriod\": 3600,\n    \"batchSize\": 100,\n    \"repeatInterval\": 60000,\n    \"type\": \"TRANSMITTER\",\n    \"outboundSource\": \"exampleOutbound\",\n    \"messageValidityPeriod\": 3600,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 0,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1,\n    \"isActive\": false,\n    \"isDefault\": false\n}"},{"id":"ea6a54ab-0367-4bb1-91f3-cc348bb87a99","name":"404 Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated with Id 3\",\n    \"settingKey\": \"Key 2\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"password\": \"password123\",\n    \"systemType\": \"VMSC\",\n    \"sourceAddress\": \"12345\",\n    \"addressRange\": \"111-999\",\n    \"validityPeriod\": 3600,\n    \"batchSize\": 100,\n    \"repeatInterval\": 60000,\n    \"isActive\": false,\n    \"isDefault\": false,\n    \"type\": \"TRANSMITTER\",\n    \"outboundSource\": \"exampleOutbound\",\n    \"messageValidityPeriod\": 3600,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 0,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/smpp-setting/23323"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 05 Aug 2024 06:55:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"6eb10f20-dc65-4773-9508-6d46507d16c3","name":"500 Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated with Id 3\",\n    \"settingKey\": \"Key 2\",\n    \"host\": \"smpp.example.com\",\n    \"port\": 2775,\n    \"systemId\": \"system123\",\n    \"systemType\": \"VMSC\",\n    \"addressRange\": \"111-999\",\n    \"validityPeriod\": 3600,\n    \"batchSize\": 100,\n    \"repeatInterval\": 60000,\n    \"isActive\": false,\n    \"isDefault\": false,\n    \"type\": \"TRANSMITTER\",\n    \"outboundSource\": \"exampleOutbound\",\n    \"messageValidityPeriod\": 3600,\n    \"sourceNpi\": 1,\n    \"destinationNpi\": 1,\n    \"sourceTon\": 0,\n    \"destinationTon\": 1,\n    \"dataCoding\": 0,\n    \"priorityFlag\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/smpp-setting/3"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 06:56:22 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": 1722840982563,\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"trace\": \"org.springframework.dao.DataIntegrityViolationException: not-null property references a null or transient value : com.ef.pcs.model.setting.SmppSetting.password\\n\\tat org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:307)\\n\\tat org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:241)\\n\\tat org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:566)\\n\\tat org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:795)\\n\\tat org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:758)\\n\\tat org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:676)\\n\\tat org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:426)\\n\\tat org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:164)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\\n\\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\\n\\tat org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223)\\n\\tat jdk.proxy4/jdk.proxy4.$Proxy174.save(Unknown Source)\\n\\tat com.ef.pcs.services.setting.SmppSettigServiceImpl.updateSmppSetting(SmppSettigServiceImpl.java:65)\\n\\tat com.ef.pcs.controllers.SmppSettingController.updateSmppSetting(SmppSettingController.java:43)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\\n\\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\\n\\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\n\\tat java.base/java.lang.reflect.Method.invoke(Method.java:568)\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255)\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831)\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\\n\\tat org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:925)\\n\\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:593)\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\\n\\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904)\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)\\n\\tat java.base/java.lang.Thread.run(Thread.java:840)\\nCaused by: org.hibernate.PropertyValueException: not-null property references a null or transient value : com.ef.pcs.model.setting.SmppSetting.password\\n\\tat org.hibernate.engine.internal.Nullability.checkNullability(Nullability.java:109)\\n\\tat org.hibernate.engine.internal.Nullability.checkNullability(Nullability.java:54)\\n\\tat org.hibernate.event.internal.DefaultFlushEntityEventListener.scheduleUpdate(DefaultFlushEntityEventListener.java:253)\\n\\tat org.hibernate.event.internal.DefaultFlushEntityEventListener.onFlushEntity(DefaultFlushEntityEventListener.java:147)\\n\\tat org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127)\\n\\tat org.hibernate.event.internal.AbstractFlushingEventListener.flushEntities(AbstractFlushingEventListener.java:226)\\n\\tat org.hibernate.event.internal.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:90)\\n\\tat org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:40)\\n\\tat org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127)\\n\\tat org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1407)\\n\\tat org.hibernate.internal.SessionImpl.managedFlush(SessionImpl.java:488)\\n\\tat org.hibernate.internal.SessionImpl.flushBeforeTransactionCompletion(SessionImpl.java:2329)\\n\\tat org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:1986)\\n\\tat org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.beforeTransactionCompletion(JdbcCoordinatorImpl.java:439)\\n\\tat org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.beforeCompletionCallback(JdbcResourceLocalTransactionCoordinatorImpl.java:169)\\n\\tat org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.commit(JdbcResourceLocalTransactionCoordinatorImpl.java:267)\\n\\tat org.hibernate.engine.transaction.internal.TransactionImpl.commit(TransactionImpl.java:101)\\n\\tat org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:562)\\n\\t... 70 more\\n\",\n    \"message\": \"not-null property references a null or transient value : com.ef.pcs.model.setting.SmppSetting.password\",\n    \"path\": \"/api/v1/smpp-setting/3\"\n}"}],"_postman_id":"1fb9e59b-fabb-49bf-ad4a-d3794cd68004"},{"name":"DeleteSmppSetting","id":"618ffe5f-747e-4055-85d1-68ab1de963e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","smpp-setting"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"cd0ce13b-6cd2-4fd1-8f4e-b07106f0ca59","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting/12313"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"23"},{"key":"Date","value":"Mon, 05 Aug 2024 06:57:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"SMPP Setting not found."},{"id":"036f4f9f-6f8f-4ece-8aca-a74cb4e50388","name":"DeleteSmppSetting","originalRequest":{"method":"DELETE","header":[],"url":"{{PCS_MOCK}}/api/v1/smpp-setting/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 15 Aug 2024 09:24:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SMPP Setting deleted successfully.\",\n    \"status\": 200\n}"}],"_postman_id":"618ffe5f-747e-4055-85d1-68ab1de963e6"}],"id":"debec928-709d-407f-81d3-2f1f4da6d632","_postman_id":"debec928-709d-407f-81d3-2f1f4da6d632","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"WebSurveySetting","item":[{"name":"GetWenSurveySetting","id":"c7ac601f-5038-4a80-82e8-342421b3bfb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/web-survey-setting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","web-survey-setting"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"1632ea77-39d9-49e2-8e8e-8a7de8352f3b","name":"GetWenSurveySetting","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/web-survey-setting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 21 Aug 2024 13:32:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"headerText\": \"Welcome to our Survey\",\n        \"headerFontColor\": \"#FF5733\",\n        \"messageText\": \"Please provide your valuable feedback.\",\n        \"messageTextFontColor\": \"#000000\",\n        \"pageBackgroundColor\": \"#FFFFCC\",\n        \"buttonCaptionColor\": \"#FFFFFF\",\n        \"buttonBackgroundColor\": \"#007BFF\"\n    },\n    {\n        \"id\": 2,\n        \"headerText\": \"Welcome to our Survey\",\n        \"headerFontColor\": \"#FF5733\",\n        \"messageText\": \"Please provide your valuable feedback.\",\n        \"messageTextFontColor\": \"#000000\",\n        \"pageBackgroundColor\": \"#FFFFFF\",\n        \"buttonCaptionColor\": \"#FFFFFF\",\n        \"buttonBackgroundColor\": \"#007BFF\"\n    },\n    {\n        \"id\": 3,\n        \"headerText\": \"Welcome to our Survey\",\n        \"headerFontColor\": \"#FF5733\",\n        \"messageText\": \"Please provide your valuable feedback.\",\n        \"messageTextFontColor\": \"#000000\",\n        \"pageBackgroundColor\": \"#FFFFFF\",\n        \"buttonCaptionColor\": \"#FFFFFF\",\n        \"buttonBackgroundColor\": \"#007BFF\"\n    },\n    {\n        \"id\": 4,\n        \"headerText\": \"Welcome to our Survey\",\n        \"headerFontColor\": \"#FF5733\",\n        \"messageText\": \"Please provide your valuable feedback.\",\n        \"messageTextFontColor\": \"#000000\",\n        \"pageBackgroundColor\": \"#FFFFFF\",\n        \"buttonCaptionColor\": \"#FFFFFF\",\n        \"buttonBackgroundColor\": \"#007BFF\"\n    },\n    {\n        \"id\": 5,\n        \"headerText\": \"Welcome to our Survey\",\n        \"headerFontColor\": \"#FF5733\",\n        \"messageText\": \"Please provide your valuable feedback.\",\n        \"messageTextFontColor\": \"#000000\",\n        \"pageBackgroundColor\": \"#FFFFFF\",\n        \"buttonCaptionColor\": \"#FFFFFF\",\n        \"buttonBackgroundColor\": \"#007BFF\"\n    }\n]"}],"_postman_id":"c7ac601f-5038-4a80-82e8-342421b3bfb6"},{"name":"CreateWenSurveySetting","id":"2891f968-2ffb-44c7-a507-ede761067bf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"headerText\": \"Welcome to our Survey\",\n    \"headerFontColor\": \"#FF5733\",\n    \"messageText\": \"Please provide your valuable feedback.\",\n    \"messageTextFontColor\": \"#000000\",\n    \"pageBackgroundColor\": \"#FFFFFF\",\n    \"buttonCaptionColor\": \"#FFFFFF\",\n    \"buttonBackgroundColor\": \"#007BFF\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/web-survey-setting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","web-survey-setting"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"6f9af0ae-ad12-4264-8e6a-3ec919011240","name":"CreateWenSurveySetting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"headerText\": \"Welcome to our Survey\",\n    \"headerFontColor\": \"#FF5733\",\n    \"messageText\": \"Please provide your valuable feedback.\",\n    \"messageTextFontColor\": \"#000000\",\n    \"pageBackgroundColor\": \"#FFFFCC\",\n    \"buttonCaptionColor\": \"#FFFFFF\",\n    \"buttonBackgroundColor\": \"#007BFF\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/web-survey-setting"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 21 Aug 2024 13:32:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"headerText\": \"Welcome to our Survey\",\n    \"headerFontColor\": \"#FF5733\",\n    \"messageText\": \"Please provide your valuable feedback.\",\n    \"messageTextFontColor\": \"#000000\",\n    \"pageBackgroundColor\": \"#FFFFCC\",\n    \"buttonCaptionColor\": \"#FFFFFF\",\n    \"buttonBackgroundColor\": \"#007BFF\"\n}"}],"_postman_id":"2891f968-2ffb-44c7-a507-ede761067bf1"},{"name":"UpdateWebSurveySetting","id":"afa44b29-c907-4584-a48a-d2c1f1501f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"headerText\": \"Survey\",\n    \"headerFontColor\": \"#FF5733\",\n    \"messageText\": \"Please provide Feedback.\",\n    \"messageTextFontColor\": \"#000000\",\n    \"pageBackgroundColor\": \"#FFFFFF\",\n    \"buttonCaptionColor\": \"#FFFFFF\",\n    \"buttonBackgroundColor\": \"#007BFF\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_LOCAL}}/api/v1/web-survey-setting/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","web-survey-setting","1"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[{"id":"06180871-0e57-4c7a-8b86-ef10f00b9e24","name":"UpdateWebSurveySetting","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"headerText\": \"Survey\",\n    \"headerFontColor\": \"#FF5733\",\n    \"messageText\": \"Please provide Feedback.\",\n    \"messageTextFontColor\": \"#000000\",\n    \"pageBackgroundColor\": \"#FFFFFF\",\n    \"buttonCaptionColor\": \"#CFFGGG\",\n    \"buttonBackgroundColor\": \"#007BFF\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/web-survey-setting/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 21 Aug 2024 13:32:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"headerText\": \"Survey\",\n    \"headerFontColor\": \"#FF5733\",\n    \"messageText\": \"Please provide Feedback.\",\n    \"messageTextFontColor\": \"#000000\",\n    \"pageBackgroundColor\": \"#FFFFFF\",\n    \"buttonCaptionColor\": \"#CFFGGG\",\n    \"buttonBackgroundColor\": \"#007BFF\"\n}"}],"_postman_id":"afa44b29-c907-4584-a48a-d2c1f1501f49"},{"name":"DeleteWebSurveySetting","id":"0fc75804-bb51-4815-b586-91cf37969d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{PCS_LOCAL}}/api/v1/web-survey-setting/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","web-survey-setting","1"],"host":["{{PCS_LOCAL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fc75804-bb51-4815-b586-91cf37969d02"}],"id":"eb94a5eb-7ca3-440c-9aed-cb91fc5cf2ec","_postman_id":"eb94a5eb-7ca3-440c-9aed-cb91fc5cf2ec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"ConfigurationSetting","item":[{"name":"getConfigSetting","id":"3a53a5b0-80d3-4894-b7e8-c24c8f81866f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/configuration-settings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","configuration-settings"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a53a5b0-80d3-4894-b7e8-c24c8f81866f"}],"id":"2d6ef215-5d19-4460-8041-6f8f4faba1d7","_postman_id":"2d6ef215-5d19-4460-8041-6f8f4faba1d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"user","item":[{"name":"login","id":"16e0bf8c-edf6-4b9a-bee7-bcff5c0a8d60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\":\"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/user/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","user","login"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"26f911e4-0a39-46cb-9a19-547908326c15","name":"successful-login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\":\"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJqY1dEYzVtdk81Yy14NHVnSGV1V0N4NGV3d1lUakhTcWlvWVU3NUR2SzVvIn0.eyJleHAiOjE3MjI4NDE2NTIsImlhdCI6MTcyMjgzOTg1MiwianRpIjoiNDBjN2FhZTUtZmM2YS00YTM5LWI3ZGYtYzY3N2I4NTZlMzNkIiwiaXNzIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93IiwiYXVkIjpbInJlYWxtLW1hbmFnZW1lbnQiLCJhY2NvdW50Il0sInN1YiI6IjZkM2VlYWQ1LWRkMjMtNDRlNC1hZGQwLTU4YzUwNTJhM2ZiNCIsInR5cCI6IkJlYXJlciIsImF6cCI6ImNpbSIsInNlc3Npb25fc3RhdGUiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiYWdlbnQiLCJkZWZhdWx0LXJvbGVzLWV4cGVydGZsb3ciLCJvZmZsaW5lX2FjY2VzcyIsImFkbWluIiwidW1hX2F1dGhvcml6YXRpb24iLCJzdXBlcnZpc29yIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsicmVhbG0tbWFuYWdlbWVudCI6eyJyb2xlcyI6WyJ2aWV3LWlkZW50aXR5LXByb3ZpZGVycyIsInZpZXctcmVhbG0iLCJtYW5hZ2UtaWRlbnRpdHktcHJvdmlkZXJzIiwiaW1wZXJzb25hdGlvbiIsInJlYWxtLWFkbWluIiwiY3JlYXRlLWNsaWVudCIsIm1hbmFnZS11c2VycyIsInF1ZXJ5LXJlYWxtcyIsInZpZXctYXV0aG9yaXphdGlvbiIsInF1ZXJ5LWNsaWVudHMiLCJxdWVyeS11c2VycyIsIm1hbmFnZS1ldmVudHMiLCJtYW5hZ2UtcmVhbG0iLCJ2aWV3LWV2ZW50cyIsInZpZXctdXNlcnMiLCJ2aWV3LWNsaWVudHMiLCJtYW5hZ2UtYXV0aG9yaXphdGlvbiIsIm1hbmFnZS1jbGllbnRzIiwicXVlcnktZ3JvdXBzIl19LCJjaW0iOnsicm9sZXMiOlsiY2xpZW50LWFkbWluIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6ImVtYWlsIHByb2ZpbGUiLCJzaWQiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJlbWFpbF92ZXJpZmllZCI6ZmFsc2UsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6IiIsImZhbWlseV9uYW1lIjoiIn0.ldfeW2UF-QenEZUjuV6xBJmHUvveOKjbJ4pyvV4Q3LGt7w_qq9L5UaRmwCwAjR20Dx5muiB3xKpqNrNOhf5KYMh82D05jQv_ut_UQKFBtymf2nKdi49oTisIovLSlAYvQ6HoFs61BC0AtbdWCgUBI_NfVJqZCUx1QrQq1kOSLn5w7YoMR8Id15eGRCh6sBpOKgwF84JCczQv9NvU6aC7xY4fYoYxanQBW880Cfea2S2zIdgt-yg7cOVUTX8v_3-Vfa5KKviVP1YDk8gVDOid2ovRKpOHJROvs6bN5hfKKwiuYsQQ-i9YAhFV6T4SZQUoBryjh1uZkNVJ_pto-TLtgQ\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICIwMTgxZjExMC03NzJhLTQ0MDQtYTk3My05NTI2MDYwY2MyNjYifQ.eyJleHAiOjE3MjI4NDE2NTIsImlhdCI6MTcyMjgzOTg1MiwianRpIjoiZTgzZGEyODctNjgwNC00NjkxLWIwYjQtYTlmYjk0NWFiYTViIiwiaXNzIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93IiwiYXVkIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93Iiwic3ViIjoiNmQzZWVhZDUtZGQyMy00NGU0LWFkZDAtNThjNTA1MmEzZmI0IiwidHlwIjoiUmVmcmVzaCIsImF6cCI6ImNpbSIsInNlc3Npb25fc3RhdGUiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJzY29wZSI6ImVtYWlsIHByb2ZpbGUiLCJzaWQiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EifQ.WG7v69RkCjorBNt-Ztg1KgIA-LallmmZjq6HYHUhtq0\",\n    \"tokenExpiry\": 1800,\n    \"refreshTokenExpiry\": 1800,\n    \"username\": \"admin\",\n    \"clientId\": \"cim\",\n    \"realmRoles\": [\n        \"agent\",\n        \"default-roles-expertflow\",\n        \"offline_access\",\n        \"admin\",\n        \"uma_authorization\",\n        \"supervisor\"\n    ],\n    \"clientRoles\": [\n        \"client-admin\"\n    ],\n    \"licenseInfo\": {\n        \"licenseKey\": \"9Z0cXJdJa89Rr6AJ9vq7XuvQFqU5UVq66Vpnv1iD5+TR9BvOdFALTuEwB1tuNXqzfl7dFm4Z7fk=\",\n        \"licensedTo\": \"Evaluation\",\n        \"status\": \"valid\",\n        \"type\": \"trial\",\n        \"creationDate\": \"Mon Jul 01 00:00:00 PKT 2024\",\n        \"supportExpiryDate\": null,\n        \"expirationDate\": \"Sun Sep 01 00:00:00 PKT 2024\",\n        \"numberOfAgents\": 10\n    }\n}"},{"id":"d3ab39e5-b1f0-4132-a485-9481d98a181e","name":"invalid-credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\":\"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/user/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Invalid username and/or password"},{"id":"07144b2a-edd6-437c-8bca-f4dbce35f75e","name":"bad-request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/user/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": 1722663302018,\n    \"status\": 400,\n    \"error\": \"Bad Request\",\n    \"trace\": \"org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public org.springframework.http.ResponseEntity<java.lang.Object> com.ef.pcs.controllers.UserController.login(java.util.Map<java.lang.String, java.lang.Object>)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.readWithMessageConverters(RequestResponseBodyMethodProcessor.java:164)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.resolveArgument(RequestResponseBodyMethodProcessor.java:135)\\n\\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:224)\\n\\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:178)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926)\\n\\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831)\\n\\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\\n\\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)\\n\\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\\n\\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\\n\\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\\n\\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590)\\n\\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\\n\\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\\n\\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164)\\n\\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140)\\n\\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)\\n\\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)\\n\\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)\\n\\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)\\n\\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)\\n\\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)\\n\\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)\\n\\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)\\n\\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)\\n\\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904)\\n\\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)\\n\\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)\\n\\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\\n\\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)\\n\\tat java.base/java.lang.Thread.run(Thread.java:840)\\n\",\n    \"message\": \"Required request body is missing: public org.springframework.http.ResponseEntity<java.lang.Object> com.ef.pcs.controllers.UserController.login(java.util.Map<java.lang.String, java.lang.Object>)\",\n    \"path\": \"/api/v1/user/login\"\n}"},{"id":"cbde5915-cfde-4eeb-a47d-db7c80dffc9f","name":"licenseExpired","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\":\"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJqY1dEYzVtdk81Yy14NHVnSGV1V0N4NGV3d1lUakhTcWlvWVU3NUR2SzVvIn0.eyJleHAiOjE3MjI4NDE2NTIsImlhdCI6MTcyMjgzOTg1MiwianRpIjoiNDBjN2FhZTUtZmM2YS00YTM5LWI3ZGYtYzY3N2I4NTZlMzNkIiwiaXNzIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93IiwiYXVkIjpbInJlYWxtLW1hbmFnZW1lbnQiLCJhY2NvdW50Il0sInN1YiI6IjZkM2VlYWQ1LWRkMjMtNDRlNC1hZGQwLTU4YzUwNTJhM2ZiNCIsInR5cCI6IkJlYXJlciIsImF6cCI6ImNpbSIsInNlc3Npb25fc3RhdGUiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiYWdlbnQiLCJkZWZhdWx0LXJvbGVzLWV4cGVydGZsb3ciLCJvZmZsaW5lX2FjY2VzcyIsImFkbWluIiwidW1hX2F1dGhvcml6YXRpb24iLCJzdXBlcnZpc29yIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsicmVhbG0tbWFuYWdlbWVudCI6eyJyb2xlcyI6WyJ2aWV3LWlkZW50aXR5LXByb3ZpZGVycyIsInZpZXctcmVhbG0iLCJtYW5hZ2UtaWRlbnRpdHktcHJvdmlkZXJzIiwiaW1wZXJzb25hdGlvbiIsInJlYWxtLWFkbWluIiwiY3JlYXRlLWNsaWVudCIsIm1hbmFnZS11c2VycyIsInF1ZXJ5LXJlYWxtcyIsInZpZXctYXV0aG9yaXphdGlvbiIsInF1ZXJ5LWNsaWVudHMiLCJxdWVyeS11c2VycyIsIm1hbmFnZS1ldmVudHMiLCJtYW5hZ2UtcmVhbG0iLCJ2aWV3LWV2ZW50cyIsInZpZXctdXNlcnMiLCJ2aWV3LWNsaWVudHMiLCJtYW5hZ2UtYXV0aG9yaXphdGlvbiIsIm1hbmFnZS1jbGllbnRzIiwicXVlcnktZ3JvdXBzIl19LCJjaW0iOnsicm9sZXMiOlsiY2xpZW50LWFkbWluIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6ImVtYWlsIHByb2ZpbGUiLCJzaWQiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJlbWFpbF92ZXJpZmllZCI6ZmFsc2UsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6IiIsImZhbWlseV9uYW1lIjoiIn0.ldfeW2UF-QenEZUjuV6xBJmHUvveOKjbJ4pyvV4Q3LGt7w_qq9L5UaRmwCwAjR20Dx5muiB3xKpqNrNOhf5KYMh82D05jQv_ut_UQKFBtymf2nKdi49oTisIovLSlAYvQ6HoFs61BC0AtbdWCgUBI_NfVJqZCUx1QrQq1kOSLn5w7YoMR8Id15eGRCh6sBpOKgwF84JCczQv9NvU6aC7xY4fYoYxanQBW880Cfea2S2zIdgt-yg7cOVUTX8v_3-Vfa5KKviVP1YDk8gVDOid2ovRKpOHJROvs6bN5hfKKwiuYsQQ-i9YAhFV6T4SZQUoBryjh1uZkNVJ_pto-TLtgQ\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICIwMTgxZjExMC03NzJhLTQ0MDQtYTk3My05NTI2MDYwY2MyNjYifQ.eyJleHAiOjE3MjI4NDE2NTIsImlhdCI6MTcyMjgzOTg1MiwianRpIjoiZTgzZGEyODctNjgwNC00NjkxLWIwYjQtYTlmYjk0NWFiYTViIiwiaXNzIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93IiwiYXVkIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93Iiwic3ViIjoiNmQzZWVhZDUtZGQyMy00NGU0LWFkZDAtNThjNTA1MmEzZmI0IiwidHlwIjoiUmVmcmVzaCIsImF6cCI6ImNpbSIsInNlc3Npb25fc3RhdGUiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJzY29wZSI6ImVtYWlsIHByb2ZpbGUiLCJzaWQiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EifQ.WG7v69RkCjorBNt-Ztg1KgIA-LallmmZjq6HYHUhtq0\",\n    \"tokenExpiry\": 1800,\n    \"refreshTokenExpiry\": 1800,\n    \"username\": \"admin\",\n    \"clientId\": \"cim\",\n    \"realmRoles\": [\n        \"agent\",\n        \"default-roles-expertflow\",\n        \"offline_access\",\n        \"admin\",\n        \"uma_authorization\",\n        \"supervisor\"\n    ],\n    \"clientRoles\": [\n        \"client-admin\"\n    ],\n    \"licenseInfo\": {\n        \"licenseKey\": \"9Z0cXJdJa89Rr6AJ9vq7XuvQFqU5UVq66Vpnv1iD5+TR9BvOdFALTuEwB1tuNXqzfl7dFm4Z7fk=\",\n        \"licensedTo\": \"Evaluation\",\n        \"status\": \"expired\",\n        \"type\": \"trial\",\n        \"creationDate\": \"Mon Jul 01 00:00:00 PKT 2024\",\n        \"supportExpiryDate\": null,\n        \"expirationDate\": \"Sun Sep 01 00:00:00 PKT 2024\",\n        \"numberOfAgents\": 10\n    }\n}"},{"id":"48994553-da19-4731-b119-05bc8c5517be","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\":\"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJqY1dEYzVtdk81Yy14NHVnSGV1V0N4NGV3d1lUakhTcWlvWVU3NUR2SzVvIn0.eyJleHAiOjE3MjI4NDE2NTIsImlhdCI6MTcyMjgzOTg1MiwianRpIjoiNDBjN2FhZTUtZmM2YS00YTM5LWI3ZGYtYzY3N2I4NTZlMzNkIiwiaXNzIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93IiwiYXVkIjpbInJlYWxtLW1hbmFnZW1lbnQiLCJhY2NvdW50Il0sInN1YiI6IjZkM2VlYWQ1LWRkMjMtNDRlNC1hZGQwLTU4YzUwNTJhM2ZiNCIsInR5cCI6IkJlYXJlciIsImF6cCI6ImNpbSIsInNlc3Npb25fc3RhdGUiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiYWdlbnQiLCJkZWZhdWx0LXJvbGVzLWV4cGVydGZsb3ciLCJvZmZsaW5lX2FjY2VzcyIsImFkbWluIiwidW1hX2F1dGhvcml6YXRpb24iLCJzdXBlcnZpc29yIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsicmVhbG0tbWFuYWdlbWVudCI6eyJyb2xlcyI6WyJ2aWV3LWlkZW50aXR5LXByb3ZpZGVycyIsInZpZXctcmVhbG0iLCJtYW5hZ2UtaWRlbnRpdHktcHJvdmlkZXJzIiwiaW1wZXJzb25hdGlvbiIsInJlYWxtLWFkbWluIiwiY3JlYXRlLWNsaWVudCIsIm1hbmFnZS11c2VycyIsInF1ZXJ5LXJlYWxtcyIsInZpZXctYXV0aG9yaXphdGlvbiIsInF1ZXJ5LWNsaWVudHMiLCJxdWVyeS11c2VycyIsIm1hbmFnZS1ldmVudHMiLCJtYW5hZ2UtcmVhbG0iLCJ2aWV3LWV2ZW50cyIsInZpZXctdXNlcnMiLCJ2aWV3LWNsaWVudHMiLCJtYW5hZ2UtYXV0aG9yaXphdGlvbiIsIm1hbmFnZS1jbGllbnRzIiwicXVlcnktZ3JvdXBzIl19LCJjaW0iOnsicm9sZXMiOlsiY2xpZW50LWFkbWluIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6ImVtYWlsIHByb2ZpbGUiLCJzaWQiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJlbWFpbF92ZXJpZmllZCI6ZmFsc2UsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6IiIsImZhbWlseV9uYW1lIjoiIn0.ldfeW2UF-QenEZUjuV6xBJmHUvveOKjbJ4pyvV4Q3LGt7w_qq9L5UaRmwCwAjR20Dx5muiB3xKpqNrNOhf5KYMh82D05jQv_ut_UQKFBtymf2nKdi49oTisIovLSlAYvQ6HoFs61BC0AtbdWCgUBI_NfVJqZCUx1QrQq1kOSLn5w7YoMR8Id15eGRCh6sBpOKgwF84JCczQv9NvU6aC7xY4fYoYxanQBW880Cfea2S2zIdgt-yg7cOVUTX8v_3-Vfa5KKviVP1YDk8gVDOid2ovRKpOHJROvs6bN5hfKKwiuYsQQ-i9YAhFV6T4SZQUoBryjh1uZkNVJ_pto-TLtgQ\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICIwMTgxZjExMC03NzJhLTQ0MDQtYTk3My05NTI2MDYwY2MyNjYifQ.eyJleHAiOjE3MjI4NDE2NTIsImlhdCI6MTcyMjgzOTg1MiwianRpIjoiZTgzZGEyODctNjgwNC00NjkxLWIwYjQtYTlmYjk0NWFiYTViIiwiaXNzIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93IiwiYXVkIjoiaHR0cHM6Ly9lZmN4NC5leHBlcnRmbG93LmNvbS9hdXRoL3JlYWxtcy9leHBlcnRmbG93Iiwic3ViIjoiNmQzZWVhZDUtZGQyMy00NGU0LWFkZDAtNThjNTA1MmEzZmI0IiwidHlwIjoiUmVmcmVzaCIsImF6cCI6ImNpbSIsInNlc3Npb25fc3RhdGUiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EiLCJzY29wZSI6ImVtYWlsIHByb2ZpbGUiLCJzaWQiOiIwZTUzOWU3Yy1iMjZmLTQxYjctOGMyNC1lY2ZkNzAzZTc1M2EifQ.WG7v69RkCjorBNt-Ztg1KgIA-LallmmZjq6HYHUhtq0\",\n    \"tokenExpiry\": 1800,\n    \"refreshTokenExpiry\": 1800,\n    \"username\": \"admin\",\n    \"clientId\": \"cim\",\n    \"realmRoles\": [\n        \"agent\",\n        \"default-roles-expertflow\",\n        \"offline_access\",\n        \"admin\",\n        \"uma_authorization\",\n        \"supervisor\"\n    ],\n    \"clientRoles\": [\n        \"client-admin\"\n    ],\n    \"licenseInfo\": null\n}"}],"_postman_id":"16e0bf8c-edf6-4b9a-bee7-bcff5c0a8d60"}],"id":"8aa58f03-2943-43ea-b57a-a46c006c941d","_postman_id":"8aa58f03-2943-43ea-b57a-a46c006c941d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"prompt","item":[{"name":"getList","id":"b4ffce0b-50e8-4420-acc7-463892751874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"${{PCS_MOCK}}/api/v1/prompt","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","prompt"],"host":["${{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"1ea1d823-45ba-4c9e-a95e-21a73fcca0ec","name":"getList","originalRequest":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/prompt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 21,\n        \"name\": \"default/GoodBy_EF.wav\"\n    },\n    {\n        \"id\": 22,\n        \"name\": \"en_US/PCS_Question1.wav\"\n    },\n    {\n        \"id\": 23,\n        \"name\": \"en_US/Welcome_EF.wav\"\n    },\n    {\n        \"id\": 24,\n        \"name\": \"default/Welcome_EF.wav\"\n    },\n    {\n        \"id\": 25,\n        \"name\": \"default/PCS_Question2.wav\"\n    },\n    {\n        \"id\": 26,\n        \"name\": \"en_US/GoodBy_EF.wav\"\n    },\n    {\n        \"id\": 27,\n        \"name\": \"default/PCS_Question1.wav\"\n    },\n    {\n        \"id\": 28,\n        \"name\": \"en_US/PCS_Question2.wav\"\n    }\n]"}],"_postman_id":"b4ffce0b-50e8-4420-acc7-463892751874"},{"name":"sync","id":"bda7baac-8df9-4641-a921-2260af7e4d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{PCS_MOCK}}/api/prompt/sync","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","prompt","sync"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"9accfe44-f2dc-4354-8b3d-db4c02f75034","name":"sync","originalRequest":{"method":"POST","header":[],"url":"{{PCS_MOCK}}/api/prompt/sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 21,\n        \"name\": \"default/GoodBy_EF.wav\"\n    },\n    {\n        \"id\": 22,\n        \"name\": \"en_US/PCS_Question1.wav\"\n    },\n    {\n        \"id\": 23,\n        \"name\": \"en_US/Welcome_EF.wav\"\n    },\n    {\n        \"id\": 24,\n        \"name\": \"default/Welcome_EF.wav\"\n    },\n    {\n        \"id\": 25,\n        \"name\": \"default/PCS_Question2.wav\"\n    },\n    {\n        \"id\": 26,\n        \"name\": \"en_US/GoodBy_EF.wav\"\n    },\n    {\n        \"id\": 27,\n        \"name\": \"default/PCS_Question1.wav\"\n    },\n    {\n        \"id\": 28,\n        \"name\": \"en_US/PCS_Question2.wav\"\n    }\n]"}],"_postman_id":"bda7baac-8df9-4641-a921-2260af7e4d82"}],"id":"0e1ec2c1-271b-4797-a328-57348570b40a","_postman_id":"0e1ec2c1-271b-4797-a328-57348570b40a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}},{"name":"IVR APIs","item":[{"name":"getSurveyDetailsByDN(Voice and SMS)","id":"2db9b9c2-332f-4e90-a67f-a66f91f4eadd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{PCS_MOCK}}/api/v1/survey/get-survey-details?dialNumber=1122","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey","get-survey-details"],"host":["{{PCS_MOCK}}"],"query":[{"key":"dialNumber","value":"1122"}],"variable":[]}},"response":[{"id":"d886023a-2074-4a60-b13e-811a95e4aa8d","name":"getSurveyDetailsByDN(Voice and SMS)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{PCS_MOCK}}/api/v1/survey/get-survey-details?dialNumber=1122","host":["{{PCS_MOCK}}"],"path":["api","v1","survey","get-survey-details"],"query":[{"key":"dialNumber","value":"1122"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 21 Aug 2024 12:27:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"surveyId\": 1,\n    \"agentId\": \"Agent001\",\n    \"npsQuestionId\": 1008,\n    \"channel\": 0,\n    \"question2Prompt\": null,\n    \"ratingRange\": 4,\n    \"question7Prompt\": null,\n    \"question8Type\": 2,\n    \"smsText\": \"Dear customer! Are you satisfied with the agent you just talked to?\",\n    \"question5Type\": 2,\n    \"serviceDN\": \"1122\",\n    \"surveyName\": \"Test22 Testing\",\n    \"goodbyePrompt\": \"Thank you for completing the survey.\",\n    \"isNps\": \"true\",\n    \"question1Type\": 2,\n    \"serviceId\": 1004,\n    \"npsQuestionPrompt\": \"satisfaction_survey.json\",\n    \"question9Type\": 2,\n    \"question5Prompt\": null,\n    \"surveyType\": 2,\n    \"welcomePrompt\": \"Welcome to our survey!\",\n    \"question6Prompt\": null,\n    \"question8Prompt\": null,\n    \"question2Type\": 2,\n    \"question6Type\": 2,\n    \"question3Prompt\": null,\n    \"question3Id\": 7,\n    \"question6Id\": 11,\n    \"question9Prompt\": null,\n    \"question5Id\": 10,\n    \"question8Id\": 13,\n    \"question7Id\": 12,\n    \"question9Id\": 14,\n    \"question1Prompt\": null,\n    \"question3Type\": 2,\n    \"question2Id\": 5,\n    \"question1Id\": 3,\n    \"question7Type\": 2\n}"}],"_postman_id":"2db9b9c2-332f-4e90-a67f-a66f91f4eadd"},{"name":"updateSmsFeedback","id":"9c354214-a473-4331-a629-b71c076ca4b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"username\": \"admin\",\n  \"password\": \"admin1\",\n  \"ani\": \"0300495903\",\n  \"surveyId\": 101,\n  \"serviceId\": 101,\n  \"serviceDn\": 1122,\n  \"agentId\": 101,\n  \"agentName\": \"John\",\n  \"callbackId\": 1242,\n  \"question1Id\": 101,\n  \"questionType\": 0,\n  \"isNps\": \"true\",\n  \"smsText\": \"How likely are you recommend to us to your friends/colleagues? Rate  between 0 to 10?\",\n  \"branchCode\": \"1123\",\n  \"dateCreated\": \"2018-11-12 13:00:15\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/survey/save-sms-feedback","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey","save-sms-feedback"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"0aef155e-3a5e-4510-99f6-35e3762095a1","name":"updateSmsFeedback","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ani\": \"0300495903\",\n  \"surveyId\": 30005,\n  \"serviceId\": 40002,\n  \"serviceDn\": \"3393\",\n  \"agentId\": \"101\",\n  \"agentName\": \"John\",\n  \"question1Id\": 101,\n  \"questionType\": 0,\n  \"isNps\": \"false\",\n  \"smsText\": \"Please rate agent between 1 and 5\",\n  \"branchCode\": \"1123\", //optional\n  \"dateCreated\": \"2018-11-12 13:00:15\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/survey/save-sms-feedback"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 13 Aug 2024 13:29:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"surveyId\": 101,\n    \"agentId\": 101,\n    \"agentName\": \"John\",\n    \"smsText\": \"How likely are you recommend to us to your friends/colleagues? Rate  between 0 to 10?\",\n    \"branchCode\": \"1123\",\n    \"password\": \"admin1\",\n    \"serviceDn\": 1122,\n    \"dateCreated\": \"2018-11-12 13:00:15\",\n    \"callbackId\": 1242,\n    \"isNps\": true,\n    \"serviceId\": 101,\n    \"ani\": \"0300495903\",\n    \"questionType\": 0,\n    \"username\": \"admin\",\n    \"question1Id\": 101\n}"}],"_postman_id":"9c354214-a473-4331-a629-b71c076ca4b9"},{"name":"UpdateVoiceSurveyFeedback","id":"c61621bd-d295-41f4-9b1e-366b763113ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ani\": \"1201\",\n  \"surveyId\": 101,\n  \"serviceId\": 101,\n  \"serviceDn\": 1122,\n  \"agentId\": \"101\",\n  \"agentName\": \"John\",\n  \"callbackId\": 101,\n  \"feedbackTime\": \"2018-11-11 13:24:12\",\n  \"question1Id\": 101,\n  \"answer1Value\": \"9\",\n  \"question2Id\": 101,\n  \"answer2Value\": \"0\",\n  \"question3Id\": 101,\n  \"answer3Value\": \"-1\",\n  \"question4Id\": 101,\n  \"answer4Value\": \"8\",\n  \"question5Id\": 101,\n  \"answer5Value\": \"7\",\n  \"question6Id\": 101,\n  \"answer6Value\": \"6\",\n  \"question7Id\": 101,\n  \"answer7Value\": \"5\",\n  \"question8Id\": 101,\n  \"answer8Value\": \"4\",\n  \"question9Id\": 101,\n  \"answer9Value\": \"3\",\n  \"npsQuestionId\": 101,\n  \"npsAnswerValue\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/survey/save-feedback","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}},"urlObject":{"path":["api","v1","survey","save-feedback"],"host":["{{PCS_MOCK}}"],"query":[],"variable":[]}},"response":[{"id":"ef22434d-1a6b-4d95-9f94-b3debb2b4f4f","name":"UpdateVoiceSurveyFeedback","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ani\": \"1201\",\n  \"surveyId\": 101,\n  \"serviceId\": 101,\n  \"serviceDn\": 1122,\n  \"agentId\": \"101\",\n  \"agentName\": \"John\",\n  \"callbackId\": 101,\n  \"feedbackTime\": \"2018-11-11 13:24:12\",\n  \"question1Id\": 101,\n  \"answer1Value\": \"9\",\n  \"question2Id\": 101,\n  \"answer2Value\": \"0\",\n  \"question3Id\": 101,\n  \"answer3Value\": \"-1\",\n  \"question4Id\": 101,\n  \"answer4Value\": \"8\",\n  \"question5Id\": 101,\n  \"answer5Value\": \"7\",\n  \"question6Id\": 101,\n  \"answer6Value\": \"6\",\n  \"question7Id\": 101,\n  \"answer7Value\": \"5\",\n  \"question8Id\": 101,\n  \"answer8Value\": \"4\",\n  \"question9Id\": 101,\n  \"answer9Value\": \"3\",\n  \"npsQuestionId\": 101,\n  \"npsAnswerValue\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PCS_MOCK}}/api/v1/survey/save-feedback"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 26 Aug 2024 12:26:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ani\": \"1201\",\n    \"channel\": 0,\n    \"businessParam1\": null,\n    \"businessParam2\": null,\n    \"businessParam3\": null,\n    \"businessParam4\": null,\n    \"businessParam5\": null,\n    \"callbackId\": null,\n    \"feedbackTime\": \"2018-11-11 13:24:12\",\n    \"customerName\": null,\n    \"customerId\": null,\n    \"surveyId\": 101,\n    \"question1Id\": 101,\n    \"question2Id\": null,\n    \"question3Id\": null,\n    \"question4Id\": null,\n    \"question5Id\": null,\n    \"question6Id\": null,\n    \"question7Id\": null,\n    \"question8Id\": null,\n    \"question9Id\": null,\n    \"question10Id\": null,\n    \"answer1Value\": \"9\",\n    \"answer2Value\": null,\n    \"answer3Value\": null,\n    \"answer4Value\": null,\n    \"answer5Value\": null,\n    \"answer6Value\": null,\n    \"answer7Value\": null,\n    \"answer8Value\": null,\n    \"answer9Value\": null,\n    \"answer10Value\": null,\n    \"question1Prompt\": null,\n    \"question2Prompt\": null,\n    \"question3Prompt\": null,\n    \"question4Prompt\": null,\n    \"question5Prompt\": null,\n    \"question6Prompt\": null,\n    \"question7Prompt\": null,\n    \"question8Prompt\": null,\n    \"question9Prompt\": null,\n    \"question10Prompt\": null,\n    \"serviceDn\": \"1122\",\n    \"agentName\": \"John\",\n    \"recordedFile\": null,\n    \"serviceId\": 101,\n    \"agentId\": \"101\",\n    \"sessionId\": null,\n    \"branchCode\": null,\n    \"npsQuestionId\": null,\n    \"npsScore\": null,\n    \"npsAnswerValue\": null\n}"}],"_postman_id":"c61621bd-d295-41f4-9b1e-366b763113ea"}],"id":"c5edbbac-b628-4d06-8e80-e14df06fb662","_postman_id":"c5edbbac-b628-4d06-8e80-e14df06fb662","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","id":"0df49f8b-cb07-4b79-84ba-54dbfe15be1f","name":"PCS-V13","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"b01d656a-18e8-40a8-8634-9c9c46302986","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"93160b74-1434-4e9c-a546-0b74a12e055d","type":"text/javascript","packages":{},"exec":[""]}}]}