{"info":{"_postman_id":"72ec3027-a345-43f1-8aef-6a9485378c37","name":"Purchase Protect","description":"<html><head></head><body><p><strong>Introduction to AssureKit</strong></p>\n<p>Welcome to AssureKit's API documentation !</p>\n<p>We are a full-stack ecosystem that empowers businesses, platforms, and\ncompanies to offer tailored insurance-backed protection plans to their\nusers. With AssureKit, you're not just providing insurance; you're offering\na safety net tailored to every layer of your customer's needs, ensuring\ngrowth and trust in your brand.</p>\n<p><strong>Why get stuck in the complexities of insurance when we can simplify it for\nyou?</strong></p>\n<p>Our API is crafted to integrate seamlessly with your platform, ensuring a\nsmooth user experience without the need for extensive engineering resources.</p>\n<p>This documentation is your roadmap, guiding you on how AssureKit can be the\nperfect partner for your platform.</p>\n<p>Contact Support:\n Name: Assurekit Technology &amp; Service Pvt Ltd\n Email: <a href=\"mailto:product@assurekit.com\">product@assurekit.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25948220","collectionId":"72ec3027-a345-43f1-8aef-6a9485378c37","publishedId":"2sAYXFhH4k","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-02T09:10:40.000Z"},"item":[{"name":"Plan Issuance","item":[{"name":"Check eligibility","id":"3d86d08f-9cff-467f-a125-639eb275a6a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"provider\": \"AK_INTERNAL_LOGIC\",\n    \"customerMobileNo\": \"9876543210\",\n    \"customerAddress\": \"Spine City Mall, Moshi, Pune\",\n    \"customerPincode\": \"412105\",\n    \"customerState\": \"Maharashtra\",\n    \"customerCity\": \"Mumbai\",\n    \"orderId\": \"ORD-100\",\n    \"orderDate\": \"2024-09-27 11:23:35\",\n    \"orderNetValue\": 10,\n    \"orderGrossValue\": 11.8,\n    \"orderTotalDiscount\": 0,\n    \"orderItems\": [\n        {\n            \"id\": \"ITM-123\",\n            \"description\": \"Mobile devices\",\n            \"quantity\": 1,\n            \"grossValue\": 11.8,\n            \"discount\": 0,\n            \"netValue\": 10\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/pe/purchase/eligibility-check","description":"<p>Check eligibility for Cash on Delivery payment option.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Customer score</strong></th>\n<th><strong>Customer risk type</strong></th>\n<th><strong>Underwriter decision</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0-0.3</td>\n<td>Low</td>\n<td>Accept</td>\n</tr>\n<tr>\n<td>0.3-0.6</td>\n<td>Medium</td>\n<td>Accept</td>\n</tr>\n<tr>\n<td>0.6-1</td>\n<td>High</td>\n<td>Decline</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["pe","purchase","eligibility-check"],"host":["https://nonprod-api.assurekit.com/uat"],"query":[],"variable":[]}},"response":[{"id":"c786d3f0-f57d-4753-83e7-94d78d42d24a","name":"Low risk eligible for COD","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"provider\": \"AK_INTERNAL_LOGIC\",\n  \"customerMobileNo\": \"9876543210\",\n  \"customerAddress\": \"Spine City Mall, Moshi, Pune\",\n  \"customerPincode\": \"412105\",\n  \"customerState\": \"Maharashtra\",\n  \"customerCity\": \"Mumbai\",\n  \"orderId\": \"ORD-100\",\n  \"orderDate\": \"2024-09-27 11:23:35\",\n  \"orderNetValue\": 10,\n  \"orderGrossValue\": 11.8,\n  \"orderTotalDiscount\": 0,\n  \"orderItems\": [\n    {\n      \"id\": \"ITM-123\",\n      \"description\": \"Mobile devices\",\n      \"quantity\": 1,\n      \"grossValue\": 11.8,\n      \"discount\": 0,\n      \"netValue\": 10\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/pe/purchase/eligibility-check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"scoreId\": \"ff232cc29e968013274e8fd3a90b4aaefef4842d\",\n    \"codEligible\": true,\n    \"riskCategory\": \"Low\",\n    \"riskScore\": 0.1,\n    \"model1Category\": \"Low\",\n    \"model1Score\": 10,\n    \"model2Category\": \"Low\",\n    \"model2Score\": 10,\n    \"model3Category\": \"Low\",\n    \"model3Score\": 1,\n    \"model4Category\": \"Low\",\n    \"model4Score\": 0.1\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"f986e44d-dc54-4411-a0c5-e71bf138ef49","name":"Medium risk eligible for COD","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"provider\": \"AK_INTERNAL_LOGIC\",\n  \"customerMobileNo\": \"9876543210\",\n  \"customerAddress\": \"Spine City Mall, Moshi, Pune\",\n  \"customerPincode\": \"412105\",\n  \"customerState\": \"Maharashtra\",\n  \"customerCity\": \"Mumbai\",\n  \"orderId\": \"ORD-100\",\n  \"orderDate\": \"2024-09-27 11:23:35\",\n  \"orderNetValue\": 10,\n  \"orderGrossValue\": 11.8,\n  \"orderTotalDiscount\": 0,\n  \"orderItems\": [\n    {\n      \"id\": \"ITM-123\",\n      \"description\": \"Mobile devices\",\n      \"quantity\": 1,\n      \"grossValue\": 11.8,\n      \"discount\": 0,\n      \"netValue\": 10\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/pe/purchase/eligibility-check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"scoreId\": \"ff232cc29e968013274e8fd3a90b4aaefef4849x\",\n    \"codEligible\": true,\n    \"riskCategory\": \"Medium\",\n    \"riskScore\": 0.5,\n    \"model1Category\": \"Medium\",\n    \"model1Score\": 50,\n    \"model2Category\": \"Medium\",\n    \"model2Score\": 50,\n    \"model3Category\": \"Medium\",\n    \"model3Score\": 5,\n    \"model4Category\": \"Medium\",\n    \"model4Score\": 0.5\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"d193d6a5-b620-4923-a331-04a102ebd34b","name":"High risk not eligible for COD","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"provider\": \"AK_INTERNAL_LOGIC\",\n  \"customerMobileNo\": \"9876543210\",\n  \"customerAddress\": \"Spine City Mall, Moshi, Pune\",\n  \"customerPincode\": \"412105\",\n  \"customerState\": \"Maharashtra\",\n  \"customerCity\": \"Mumbai\",\n  \"orderId\": \"ORD-100\",\n  \"orderDate\": \"2024-09-27 11:23:35\",\n  \"orderNetValue\": 10,\n  \"orderGrossValue\": 11.8,\n  \"orderTotalDiscount\": 0,\n  \"orderItems\": [\n    {\n      \"id\": \"ITM-123\",\n      \"description\": \"Mobile devices\",\n      \"quantity\": 1,\n      \"grossValue\": 11.8,\n      \"discount\": 0,\n      \"netValue\": 10\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/pe/purchase/eligibility-check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"scoreId\": \"ff232cc29e968013274e8fd3a90b4aaefef4844g\",\n    \"codEligible\": false,\n    \"riskCategory\": \"High\",\n    \"riskScore\": 0.9,\n    \"model1Category\": \"High\",\n    \"model1Score\": 90,\n    \"model2Category\": \"High\",\n    \"model2Score\": 90,\n    \"model3Category\": \"High\",\n    \"model3Score\": 9,\n    \"model4Category\": \"High\",\n    \"model4Score\": 0.9\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"0e570f41-1ebd-4238-8c78-084a84c42cf7","name":"Bad request body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"provider\": \"AK_INTERNAL_LOGIC\",\n  \"customerMobileNo\": \"9876543210\",\n  \"customerAddress\": \"Spine City Mall, Moshi, Pune\",\n  \"customerPincode\": \"412105\",\n  \"customerState\": \"Maharashtra\",\n  \"customerCity\": \"Mumbai\",\n  \"orderId\": \"ORD-100\",\n  \"orderDate\": \"2024-09-27 11:23:35\",\n  \"orderNetValue\": 10,\n  \"orderGrossValue\": 11.8,\n  \"orderTotalDiscount\": 0,\n  \"orderItems\": [\n    {\n      \"id\": \"ITM-123\",\n      \"description\": \"Mobile devices\",\n      \"quantity\": 1,\n      \"grossValue\": 11.8,\n      \"discount\": 0,\n      \"netValue\": 10\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/pe/purchase/eligibility-check"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"AK_PP_ERR_102\",\n  \"message\": \"Customer mobile no is required\",\n  \"status\": false,\n  \"result\": {},\n  \"responseTimestamp\": \"2023-01-13T06:08:45.997Z\",\n  \"requestId\": \"bd167360-9308-11ed-8c32-43bdf0530048\"\n}"},{"id":"1a13a610-4ef9-4639-8a94-a1bd4392104a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"provider\": \"AK_INTERNAL_LOGIC\",\n  \"customerMobileNo\": \"9876543210\",\n  \"customerAddress\": \"Spine City Mall, Moshi, Pune\",\n  \"customerPincode\": \"412105\",\n  \"customerState\": \"Maharashtra\",\n  \"customerCity\": \"Mumbai\",\n  \"orderId\": \"ORD-100\",\n  \"orderDate\": \"2024-09-27 11:23:35\",\n  \"orderNetValue\": 10,\n  \"orderGrossValue\": 11.8,\n  \"orderTotalDiscount\": 0,\n  \"orderItems\": [\n    {\n      \"id\": \"ITM-123\",\n      \"description\": \"Mobile devices\",\n      \"quantity\": 1,\n      \"grossValue\": 11.8,\n      \"discount\": 0,\n      \"netValue\": 10\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/pe/purchase/eligibility-check"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {},\n  \"errorCode\": \"AK_PP_ERR_105\",\n  \"message\": \"Internal Server Error\",\n  \"status\": false,\n  \"responseTimestamp\": \"2022-10-17T07:35:15.083Z\",\n  \"requestId\": \"3dace690-4dee-11ed-85f4-fd6d9df86e0c\"\n}"},{"id":"c58a1aee-553b-4d95-9a5f-3d2371c93f44","name":"Request is timed out as it was unable to fulfill the request under decided time (Ex. 7 seconds)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"provider\": \"AK_INTERNAL_LOGIC\",\n  \"customerMobileNo\": \"9876543210\",\n  \"customerAddress\": \"Spine City Mall, Moshi, Pune\",\n  \"customerPincode\": \"412105\",\n  \"customerState\": \"Maharashtra\",\n  \"customerCity\": \"Mumbai\",\n  \"orderId\": \"ORD-100\",\n  \"orderDate\": \"2024-09-27 11:23:35\",\n  \"orderNetValue\": 10,\n  \"orderGrossValue\": 11.8,\n  \"orderTotalDiscount\": 0,\n  \"orderItems\": [\n    {\n      \"id\": \"ITM-123\",\n      \"description\": \"Mobile devices\",\n      \"quantity\": 1,\n      \"grossValue\": 11.8,\n      \"discount\": 0,\n      \"netValue\": 10\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/pe/purchase/eligibility-check"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {},\n  \"errorCode\": \"AK_PP_ERR_109\",\n  \"message\": \"Gateway Timeout\",\n  \"status\": false,\n  \"responseTimestamp\": \"2022-10-17T07:35:15.083Z\",\n  \"requestId\": \"3dace690-4dee-11ed-85f4-fd6d9df86e0c\"\n}"}],"_postman_id":"3d86d08f-9cff-467f-a125-639eb275a6a9"},{"name":"Issue Return Protect Plan","id":"80e16bbd-46b1-461a-8c4f-c41f7ab96fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"customerName\": \"Maddy\",\n    \"customerEmail\": \"maddy@assurekit.com\",\n    \"customerMobileNo\": \"9876543210\",\n    \"channelPartner\": \"\",\n    \"scoreId\": \"\",\n    \"orderDetails\": [\n        {\n            \"skuId\": \"SKU_10101010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-123\",\n            \"productCategoryName\": \"Mobile\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 150000,\n            \"grossValue\": 152000,\n            \"discountValue\": 2000,\n            \"otherCharges\": 0,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_20202010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-456\",\n            \"productCategoryName\": \"Watches\",\n            \"productCategoryDescription\": \"Watches\",\n            \"itemName\": \"Kenneth Cole Sapphier Glass\",\n            \"brandName\": \"Kenneth Cole\",\n            \"netValue\": 10000,\n            \"grossValue\": 11000,\n            \"discountValue\": 1000,\n            \"otherCharges\": 0,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_20304010\",\n            \"orderId\": \"ORD-101\",\n            \"orderDate\": \"2025-03-14T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-789\",\n            \"productCategoryName\": \"Clothing\",\n            \"productCategoryDescription\": \"Clothing\",\n            \"itemName\": \"Levis Regular Fit Jeans\",\n            \"brandName\": \"Levis\",\n            \"netValue\": 1000,\n            \"grossValue\": 1050,\n            \"discountValue\": 50,\n            \"otherCharges\": 0,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/create/PURCHASE","description":"<p>Issue plans for all the orders. The response will have plan details of issued plans and failure reasons for the orders where system was unable to generate the plan</p>\n","urlObject":{"path":["ps","plans","create","PURCHASE"],"host":["https://nonprod-api.assurekit.com/uat"],"query":[],"variable":[]}},"response":[{"id":"bccf220c-8db6-4e49-b375-8b1391737434","name":"Purchase Protect Plan Issuance Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543210\",\n    \"channelPartner\": \"\",\n    \"scoreId\": \"\",\n    \"orderDetails\": [\n        {\n            \"skuId\": \"SKU_10101010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Order-Flat\",\n            \"productCategoryName\": \"Mobile\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 150000,\n            \"grossValue\": 152000,\n            \"discountValue\": 2000,\n            \"otherCharges\": 0,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_20202010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Item-Flat\",\n            \"productCategoryName\": \"Watches\",\n            \"productCategoryDescription\": \"Watches\",\n            \"itemName\": \"Kenneth Cole Sapphier Glass\",\n            \"brandName\": \"Kenneth Cole\",\n            \"netValue\": 10000,\n            \"grossValue\": 11000,\n            \"discountValue\": 1000,\n            \"otherCharges\": 0,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_20304010\",\n            \"orderId\": \"ORD-101\",\n            \"orderDate\": \"2025-03-14T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Item-Flat\",\n            \"productCategoryName\": \"Clothing\",\n            \"productCategoryDescription\": \"Clothing\",\n            \"itemName\": \"Levis Regular Fit Jeans\",\n            \"brandName\": \"Levis\",\n            \"netValue\": 1000,\n            \"grossValue\": 1050,\n            \"discountValue\": 50,\n            \"otherCharges\": 0,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/create/PURCHASE"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"issuedPlans\": [\n      {\n        \"protectionPlanId\": \"PPP29082515536B09\",\n        \"clientId\": \"PPEPPE250119\",\n        \"programId\": \"PURUSGIHGSIPLPA\",\n        \"insurerId\": \"IUSGIN250119\",\n        \"reInsurerId\": \"\",\n        \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n        \"channelPartner\": \"\",\n        \"orderId\": \"ORD-100\",\n        \"orderDate\": \"2025-03-13T15:54:00.000+05:30\",\n        \"skuId\": \"SKU_10101010\",\n        \"productCategoryId\": \"All-Order-Flat\",\n        \"productCategoryName\": \"Mobile\",\n        \"productCategoryDescription\": \"Mobile devices\",\n        \"itemName\": \"Samsung Galaxy S23 Ultra\",\n        \"itemBrandName\": \"Samsung\",\n        \"itemGrossValue\": 118,\n        \"itemDiscountValue\": 18,\n        \"itemOtherCharges\": 0,\n        \"itemNetValue\": 100,\n        \"customerName\": \"Alex\",\n        \"customerEmail\": \"alex@example.com\",\n        \"customerMobileNo\": \"9876543211\",\n        \"codScore\": \"7\",\n        \"codEligible\": true,\n        \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n        \"status\": \"Purchased\",\n        \"planGrossPrice\": 10,\n        \"planTaxValue\": 1.8,\n        \"planNetPrice\": 11.8,\n        \"updates\": [\n          {\n            \"status\": \"Purchased\",\n            \"updatedAt\": \"2025-08-29T10:23:06.000Z\"\n          }\n        ],\n        \"orderTrackingNo\": \"\",\n        \"courierName\": \"\",\n        \"param1\": \"CustomerReference123\",\n        \"param2\": \"BatchID_20251031\",\n        \"param3\": \"LeadSource_APP\",\n        \"param4\": \"CampaignID_45\",\n        \"param5\": \"SalesAgent_001\",\n        \"param6\": \"BranchCode_MUM01\",\n        \"param7\": \"DeviceID_AB123\",\n        \"param8\": \"Extra plan metadata\",\n        \"createdBy\": \"System\",\n        \"createdAt\": \"2025-08-29T10:23:06.000Z\",\n        \"updatedBy\": \"System\",\n        \"updateAt\": \"2025-08-29T10:23:06.000Z\"\n      },\n      {\n        \"protectionPlanId\": \"PPP29082515535LSE\",\n        \"clientId\": \"PPEPPE250119\",\n        \"programId\": \"PURUSGIHGSIPLPA\",\n        \"insurerId\": \"IUSGIN250119\",\n        \"reInsurerId\": \"\",\n        \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n        \"channelPartner\": \"\",\n        \"orderId\": \"ORD-100\",\n        \"orderDate\": \"2025-03-13T15:54:00.000+05:30\",\n        \"skuId\": \"SKU_10101010\",\n        \"productCategoryId\": \"All-Order-Flat\",\n        \"productCategoryName\": \"Mobile\",\n        \"productCategoryDescription\": \"Mobile devices\",\n        \"itemName\": \"Samsung Galaxy S23 Ultra\",\n        \"itemBrandName\": \"Samsung\",\n        \"itemGrossValue\": 118,\n        \"itemDiscountValue\": 18,\n        \"itemOtherCharges\": 0,\n        \"itemNetValue\": 100,\n        \"customerName\": \"Alex\",\n        \"customerEmail\": \"alex@example.com\",\n        \"customerMobileNo\": \"9876543211\",\n        \"codScore\": \"7\",\n        \"codEligible\": true,\n        \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n        \"status\": \"Purchased\",\n        \"planGrossPrice\": 10,\n        \"planTaxValue\": 1.8,\n        \"planNetPrice\": 11.8,\n        \"updates\": [\n          {\n            \"status\": \"Purchased\",\n            \"updatedAt\": \"2025-08-29T10:23:06.000Z\"\n          }\n        ],\n        \"orderTrackingNo\": \"\",\n        \"courierName\": \"\",\n        \"param1\": \"CustomerReference123\",\n        \"param2\": \"BatchID_20251031\",\n        \"param3\": \"LeadSource_APP\",\n        \"param4\": \"CampaignID_45\",\n        \"param5\": \"SalesAgent_001\",\n        \"param6\": \"BranchCode_MUM01\",\n        \"param7\": \"DeviceID_AB123\",\n        \"param8\": \"Extra plan metadata\",\n        \"createdBy\": \"System\",\n        \"createdAt\": \"2025-08-29T10:23:06.000Z\",\n        \"updatedBy\": \"System\",\n        \"updateAt\": \"2025-08-29T10:23:06.000Z\"\n      },\n      {\n        \"protectionPlanId\": \"PPP2908251553P0JT\",\n        \"clientId\": \"PPEPPE250119\",\n        \"programId\": \"PURUSGIHGSIPLPA\",\n        \"insurerId\": \"IUSGIN250119\",\n        \"reInsurerId\": \"\",\n        \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n        \"channelPartner\": \"\",\n        \"orderId\": \"ORD-101\",\n        \"orderDate\": \"2025-03-14T15:54:00.000+05:30\",\n        \"skuId\": \"SKU_20202010\",\n        \"productCategoryId\": \"All-Item-Flat\",\n        \"productCategoryName\": \"Watches\",\n        \"productCategoryDescription\": \"Watches\",\n        \"itemName\": \"Kenneth Cole Sapphier Glass\",\n        \"itemBrandName\": \"Kenneth Cole\",\n        \"itemGrossValue\": 118,\n        \"itemDiscountValue\": 18,\n        \"itemOtherCharges\": 0,\n        \"itemNetValue\": 100,\n        \"customerName\": \"Alex\",\n        \"customerEmail\": \"alex@example.com\",\n        \"customerMobileNo\": \"9876543211\",\n        \"codScore\": \"7\",\n        \"codEligible\": true,\n        \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n        \"status\": \"Purchased\",\n        \"planGrossPrice\": 10,\n        \"planTaxValue\": 1.8,\n        \"planNetPrice\": 11.8,\n        \"updates\": [\n          {\n            \"status\": \"Purchased\",\n            \"updatedAt\": \"2025-08-29T10:23:06.000Z\"\n          }\n        ],\n        \"orderTrackingNo\": \"\",\n        \"courierName\": \"\",\n        \"param1\": \"CustomerReference123\",\n        \"param2\": \"BatchID_20251031\",\n        \"param3\": \"LeadSource_APP\",\n        \"param4\": \"CampaignID_45\",\n        \"param5\": \"SalesAgent_001\",\n        \"param6\": \"BranchCode_MUM01\",\n        \"param7\": \"DeviceID_AB123\",\n        \"param8\": \"Extra plan metadata\",\n        \"createdBy\": \"System\",\n        \"createdAt\": \"2025-08-29T10:23:06.000Z\",\n        \"updatedBy\": \"System\",\n        \"updateAt\": \"2025-08-29T10:23:06.000Z\"\n      }\n    ],\n    \"failedOrders\": [\n      {\n        \"skuId\": \"SKU_20304010\",\n        \"orderId\": \"ORD-102\",\n        \"orderDate\": \"2025-03-14T15:54:00.000+05:30\",\n        \"productCategoryId\": \"All-Item-Flat\",\n        \"productCategoryName\": \"Clothing\",\n        \"productCategoryDescription\": \"Clothing\",\n        \"itemName\": \"Levis Regular Fit Jeans\",\n        \"brandName\": \"Levis\",\n        \"netValue\": 10,\n        \"grossValue\": 11.8,\n        \"discountValue\": 1.8,\n        \"otherCharges\": 0,\n        \"quantity\": 1,\n        \"param1\": \"CustomerReference123\",\n        \"param2\": \"BatchID_20251031\",\n        \"param3\": \"LeadSource_APP\",\n        \"param4\": \"CampaignID_45\",\n        \"param5\": \"SalesAgent_001\",\n        \"param6\": \"BranchCode_MUM01\",\n        \"param7\": \"DeviceID_AB123\",\n        \"param8\": \"Extra plan metadata\",\n        \"errorCode\": \"AK_PP_ERR_114\",\n        \"errorMessage\": \"Unable to issue plan against the order\"\n      }\n    ]\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"f5cb4780-846f-410f-a17a-c144430c8e03","name":"Invalid Program Id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"customerName\": \"Alex\",\n  \"customerEmail\": \"alex@example.com\",\n  \"customerMobileNo\": \"9876543210\",\n  \"channelPartner\": \"\",\n  \"scoreId\": \"\",\n  \"orderDetails\": [\n    {\n      \"skuId\": \"SKU_10101010\",\n      \"orderId\": \"ORD-100\",\n      \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n      \"productCategoryId\": \"ITM-123\",\n      \"productCategoryName\": \"Mobile\",\n      \"productCategoryDescription\": \"Mobile devices\",\n      \"itemName\": \"Samsung Galaxy S23 Ultra\",\n      \"brandName\": \"Samsung\",\n      \"netValue\": 150000,\n      \"grossValue\": 152000,\n      \"discountValue\": 2000,\n      \"otherCharges\": 0,\n      \"quantity\": 2\n    },\n    {\n      \"skuId\": \"SKU_20202010\",\n      \"orderId\": \"ORD-100\",\n      \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n      \"productCategoryId\": \"ITM-456\",\n      \"productCategoryName\": \"Watches\",\n      \"productCategoryDescription\": \"Watches\",\n      \"itemName\": \"Kenneth Cole Sapphier Glass\",\n      \"brandName\": \"Kenneth Cole\",\n      \"netValue\": 10000,\n      \"grossValue\": 11000,\n      \"discountValue\": 1000,\n      \"otherCharges\": 0,\n      \"quantity\": 1\n    },\n    {\n      \"skuId\": \"SKU_20304010\",\n      \"orderId\": \"ORD-101\",\n      \"orderDate\": \"2025-03-14T15:54:00+05:30\",\n      \"productCategoryId\": \"ITM-789\",\n      \"productCategoryName\": \"Clothing\",\n      \"productCategoryDescription\": \"Clothing\",\n      \"itemName\": \"Levis Regular Fit Jeans\",\n      \"brandName\": \"Levis\",\n      \"netValue\": 1000,\n      \"grossValue\": 1050,\n      \"discountValue\": 50,\n      \"otherCharges\": 0,\n      \"quantity\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://nonprod-api.assurekit.com/uat/ps/plans/create/:productType","host":["https://nonprod-api.assurekit.com/uat"],"path":["ps","plans","create",":productType"],"variable":[{"key":"productType","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"AK_PS_ERR_105\",\n  \"message\": \"No program details found\",\n  \"status\": false,\n  \"result\": {},\n  \"responseTimestamp\": \"2024-09-02T16:50:02.060Z\",\n  \"requestId\": \"659d0e30-694b-11ef-9dbc-69624e15a638\"\n}"},{"id":"d38b4c4c-422f-42df-8b0d-0fb2afcb77a0","name":"Invalid Order Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGITCBIOUMZZ\",\n  \"customerName\": \"Alex\",\n  \"customerEmail\": \"alex@example.com\",\n  \"customerMobileNo\": \"9833345032\",\n  \"channelPartner\": \"testChannel\",\n  \"scoreId\": \"\",\n  \"orderDetails\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://nonprod-api.assurekit.com/uat/ps/plans/create/:productType","host":["https://nonprod-api.assurekit.com/uat"],"path":["ps","plans","create",":productType"],"variable":[{"key":"productType","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"AK_PP_ERR_102\",\n  \"message\": \"orderDetails must contain at least 1 items\",\n  \"status\": false,\n  \"result\": {},\n  \"responseTimestamp\": \"2023-01-13T06:08:45.997Z\",\n  \"requestId\": \"bd167360-9308-11ed-8c32-43bdf0530048\"\n}"},{"id":"44440a5f-c4cd-46fe-b819-2abca92efb3b","name":"Invalid Request [Example 1]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543210\",\n    \"channelPartner\": \"\",\n    \"scoreId\": \"\",\n    \"orderDetails\": [\n        {\n            \"skuId\": \"SKU_10101010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-123\",\n            \"productCategoryName\": \"Mobile\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 150000,\n            \"grossValue\": 152000,\n            \"discountValue\": 2000,\n            \"otherCharges\": 0,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_20202010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-456\",\n            \"productCategoryName\": \"Watches\",\n            \"productCategoryDescription\": \"Watches\",\n            \"itemName\": \"Kenneth Cole Sapphier Glass\",\n            \"brandName\": \"Kenneth Cole\",\n            \"netValue\": 10000,\n            \"grossValue\": 11000,\n            \"discountValue\": 1000,\n            \"otherCharges\": 0,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_20304010\",\n            \"orderId\": \"ORD-101\",\n            \"orderDate\": \"2025-03-14T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-789\",\n            \"productCategoryName\": \"Clothing\",\n            \"productCategoryDescription\": \"Clothing\",\n            \"itemName\": \"Levis Regular Fit Jeans\",\n            \"brandName\": \"Levis\",\n            \"netValue\": 1000,\n            \"grossValue\": 1050,\n            \"discountValue\": 50,\n            \"otherCharges\": 0,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://nonprod-api.assurekit.com/uat/ps/plans/create/:productType","host":["https://nonprod-api.assurekit.com/uat"],"path":["ps","plans","create",":productType"],"variable":[{"key":"productType","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"AK_PS_ERR_102\",\n  \"message\": \"programId is required\",\n  \"status\": false,\n  \"result\": {},\n  \"responseTimestamp\": \"2024-09-02T16:50:02.060Z\",\n  \"requestId\": \"659d0e30-694b-11ef-9dbc-69624e15a638\"\n}"},{"id":"f9f31f21-474c-4786-9ed9-f12bc30a3327","name":"Invalid Request [Example 2]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGITCBIOUMZZ\",\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9833345032\",\n    \"channelPartner\": \"testChannel\",\n    \"scoreId\": \"\",\n    \"orderDetails\": [\n        {\n            \"skuId\": \"SKU_10101010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-06-04T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Order-Flat\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 10000000,\n            \"grossValue\": 10000000,\n            \"discountValue\": 0,\n            \"otherCharges\": 0,\n            \"quantity\": 10,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_10101011\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-06-04T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Item-Flat\",\n            \"productCategoryName\": \"All-Item-Flat\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 1800,\n            \"grossValue\": 2500,\n            \"discountValue\": 700,\n            \"otherCharges\": 0,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://nonprod-api.assurekit.com/uat/ps/plans/create/:productType","host":["https://nonprod-api.assurekit.com/uat"],"path":["ps","plans","create",":productType"],"variable":[{"key":"productType","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"AK_PP_ERR_102\",\n  \"message\": \"productCategoryName is required\",\n  \"status\": false,\n  \"result\": {},\n  \"responseTimestamp\": \"2023-01-13T06:08:45.997Z\",\n  \"requestId\": \"bd167360-9308-11ed-8c32-43bdf0530048\"\n}"},{"id":"a73ced8a-eae1-405c-8cad-955bb1afb091","name":"Invalid Request [Example 3]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGITCBIOUMZZ\",\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9833345032\",\n    \"channelPartner\": \"testChannel\",\n    \"scoreId\": \"\",\n    \"orderDetails\": [\n        {\n            \"skuId\": \"SKU_10101010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-06-04T15:54:00+05:30\",\n            \"productCategoryName\": \"All-Order-Flat\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 10000000,\n            \"grossValue\": 10000000,\n            \"discountValue\": 0,\n            \"otherCharges\": 0,\n            \"quantity\": 10,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_10101011\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-06-04T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Item-Flat\",\n            \"productCategoryName\": \"All-Item-Flat\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 1800,\n            \"grossValue\": 2500,\n            \"discountValue\": 700,\n            \"otherCharges\": 0,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://nonprod-api.assurekit.com/uat/ps/plans/create/:productType","host":["https://nonprod-api.assurekit.com/uat"],"path":["ps","plans","create",":productType"],"variable":[{"key":"productType","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"AK_PP_ERR_102\",\n  \"message\": \"productCategoryId is required\",\n  \"status\": false,\n  \"result\": {},\n  \"responseTimestamp\": \"2023-01-13T06:08:45.997Z\",\n  \"requestId\": \"bd167360-9308-11ed-8c32-43bdf0530048\"\n}"},{"id":"8ae9a90a-37e0-4c03-9213-c0d8254d574d","name":"Invalid Request [Example 4]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGITCBIOUMZZ\",\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9833345032\",\n    \"channelPartner\": \"testChannel\",\n    \"scoreId\": \"\",\n    \"orderDetails\": [\n        {\n            \"skuId\": \"SKU_10101010\",\n            \"orderDate\": \"2025-06-04T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Order-Flat\",\n            \"productCategoryName\": \"All-Order-Flat\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 10000000,\n            \"grossValue\": 10000000,\n            \"discountValue\": 0,\n            \"otherCharges\": 0,\n            \"quantity\": 10,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_10101011\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-06-04T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Item-Flat\",\n            \"productCategoryName\": \"All-Item-Flat\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 1800,\n            \"grossValue\": 2500,\n            \"discountValue\": 700,\n            \"otherCharges\": 0,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://nonprod-api.assurekit.com/uat/ps/plans/create/:productType","host":["https://nonprod-api.assurekit.com/uat"],"path":["ps","plans","create",":productType"],"variable":[{"key":"productType","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"AK_PP_ERR_102\",\n  \"message\": \"orderId is required\",\n  \"status\": false,\n  \"result\": {},\n  \"responseTimestamp\": \"2023-01-13T06:08:45.997Z\",\n  \"requestId\": \"bd167360-9308-11ed-8c32-43bdf0530048\"\n}"},{"id":"37c51247-3648-4d75-9387-b8ca98761d3f","name":"Invalid Request [Example 5]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGITCBIOUMZZ\",\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"channelPartner\": \"testChannel\",\n    \"scoreId\": \"\",\n    \"orderDetails\": [\n        {\n            \"skuId\": \"SKU_10101010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-06-04T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Order-Flat\",\n            \"productCategoryName\": \"All-Order-Flat\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 10000000,\n            \"grossValue\": 10000000,\n            \"discountValue\": 0,\n            \"otherCharges\": 0,\n            \"quantity\": 10,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_10101011\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-06-04T15:54:00+05:30\",\n            \"productCategoryId\": \"All-Item-Flat\",\n            \"productCategoryName\": \"All-Item-Flat\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 1800,\n            \"grossValue\": 2500,\n            \"discountValue\": 700,\n            \"otherCharges\": 0,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://nonprod-api.assurekit.com/uat/ps/plans/create/:productType","host":["https://nonprod-api.assurekit.com/uat"],"path":["ps","plans","create",":productType"],"variable":[{"key":"productType","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"AK_PS_ERR_102\",\n  \"message\": \"customerMobileNo is required\",\n  \"status\": false,\n  \"result\": {},\n  \"responseTimestamp\": \"2023-01-13T06:08:45.997Z\",\n  \"requestId\": \"bd167360-9308-11ed-8c32-43bdf0530048\"\n}"},{"id":"7b82df3b-8aee-47ea-9f1d-84c326aa6368","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543210\",\n    \"channelPartner\": \"\",\n    \"scoreId\": \"\",\n    \"orderDetails\": [\n        {\n            \"skuId\": \"SKU_10101010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-123\",\n            \"productCategoryName\": \"Mobile\",\n            \"productCategoryDescription\": \"Mobile devices\",\n            \"itemName\": \"Samsung Galaxy S23 Ultra\",\n            \"brandName\": \"Samsung\",\n            \"netValue\": 150000,\n            \"grossValue\": 152000,\n            \"discountValue\": 2000,\n            \"otherCharges\": 0,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_20202010\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-456\",\n            \"productCategoryName\": \"Watches\",\n            \"productCategoryDescription\": \"Watches\",\n            \"itemName\": \"Kenneth Cole Sapphier Glass\",\n            \"brandName\": \"Kenneth Cole\",\n            \"netValue\": 10000,\n            \"grossValue\": 11000,\n            \"discountValue\": 1000,\n            \"otherCharges\": 0,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"skuId\": \"SKU_20304010\",\n            \"orderId\": \"ORD-101\",\n            \"orderDate\": \"2025-03-14T15:54:00+05:30\",\n            \"productCategoryId\": \"ITM-789\",\n            \"productCategoryName\": \"Clothing\",\n            \"productCategoryDescription\": \"Clothing\",\n            \"itemName\": \"Levis Regular Fit Jeans\",\n            \"brandName\": \"Levis\",\n            \"netValue\": 1000,\n            \"grossValue\": 1050,\n            \"discountValue\": 50,\n            \"otherCharges\": 0,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://nonprod-api.assurekit.com/uat/ps/plans/create/:productType","host":["https://nonprod-api.assurekit.com/uat"],"path":["ps","plans","create",":productType"],"variable":[{"key":"productType","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {},\n  \"errorCode\": \"AK_PP_ERR_105\",\n  \"message\": \"Internal Server Error\",\n  \"status\": false,\n  \"responseTimestamp\": \"2022-10-17T07:35:15.083Z\",\n  \"requestId\": \"3dace690-4dee-11ed-85f4-fd6d9df86e0c\"\n}"}],"_postman_id":"80e16bbd-46b1-461a-8c4f-c41f7ab96fcc"},{"name":"Issue After Care Plan","id":"c6e84074-b4a1-4f37-91c7-ac58197ac0b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"AFCUSGIHGSIPOTI\",\n    \"customerName\": \"Sunil\",\n    \"customerEmail\": \"sp@assurekit.com\",\n    \"customerMobileNo\": \"9876543210\",\n    \"customerAddress\": \"Andheri East\",\n    \"customerPincode\": \"400001\",\n    \"orderDetails\": [\n        {\n            \"planId\": \"All\",\n            \"plan\": \"AMC and ADLD\",\n            \"skuId\": \"SKU_100\",\n            \"skuCategory1\": \"Sofa\",\n            \"skuCategory2\": \"3 Seater Sofa\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"planStartDate\": \"2025-03-20\",\n            \"platform\": \"\",\n            \"sellerPartner\": \"\",\n            \"sellerSubPartner\": \"\",\n            \"itemName\": \"Rily Fabric 3 Seater Sofa In Dark Grey\",\n            \"itemDescription\": \"It's a very comfortable Sofa\",\n            \"brandName\": \"Pepperfry\",\n            \"manufacturingWarranty\": 12,\n            \"grossValue\": 40000,\n            \"discountValue\": 23000,\n            \"otherCharges\": 0,\n            \"netValue\": 17000,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"planId\": \"All\",\n            \"plan\": \"AMC and ADLD\",\n            \"skuId\": \"SKU_101\",\n            \"skuCategory1\": \"Recliners\",\n            \"skuCategory2\": \"3 Seater Recliners\",\n            \"orderId\": \"ORD-101\",\n            \"orderDate\": \"2025-04-17T15:54:00+05:30\",\n            \"planStartDate\": \"2025-04-20\",\n            \"platform\": \"\",\n            \"sellerPartner\": \"\",\n            \"sellerSubPartner\": \"\",\n            \"itemName\": \"Athen Leather 3 Seater Motorized Recliner Sofa In Lime Green Colour with USB Port\",\n            \"itemDescription\": \"It's a very comfortable Sofa with USB port\",\n            \"brandName\": \"Pepperfry\",\n            \"manufacturingWarranty\": 12,\n            \"grossValue\": 148399,\n            \"discountValue\": 42670,\n            \"otherCharges\": 0,\n            \"netValue\": 105729,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/create/AFTERCARE","description":"<p>Issue plans for all the orders. The response will have plan details of issued plans and failure reasons for the orders where system was unable to generate the plan</p>\n","urlObject":{"path":["ps","plans","create","AFTERCARE"],"host":["https://nonprod-api.assurekit.com/uat"],"query":[],"variable":[]}},"response":[{"id":"0bf5c794-6c42-40cd-a10e-9651a21505c1","name":"After Care Plan Issuance Response [ACTIVE]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"programId\": \"AFCUSGIHGSIPOTI\",\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543210\",\n    \"customerAddress\": \"Andheri East\",\n    \"customerPincode\": \"400001\",\n    \"orderDetails\": [\n        {\n            \"planId\": \"All\",\n            \"plan\": \"AMC and ADLD\",\n            \"skuId\": \"SKU_100\",\n            \"skuCategory1\": \"Sofa\",\n            \"skuCategory2\": \"3 Seater Sofa\",\n            \"orderId\": \"ORD-100\",\n            \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n            \"planStartDate\": \"2025-03-20\",\n            \"platform\": \"\",\n            \"sellerPartner\": \"\",\n            \"sellerSubPartner\": \"\",\n            \"itemName\": \"Rily Fabric 3 Seater Sofa In Dark Grey\",\n            \"itemDescription\": \"It's a very comfortable Sofa\",\n            \"brandName\": \"Pepperfry\",\n            \"manufacturingWarranty\": 12,\n            \"grossValue\": 40000,\n            \"discountValue\": 23000,\n            \"otherCharges\": 0,\n            \"netValue\": 17000,\n            \"quantity\": 1,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        },\n        {\n            \"planId\": \"All\",\n            \"plan\": \"AMC and ADLD\",\n            \"skuId\": \"SKU_101\",\n            \"skuCategory1\": \"Recliners\",\n            \"skuCategory2\": \"3 Seater Recliners\",\n            \"orderId\": \"ORD-101\",\n            \"orderDate\": \"2025-04-17T15:54:00+05:30\",\n            \"planStartDate\": \"2025-04-20\",\n            \"platform\": \"\",\n            \"sellerPartner\": \"\",\n            \"sellerSubPartner\": \"\",\n            \"itemName\": \"Athen Leather 3 Seater Motorized Recliner Sofa In Lime Green Colour with USB Port\",\n            \"itemDescription\": \"It's a very comfortable Sofa with USB port\",\n            \"brandName\": \"Pepperfry\",\n            \"manufacturingWarranty\": 12,\n            \"grossValue\": 148399,\n            \"discountValue\": 42670,\n            \"otherCharges\": 0,\n            \"netValue\": 105729,\n            \"quantity\": 2,\n            \"param1\": \"CustomerReference123\",\n            \"param2\": \"BatchID_20251031\",\n            \"param3\": \"LeadSource_APP\",\n            \"param4\": \"CampaignID_45\",\n            \"param5\": \"SalesAgent_001\",\n            \"param6\": \"BranchCode_MUM01\",\n            \"param7\": \"DeviceID_AB123\",\n            \"param8\": \"Extra plan metadata\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/create/AFTERCARE"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"issuedPlans\": [\n      {\n        \"protectionPlanId\": \"PAC1405250000X97X\",\n        \"clientId\": \"PPEPPE250119\",\n        \"programId\": \"AFCUSGIHGSIPOTI\",\n        \"insurerId\": \"IUSGIN250119\",\n        \"reInsurerId\": \"\",\n        \"ruleId\": \"31454bab-c6e3-4a65-90a2-6d9207959d55\",\n        \"platform\": \"\",\n        \"sellerPartner\": \"\",\n        \"sellerSubPartner\": \"\",\n        \"orderId\": \"ORD-100\",\n        \"orderDate\": \"2025-05-13T10:24:00.000Z\",\n        \"skuId\": \"SKU_100\",\n        \"skuCategory1\": \"Sofa\",\n        \"skuCategory2\": \"3 Seater Sofa\",\n        \"planName\": \"AMC and ADLD\",\n        \"itemName\": \"Rily Fabric 3 Seater Sofa In Dark Grey\",\n        \"itemBrandName\": \"Pepperfry\",\n        \"itemGrossValue\": 40000,\n        \"itemDiscountValue\": 23000,\n        \"itemOtherCharges\": 0,\n        \"itemNetValue\": 17000,\n        \"customerName\": \"Alex\",\n        \"customerEmail\": \"alex@example.com\",\n        \"customerMobileNo\": \"9876543211\",\n        \"customerAddress\": \"Andheri East\",\n        \"customerPincode\": \"400001\",\n        \"status\": \"Active\",\n        \"planStartTime\": \"2025-05-13T18:30:00.000Z\",\n        \"planEndTime\": \"2025-06-13T18:30:00.000Z\",\n        \"services\": [\n          {\n            \"type\": \"AMC\",\n            \"planStartDate\": \"2025-05-13T18:30:00.000Z\",\n            \"planEndDate\": \"2025-06-13T18:30:00.000Z\"\n          },\n          {\n            \"type\": \"ADLD\",\n            \"planStartDate\": \"2025-05-13T18:30:00.000Z\",\n            \"planEndDate\": \"2025-06-13T18:30:00.000Z\"\n          }\n        ],\n        \"planGrossPrice\": 999,\n        \"planTaxValue\": 179.82,\n        \"planNetPrice\": 1178.82,\n        \"updates\": [\n          {\n            \"status\": \"Purchased\",\n            \"updatedAt\": \"2025-05-13T18:30:00.000Z\"\n          },\n          {\n            \"status\": \"Active\",\n            \"updatedAt\": \"2025-05-13T18:30:00.000Z\"\n          }\n        ],\n        \"pdfTemplateVersion\": \"v1\",\n        \"pdfPlaceholderVersion\": \"v1\",\n        \"downloadProtectionPlanLink\": \"https://nonprod-api.assurekit.com/uat/pdf/download/AFTERCARE/PAC1405250000X97X\",\n        \"createdBy\": \"System\",\n        \"createdAt\": \"2025-08-29T11:16:51.182Z\",\n        \"updatedBy\": \"System\",\n        \"updatedAt\": \"2025-08-29T11:16:51.182Z\"\n      },\n      {\n        \"protectionPlanId\": \"PAC1405250000WZ76\",\n        \"clientId\": \"PPEPPE250119\",\n        \"programId\": \"AFCUSGIHGSIPOTI\",\n        \"insurerId\": \"IUSGIN250119\",\n        \"reInsurerId\": \"\",\n        \"ruleId\": \"31454bab-c6e3-4a65-90a2-6d9207959d55\",\n        \"platform\": \"\",\n        \"sellerPartner\": \"\",\n        \"sellerSubPartner\": \"\",\n        \"orderId\": \"ORD-100\",\n        \"orderDate\": \"2025-05-13T10:24:00.000Z\",\n        \"skuId\": \"SKU_100\",\n        \"skuCategory1\": \"Recliners\",\n        \"skuCategory2\": \"3 Seater Recliners\",\n        \"planName\": \"AMC and ADLD\",\n        \"itemName\": \"Athen Leather 3 Seater Motorized Recliner Sofa In Lime Green Colour with USB Port\",\n        \"itemBrandName\": \"Pepperfry\",\n        \"itemGrossValue\": 148399,\n        \"itemDiscountValue\": 42670,\n        \"itemOtherCharges\": 0,\n        \"itemNetValue\": 105729,\n        \"customerName\": \"Alex\",\n        \"customerEmail\": \"alex@example.com\",\n        \"customerMobileNo\": \"9876543211\",\n        \"customerAddress\": \"Andheri\",\n        \"customerPincode\": \"400001\",\n        \"status\": \"Active\",\n        \"planStartTime\": \"2025-10-13T18:30:00.000Z\",\n        \"planEndTime\": \"2025-11-13T18:30:00.000Z\",\n        \"services\": [\n          {\n            \"type\": \"AMC\",\n            \"planStartDate\": \"2025-05-13T18:30:00.000Z\",\n            \"planEndDate\": \"2025-06-13T18:30:00.000Z\"\n          },\n          {\n            \"type\": \"ADLD\",\n            \"planStartDate\": \"2025-05-13T18:30:00.000Z\",\n            \"planEndDate\": \"2025-06-13T18:30:00.000Z\"\n          }\n        ],\n        \"planGrossPrice\": 999,\n        \"planTaxValue\": 179.82,\n        \"planNetPrice\": 1178.82,\n        \"updates\": [\n          {\n            \"status\": \"Purchased\",\n            \"updatedAt\": \"2025-05-13T18:30:00.000Z\"\n          },\n          {\n            \"status\": \"Active\",\n            \"updatedAt\": \"2025-05-13T18:30:00.000Z\"\n          }\n        ],\n        \"pdfTemplateVersion\": \"v1\",\n        \"pdfPlaceholderVersion\": \"v1\",\n        \"downloadProtectionPlanLink\": \"https://nonprod-api.assurekit.com/uat/pdf/download/AFTERCARE/PAC1405250000WZ76\",\n        \"createdBy\": \"System\",\n        \"createdAt\": \"2025-08-29T11:16:51.182Z\",\n        \"updatedBy\": \"System\",\n        \"updatedAt\": \"2025-08-29T11:16:51.182Z\"\n      }\n    ],\n    \"failedOrders\": [\n      {\n        \"planId\": \"All\",\n        \"plan\": \"AMC and ADLD\",\n        \"skuId\": \"SKU_101\",\n        \"skuCategory1\": \"Recliners\",\n        \"skuCategory2\": \"3 Seater Recliners\",\n        \"orderId\": \"ORD-101\",\n        \"orderDate\": \"2025-03-14T15:54:00.000+05:30\",\n        \"itemName\": \"Athen Leather 3 Seater Motorized Recliner Sofa In Lime Green Colour with USB Port\",\n        \"brandName\": \"Pepperfry\",\n        \"warrantyStartDate\": null,\n        \"warrantyEndDate\": null,\n        \"grossValue\": 148399,\n        \"discountValue\": 42670,\n        \"otherCharges\": 0,\n        \"netValue\": 105729,\n        \"quantity\": 1,\n        \"errorCode\": \"AK_PP_ERR_114\",\n        \"errorMessage\": \"Unable to issue plan against the order item\"\n      }\n    ]\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"17db86d7-2ec5-44c1-bad2-0f789d08d253","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"customerName\": \"Maddy\",\n  \"customerEmail\": \"maddy@assurekit.com\",\n  \"customerMobileNo\": \"9876543210\",\n  \"channelPartner\": \"\",\n  \"scoreId\": \"\",\n  \"orderDetails\": [\n    {\n      \"skuId\": \"SKU_10101010\",\n      \"orderId\": \"ORD-100\",\n      \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n      \"productCategoryId\": \"ITM-123\",\n      \"productCategoryName\": \"Mobile\",\n      \"productCategoryDescription\": \"Mobile devices\",\n      \"itemName\": \"Samsung Galaxy S23 Ultra\",\n      \"brandName\": \"Samsung\",\n      \"netValue\": 150000,\n      \"grossValue\": 152000,\n      \"discountValue\": 2000,\n      \"otherCharges\": 0,\n      \"quantity\": 2\n    },\n    {\n      \"skuId\": \"SKU_20202010\",\n      \"orderId\": \"ORD-100\",\n      \"orderDate\": \"2025-03-13T15:54:00+05:30\",\n      \"productCategoryId\": \"ITM-456\",\n      \"productCategoryName\": \"Watches\",\n      \"productCategoryDescription\": \"Watches\",\n      \"itemName\": \"Kenneth Cole Sapphier Glass\",\n      \"brandName\": \"Kenneth Cole\",\n      \"netValue\": 10000,\n      \"grossValue\": 11000,\n      \"discountValue\": 1000,\n      \"otherCharges\": 0,\n      \"quantity\": 1\n    },\n    {\n      \"skuId\": \"SKU_20304010\",\n      \"orderId\": \"ORD-101\",\n      \"orderDate\": \"2025-03-14T15:54:00+05:30\",\n      \"productCategoryId\": \"ITM-789\",\n      \"productCategoryName\": \"Clothing\",\n      \"productCategoryDescription\": \"Clothing\",\n      \"itemName\": \"Levis Regular Fit Jeans\",\n      \"brandName\": \"Levis\",\n      \"netValue\": 1000,\n      \"grossValue\": 1050,\n      \"discountValue\": 50,\n      \"otherCharges\": 0,\n      \"quantity\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/create/AFTERCARE"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {},\n  \"errorCode\": \"AK_PP_ERR_105\",\n  \"message\": \"Internal Server Error\",\n  \"status\": false,\n  \"responseTimestamp\": \"2022-10-17T07:35:15.083Z\",\n  \"requestId\": \"3dace690-4dee-11ed-85f4-fd6d9df86e0c\"\n}"}],"_postman_id":"c6e84074-b4a1-4f37-91c7-ac58197ac0b5"}],"id":"1953c3c2-9de0-4536-92a9-2cd5e3fe6e9d","_postman_id":"1953c3c2-9de0-4536-92a9-2cd5e3fe6e9d","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"72ec3027-a345-43f1-8aef-6a9485378c37","id":"72ec3027-a345-43f1-8aef-6a9485378c37","name":"Purchase Protect","type":"collection"}}},{"name":"Claims Management","item":[{"name":"Logistic Update","id":"d114e6f1-86ca-4eb9-a6b4-6fe37038fb4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"protectionPlanId\": \"PPP180924LGS1\",\n    \"orderStatus\": \"Dispatched\",\n    \"orderTrackingNo\": \"129947384232\",\n    \"courierName\": \"Blue Dart\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update","description":"<p>Add a new event to the plan. If the order is dispatched, the plan becomes active. If the order is returned to the origin (RTO), then a claim is raised against the plan for risk coverage and if the order is delivered, the plan expires</p>\n","urlObject":{"path":["ps","plans","purchase-protect","logistic-update"],"host":["https://nonprod-api.assurekit.com/uat"],"query":[],"variable":[]}},"response":[{"id":"9b66f1f5-0c31-4b36-be4d-d2b7a8cee80e","name":"Order Dispatched","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP2908251835SYHZ\",\n  \"orderStatus\": \"Dispatched\",\n  \"orderTrackingNo\": \"129947384232\", // Replace with actual value\n  \"courierName\": \"Blue Dart\" // Replace with actual value\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"protectionPlanId\": \"PPP29082518357V0J\",\n    \"clientId\": \"PPEPPE250119\",\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"insurerId\": \"IUSGIN250119\",\n    \"reInsurerId\": \"\",\n    \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n    \"channelPartner\": \"\",\n    \"orderId\": \"ORD-100\",\n    \"orderDate\": \"2025-03-05T15:53:00.000+05:30\",\n    \"skuId\": \"SKU_10101010\",\n    \"productCategoryId\": \"All-Order-Flat\",\n    \"productCategoryName\": \"Mobile\",\n    \"productCategoryDescription\": \"Mobile devices\",\n    \"itemName\": \"Samsung Galaxy S23 Ultra\",\n    \"itemBrandName\": \"Samsung\",\n    \"itemGrossValue\": 118,\n    \"itemDiscountValue\": 18,\n    \"itemOtherCharges\": 0,\n    \"itemNetValue\": 100,\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543211\",\n    \"codScore\": \"7\",\n    \"codEligible\": true,\n    \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n    \"status\": \"Active\",\n    \"planStartTime\": \"2025-09-01T07:19:49.000Z\",\n    \"planGrossPrice\": 10,\n    \"planTaxValue\": 1.8,\n    \"planNetPrice\": 11.8,\n    \"updates\": [\n      {\n        \"status\": \"Purchased\",\n        \"updatedAt\": \"2025-08-29T13:05:52.000Z\"\n      },\n      {\n        \"status\": \"Active\",\n        \"updatedAt\": \"2025-09-01T07:19:49.000Z\"\n      }\n    ],\n    \"orderTrackingNo\": \"129947384232\",\n    \"courierName\": \"Blue Dart\",\n    \"param1\": \"CustomerReference123\",\n    \"param2\": \"BatchID_20251031\",\n    \"param3\": \"LeadSource_APP\",\n    \"param4\": \"CampaignID_45\",\n    \"param5\": \"SalesAgent_001\",\n    \"param6\": \"BranchCode_MUM01\",\n    \"param7\": \"DeviceID_AB123\",\n    \"param8\": \"Extra plan metadata\",\n    \"createdBy\": \"System\",\n    \"createdAt\": \"2025-08-29T13:05:52.000Z\",\n    \"updatedBy\": \"System\",\n    \"updatedAt\": \"2025-09-01T07:19:49.403Z\"\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"709971db-f8b2-439a-a757-5fc2abf29503","name":"Order returned to origin","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP2908251835SYHZ\",\n  \"orderStatus\": \"RTO\",\n  \"orderTrackingNo\": \"129947384232\", // Replace with actual value\n  \"courierName\": \"Blue Dart\" // Replace with actual value\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"protectionPlanId\": \"PPP2908251835SYHZ\",\n    \"clientId\": \"PPEPPE250119\",\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"insurerId\": \"IUSGIN250119\",\n    \"reInsurerId\": \"\",\n    \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n    \"channelPartner\": \"\",\n    \"orderId\": \"ORD-100\",\n    \"orderDate\": \"2025-03-05T15:53:00.000+05:30\",\n    \"skuId\": \"SKU_10101010\",\n    \"productCategoryId\": \"All-Order-Flat\",\n    \"productCategoryName\": \"Mobile\",\n    \"productCategoryDescription\": \"Mobile devices\",\n    \"itemName\": \"Samsung Galaxy S23 Ultra\",\n    \"itemBrandName\": \"Samsung\",\n    \"itemGrossValue\": 118,\n    \"itemDiscountValue\": 18,\n    \"itemOtherCharges\": 0,\n    \"itemNetValue\": 100,\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543211\",\n    \"codScore\": \"7\",\n    \"codEligible\": true,\n    \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n    \"status\": \"Claim Processing\",\n    \"planStartTime\": \"2025-09-01T07:19:49.000Z\",\n    \"planGrossPrice\": 10,\n    \"planTaxValue\": 1.8,\n    \"planNetPrice\": 11.8,\n    \"updates\": [\n      {\n        \"status\": \"Purchased\",\n        \"updatedAt\": \"2025-08-29T13:05:52.000Z\"\n      },\n      {\n        \"status\": \"Active\",\n        \"updatedAt\": \"2025-09-01T07:19:49.000Z\"\n      },\n      {\n        \"status\": \"Claim Processing\",\n        \"updatedAt\": \"2025-09-01T07:27:50.000Z\"\n      }\n    ],\n    \"orderTrackingNo\": \"129947384232\",\n    \"courierName\": \"Blue Dart\",\n    \"param1\": \"CustomerReference123\",\n    \"param2\": \"BatchID_20251031\",\n    \"param3\": \"LeadSource_APP\",\n    \"param4\": \"CampaignID_45\",\n    \"param5\": \"SalesAgent_001\",\n    \"param6\": \"BranchCode_MUM01\",\n    \"param7\": \"DeviceID_AB123\",\n    \"param8\": \"Extra plan metadata\",\n    \"createdBy\": \"System\",\n    \"createdAt\": \"2025-08-29T13:05:52.000Z\",\n    \"updatedBy\": \"System\",\n    \"updatedAt\": \"2025-09-01T07:19:49.403Z\"\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"e955ddaa-4bc1-4c4d-bb1f-a9782dc8e461","name":"Order Delivered","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP290825183573M4\",\n  \"orderStatus\": \"Delivered\",\n  \"orderTrackingNo\": \"129947384232\", // Replace with actual value\n  \"courierName\": \"Blue Dart\" // Replace with actual value\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"protectionPlanId\": \"PPP290825183573M4\",\n    \"clientId\": \"PPEPPE250119\",\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"insurerId\": \"IUSGIN250119\",\n    \"reInsurerId\": \"\",\n    \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n    \"channelPartner\": \"\",\n    \"orderId\": \"ORD-100\",\n    \"orderDate\": \"2025-03-05T15:53:00.000+05:30\",\n    \"skuId\": \"SKU_10101010\",\n    \"productCategoryId\": \"All-Order-Flat\",\n    \"productCategoryName\": \"Mobile\",\n    \"productCategoryDescription\": \"Mobile devices\",\n    \"itemName\": \"Samsung Galaxy S23 Ultra\",\n    \"itemBrandName\": \"Samsung\",\n    \"itemGrossValue\": 118,\n    \"itemDiscountValue\": 18,\n    \"itemOtherCharges\": 0,\n    \"itemNetValue\": 100,\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543211\",\n    \"codScore\": \"7\",\n    \"codEligible\": true,\n    \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n    \"status\": \"Active\",\n    \"planStartTime\": \"2025-09-01T07:19:49.000Z\",\n    \"planGrossPrice\": 10,\n    \"planTaxValue\": 1.8,\n    \"planNetPrice\": 11.8,\n    \"updates\": [\n      {\n        \"status\": \"Purchased\",\n        \"updatedAt\": \"2025-08-29T13:05:52.000Z\"\n      },\n      {\n        \"status\": \"Active\",\n        \"updatedAt\": \"2025-09-01T07:19:49.000Z\"\n      },\n      {\n        \"status\": \"Expired\",\n        \"updatedAt\": \"2025-09-01T07:31:36.000Z\"\n      }\n    ],\n    \"orderTrackingNo\": \"129947384232\",\n    \"courierName\": \"Blue Dart\",\n    \"param1\": \"CustomerReference123\",\n    \"param2\": \"BatchID_20251031\",\n    \"param3\": \"LeadSource_APP\",\n    \"param4\": \"CampaignID_45\",\n    \"param5\": \"SalesAgent_001\",\n    \"param6\": \"BranchCode_MUM01\",\n    \"param7\": \"DeviceID_AB123\",\n    \"param8\": \"Extra plan metadata\",\n    \"createdBy\": \"System\",\n    \"createdAt\": \"2025-08-29T13:05:52.000Z\",\n    \"updatedBy\": \"System\",\n    \"updatedAt\": \"2025-09-01T07:19:49.403Z\"\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"4a86de81-3c24-470d-84f0-4758884f33bf","name":"Damage in transit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP2908251835VV01\",\n  \"orderStatus\": \"Damage in transit\",\n  \"orderTrackingNo\": \"\",\n  \"courierName\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"protectionPlanId\": \"PPP29082518357V0J\",\n    \"clientId\": \"PPEPPE250119\",\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"insurerId\": \"IUSGIN250119\",\n    \"reInsurerId\": \"\",\n    \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n    \"channelPartner\": \"\",\n    \"orderId\": \"ORD-100\",\n    \"orderDate\": \"2025-03-05T15:53:00.000+05:30\",\n    \"skuId\": \"SKU_10101010\",\n    \"productCategoryId\": \"All-Order-Flat\",\n    \"productCategoryName\": \"Mobile\",\n    \"productCategoryDescription\": \"Mobile devices\",\n    \"itemName\": \"Samsung Galaxy S23 Ultra\",\n    \"itemBrandName\": \"Samsung\",\n    \"itemGrossValue\": 118,\n    \"itemDiscountValue\": 18,\n    \"itemOtherCharges\": 0,\n    \"itemNetValue\": 100,\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543211\",\n    \"codScore\": \"7\",\n    \"codEligible\": true,\n    \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n    \"status\": \"Active\",\n    \"planStartTime\": \"2025-09-01T07:19:49.000Z\",\n    \"planGrossPrice\": 10,\n    \"planTaxValue\": 1.8,\n    \"planNetPrice\": 11.8,\n    \"updates\": [\n      {\n        \"status\": \"Purchased\",\n        \"updatedAt\": \"2025-08-29T13:05:52.000Z\"\n      },\n      {\n        \"status\": \"Active\",\n        \"updatedAt\": \"2025-09-01T07:19:49.000Z\"\n      },\n      {\n        \"status\": \"Claim Processing\",\n        \"updatedAt\": \"2025-09-01T07:36:14.000Z\"\n      }\n    ],\n    \"orderTrackingNo\": \"129947384232\",\n    \"courierName\": \"Blue Dart\",\n    \"param1\": \"CustomerReference123\",\n    \"param2\": \"BatchID_20251031\",\n    \"param3\": \"LeadSource_APP\",\n    \"param4\": \"CampaignID_45\",\n    \"param5\": \"SalesAgent_001\",\n    \"param6\": \"BranchCode_MUM01\",\n    \"param7\": \"DeviceID_AB123\",\n    \"param8\": \"Extra plan metadata\",\n    \"createdBy\": \"System\",\n    \"createdAt\": \"2025-08-29T13:05:52.000Z\",\n    \"updatedBy\": \"System\",\n    \"updatedAt\": \"2025-09-01T07:19:49.403Z\"\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"5401d150-38ec-44ac-8684-77ab07615549","name":"Lost in transit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP2908251835VV01\",\n  \"orderStatus\": \"Lost in transit\",\n  \"orderTrackingNo\": \"\",\n  \"courierName\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"protectionPlanId\": \"PPP29082518357V0J\",\n    \"clientId\": \"PPEPPE250119\",\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"insurerId\": \"IUSGIN250119\",\n    \"reInsurerId\": \"\",\n    \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n    \"channelPartner\": \"\",\n    \"orderId\": \"ORD-100\",\n    \"orderDate\": \"2025-03-05T15:53:00.000+05:30\",\n    \"skuId\": \"SKU_10101010\",\n    \"productCategoryId\": \"All-Order-Flat\",\n    \"productCategoryName\": \"Mobile\",\n    \"productCategoryDescription\": \"Mobile devices\",\n    \"itemName\": \"Samsung Galaxy S23 Ultra\",\n    \"itemBrandName\": \"Samsung\",\n    \"itemGrossValue\": 118,\n    \"itemDiscountValue\": 18,\n    \"itemOtherCharges\": 0,\n    \"itemNetValue\": 100,\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543211\",\n    \"codScore\": \"7\",\n    \"codEligible\": true,\n    \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n    \"status\": \"Active\",\n    \"planStartTime\": \"2025-09-01T07:19:49.000Z\",\n    \"planGrossPrice\": 10,\n    \"planTaxValue\": 1.8,\n    \"planNetPrice\": 11.8,\n    \"updates\": [\n      {\n        \"status\": \"Purchased\",\n        \"updatedAt\": \"2025-08-29T13:05:52.000Z\"\n      },\n      {\n        \"status\": \"Active\",\n        \"updatedAt\": \"2025-09-01T07:19:49.000Z\"\n      },\n      {\n        \"status\": \"Claim Processing\",\n        \"updatedAt\": \"2025-09-01T07:36:14.000Z\"\n      }\n    ],\n    \"orderTrackingNo\": \"129947384232\",\n    \"courierName\": \"Blue Dart\",\n    \"param1\": \"CustomerReference123\",\n    \"param2\": \"BatchID_20251031\",\n    \"param3\": \"LeadSource_APP\",\n    \"param4\": \"CampaignID_45\",\n    \"param5\": \"SalesAgent_001\",\n    \"param6\": \"BranchCode_MUM01\",\n    \"param7\": \"DeviceID_AB123\",\n    \"param8\": \"Extra plan metadata\",\n    \"createdBy\": \"System\",\n    \"createdAt\": \"2025-08-29T13:05:52.000Z\",\n    \"updatedBy\": \"System\",\n    \"updatedAt\": \"2025-09-01T07:19:49.403Z\"\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"efe863ea-d4b5-4353-a7a5-fa1505488029","name":"Manufacturing defect","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP180924LGS1\",\n  \"orderStatus\": \"Manufacturing defect\",\n  \"orderTrackingNo\": \"\",\n  \"courierName\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"protectionPlanId\": \"PPP29082518357V0J\",\n    \"clientId\": \"PPEPPE250119\",\n    \"programId\": \"PURUSGIHGSIPLPA\",\n    \"insurerId\": \"IUSGIN250119\",\n    \"reInsurerId\": \"\",\n    \"ruleId\": \"cc058a4d-2bf8-4b6b-af0d-ef6fe13a737b\",\n    \"channelPartner\": \"\",\n    \"orderId\": \"ORD-100\",\n    \"skuId\": \"SKU_10101010\",\n    \"productCategoryId\": \"All-Order-Flat\",\n    \"productCategoryName\": \"Mobile\",\n    \"productCategoryDescription\": \"Mobile devices\",\n    \"itemName\": \"Samsung Galaxy S23 Ultra\",\n    \"itemBrandName\": \"Samsung\",\n    \"itemGrossValue\": 118,\n    \"itemDiscountValue\": 18,\n    \"itemOtherCharges\": 0,\n    \"itemNetValue\": 100,\n    \"customerName\": \"Alex\",\n    \"customerEmail\": \"alex@example.com\",\n    \"customerMobileNo\": \"9876543211\",\n    \"codScore\": \"7\",\n    \"codEligible\": true,\n    \"scoreId\": \"f4141180d25985282871e391bb1d23c26d039fa3\",\n    \"status\": \"Active\",\n    \"planStartTime\": \"2025-09-01T07:19:49.000Z\",\n    \"planGrossPrice\": 10,\n    \"planTaxValue\": 1.8,\n    \"planNetPrice\": 11.8,\n    \"updates\": [\n      {\n        \"status\": \"Purchased\",\n        \"updatedAt\": \"2025-08-29T13:05:52.000Z\"\n      },\n      {\n        \"status\": \"Active\",\n        \"updatedAt\": \"2025-09-01T07:19:49.000Z\"\n      },\n      {\n        \"status\": \"Expired\",\n        \"updatedAt\": \"2025-09-01T08:10:50.000Z\"\n      },\n      {\n        \"status\": \"Claim Processing\",\n        \"updatedAt\": \"2025-09-01T08:10:56.000Z\"\n      }\n    ],\n    \"orderTrackingNo\": \"129947384232\",\n    \"courierName\": \"Blue Dart\",\n    \"param1\": \"CustomerReference123\",\n    \"param2\": \"BatchID_20251031\",\n    \"param3\": \"LeadSource_APP\",\n    \"param4\": \"CampaignID_45\",\n    \"param5\": \"SalesAgent_001\",\n    \"param6\": \"BranchCode_MUM01\",\n    \"param7\": \"DeviceID_AB123\",\n    \"param8\": \"Extra plan metadata\",\n    \"createdBy\": \"System\",\n    \"createdAt\": \"2025-08-29T13:05:52.000Z\",\n    \"updatedBy\": \"System\",\n    \"updatedAt\": \"2025-09-01T07:19:49.403Z\"\n  },\n  \"errorCode\": \"\",\n  \"message\": \"\",\n  \"status\": true,\n  \"responseTimestamp\": \"2024-09-02T11:59:16.381Z\",\n  \"requestId\": \"b8e625f0-6922-11ef-b13c-ffda2e018a49\"\n}"},{"id":"64f10f1d-cb9e-428b-a5f1-d7442b093d79","name":"Invalid Request [Example 1]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP180924LGS1\",\n  \"orderStatus\": \"Dispatched\",\n  \"orderTrackingNo\": \"129947384232\",\n  \"courierName\": \"Blue Dart\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"AK_PS_ERR_102\",\n    \"message\": \"programId is required, merchantId is not allowed\",\n    \"status\": false,\n    \"result\": {},\n    \"responseTimestamp\": \"2025-09-01T14:59:27.121+05:30\",\n    \"requestId\": \"277b55f0-8716-11f0-8230-b5bb42d7a2fd\"\n}"},{"id":"e2fbaad6-b331-4576-9fdc-b5d67e53884e","name":"Invalid Request [Example 2]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP180924LGS1\",\n  \"orderId\": \"ORD-100\",\n  \"orderStatus\": \"Delivered\",\n  \"orderTrackingNo\": \"\",\n  \"courierName\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"AK_PS_ERR_102\",\n    \"message\": \"programId is required, merchantId is not allowed, orderId is not allowed\",\n    \"status\": false,\n    \"result\": {},\n    \"responseTimestamp\": \"2025-09-01T15:00:54.179+05:30\",\n    \"requestId\": \"5b6177f0-8716-11f0-8230-b5bb42d7a2fd\"\n}"},{"id":"6048617c-1872-470d-800a-5c4d0d682f8d","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"programId\": \"PURUSGIHGSIPLPA\",\n  \"protectionPlanId\": \"PPP180924LGS1\",\n  \"orderStatus\": \"Dispatched\",\n  \"orderTrackingNo\": \"129947384232\",\n  \"courierName\": \"Blue Dart\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://nonprod-api.assurekit.com/uat/ps/plans/purchase-protect/logistic-update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {},\n  \"errorCode\": \"AK_PP_ERR_105\",\n  \"message\": \"Internal Server Error\",\n  \"status\": false,\n  \"responseTimestamp\": \"2022-10-17T07:35:15.083Z\",\n  \"requestId\": \"3dace690-4dee-11ed-85f4-fd6d9df86e0c\"\n}"}],"_postman_id":"d114e6f1-86ca-4eb9-a6b4-6fe37038fb4a"}],"id":"676b3678-0e4c-40bb-9843-24c22b875f8c","_postman_id":"676b3678-0e4c-40bb-9843-24c22b875f8c","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"72ec3027-a345-43f1-8aef-6a9485378c37","id":"72ec3027-a345-43f1-8aef-6a9485378c37","name":"Purchase Protect","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"0e3875df-6f90-4659-9244-5d65f49b3ef8","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"21151334-fa23-4aae-9d23-a430314239d0","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://nonprod-api.assurekit.com/uat"}]}