oa-componentbook 0.17.21 → 0.17.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/MockData.js +2353 -0
- package/build/components/oa-component-button/CustomButton.js +17 -11
- package/build/components/oa-component-button/styles.js +5 -28
- package/build/components/oa-component-demo-border-radius/BorderRadiusDemo.js +4 -4
- package/build/components/oa-component-demo-border-radius/styles.js +4 -25
- package/build/components/oa-component-demo-color-variables/ColorVariablesDemo.js +1 -1
- package/build/components/oa-component-demo-elevation/ElevationDemo.js +23 -0
- package/build/components/oa-component-demo-elevation/styles.js +14 -0
- package/build/components/oa-component-drawer/CustomDrawer.js +37 -19
- package/build/components/oa-component-drawer/styles.js +6 -4
- package/build/components/oa-component-notification/CustomNotification.js +5 -5
- package/build/components/oa-component-table/CustomTable.js +2 -2
- package/build/components/oa-component-tag/styles.js +8 -8
- package/build/components/oa-component-textarea/TextArea.js +13 -7
- package/build/components/oa-component-timeline/CustomTimeline.js +26 -12
- package/build/components/oa-component-timeline/styles.js +3 -4
- package/build/components/oa-component-toggle/styles.js +6 -6
- package/build/components/oa-component-typography/Typography.js +12 -6
- package/build/{ColorVariables.js → global-css/ColorVariables.js} +1 -1
- package/build/global-css/Elevation.js +25 -0
- package/build/global-css/GlobalCss.js +16 -0
- package/build/global-css/Typographies.js +25 -0
- package/build/index.js +47 -5
- package/build/widgets/oa-widget-add-spare-part/AddSparePart.js +302 -0
- package/build/widgets/oa-widget-add-spare-part/styles.js +4 -0
- package/build/widgets/oa-widget-address/Address.js +6 -6
- package/build/widgets/oa-widget-approval/ApprovalWidget.js +65 -87
- package/build/widgets/oa-widget-approval/styles.js +1 -1
- package/build/widgets/oa-widget-close-claim/CloseClaim.js +20 -20
- package/build/widgets/oa-widget-close-claim/styles.js +14 -0
- package/build/widgets/oa-widget-document/UploadDownloadDocument.js +5 -13
- package/build/widgets/oa-widget-document/styles.js +15 -1
- package/build/widgets/oa-widget-keyValueDataView/styles.js +2 -2
- package/build/widgets/oa-widget-notes/NotesWidget.js +22 -5
- package/build/widgets/oa-widget-notes/styles.js +6 -4
- package/build/widgets/{oa-widget-sparePart → oa-widget-spare-part}/SparePart.js +3 -3
- package/build/widgets/oa-widget-stage-timeline/styles.js +8 -8
- package/build/widgets/oa-widget-view-history/ViewHistory.js +120 -0
- package/build/widgets/oa-widget-view-history/styles.js +14 -0
- package/build/widgets/oa-widget-view-previous-description/ViewPreviousDescription.js +143 -0
- package/build/widgets/oa-widget-view-previous-description/styles.js +22 -0
- package/package.json +1 -1
- package/build/components/oa-component-elevation/Elevation.js +0 -23
- package/build/components/oa-component-elevation/styles.js +0 -15
- /package/build/{BorderRadius.js → global-css/BorderRadius.js} +0 -0
- /package/build/{GridLayout.js → global-css/GridLayout.js} +0 -0
- /package/build/widgets/{oa-widget-sparePart → oa-widget-spare-part}/styles.js +0 -0
|
@@ -0,0 +1,2353 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.serviceRequestData = exports.fraudReasons = exports.closingClaimReasons = void 0;
|
|
7
|
+
const serviceRequestData = {
|
|
8
|
+
status: 'P',
|
|
9
|
+
createdOn: '09-Oct-2023 22:02:14',
|
|
10
|
+
createdBy: '51834430',
|
|
11
|
+
modifiedOn: '09-Oct-2023 22:02:16',
|
|
12
|
+
modifiedBy: 'CRM',
|
|
13
|
+
sessionUserId: null,
|
|
14
|
+
sessionAppId: null,
|
|
15
|
+
sessionEmailId: null,
|
|
16
|
+
sessionContactNumber: null,
|
|
17
|
+
modifiedByName: null,
|
|
18
|
+
userName: null,
|
|
19
|
+
apiVersion: null,
|
|
20
|
+
id: null,
|
|
21
|
+
serviceRequestId: 3800621,
|
|
22
|
+
serviceRequestType: 'PE_ADLD',
|
|
23
|
+
serviceRequestTypeName: null,
|
|
24
|
+
requestDescription: 'Claim Raise for TC_01,',
|
|
25
|
+
referenceNo: '1045350688',
|
|
26
|
+
refPrimaryTrackingNo: '21455375',
|
|
27
|
+
refSecondaryTrackingNo: '18481663',
|
|
28
|
+
assignee: null,
|
|
29
|
+
assignees: null,
|
|
30
|
+
scheduleSlotStartDateTime: null,
|
|
31
|
+
scheduleSlotEndDateTime: null,
|
|
32
|
+
dueDateTime: null,
|
|
33
|
+
actualStartDateTime: null,
|
|
34
|
+
actualEndDateTime: null,
|
|
35
|
+
servicePartnerCode: null,
|
|
36
|
+
servicePartnerBuCode: null,
|
|
37
|
+
workflowProcessId: '4000000303919530',
|
|
38
|
+
workflowData: {
|
|
39
|
+
documentUpload: {
|
|
40
|
+
status: 'Completed',
|
|
41
|
+
statusCode: 'CO',
|
|
42
|
+
startDate: 'Oct 09, 2023 10:02:14 PM',
|
|
43
|
+
endDate: 'Oct 09, 2023 10:02:15 PM',
|
|
44
|
+
description: 'Documents were uploaded on 09-Oct-2023.',
|
|
45
|
+
statusCodeModifiedOn: null,
|
|
46
|
+
documentUploadDateTime: '09-Oct-2023',
|
|
47
|
+
documentId: null,
|
|
48
|
+
dateOfIncident: '09-Oct-2023 00:00:00',
|
|
49
|
+
placeOfIncident: 'One Assist Office',
|
|
50
|
+
deviceBreakdownDetail: null,
|
|
51
|
+
mobileLossDetails: null,
|
|
52
|
+
mobileDamageDetails: {
|
|
53
|
+
optionalDamage: null,
|
|
54
|
+
damagePart: 'null',
|
|
55
|
+
damageIsTouchWorks: '',
|
|
56
|
+
damageIsSwitchedOn: '',
|
|
57
|
+
damageType: 'Accidental Damage',
|
|
58
|
+
damagePlace: 'One Assist Office',
|
|
59
|
+
damagedParts: [{
|
|
60
|
+
id: '8a81fc6b8b12affe018b15483167034d',
|
|
61
|
+
serviceRequestId: 3800621,
|
|
62
|
+
damage: null,
|
|
63
|
+
createdOn: 1696869134695,
|
|
64
|
+
createdBy: null,
|
|
65
|
+
modifiedOn: 1696869134695,
|
|
66
|
+
modifiedBy: null
|
|
67
|
+
}]
|
|
68
|
+
},
|
|
69
|
+
fmip: null,
|
|
70
|
+
allMandatoryDocsUploaded: false
|
|
71
|
+
},
|
|
72
|
+
verification: {
|
|
73
|
+
status: 'Verification Pending',
|
|
74
|
+
statusCode: 'VP',
|
|
75
|
+
startDate: 'Oct 09, 2023 10:02:15 PM',
|
|
76
|
+
endDate: null,
|
|
77
|
+
description: 'Document verification is in progress. It may take upto 48 hours.',
|
|
78
|
+
statusCodeModifiedOn: null,
|
|
79
|
+
remarks: null,
|
|
80
|
+
documentId: null,
|
|
81
|
+
damageLossDateTimeVerRemarks: null,
|
|
82
|
+
damageLossDateTimeVerStat: null,
|
|
83
|
+
verificationNewCases: null,
|
|
84
|
+
payment: null,
|
|
85
|
+
allDocVerStatus: null,
|
|
86
|
+
subStatus: 'New Cases',
|
|
87
|
+
dispositionRemarks: null,
|
|
88
|
+
admissibilityDecision: null,
|
|
89
|
+
admissibilityStartedDate: null,
|
|
90
|
+
admissibilityCompletedDate: null,
|
|
91
|
+
admissibilityAssignee: null,
|
|
92
|
+
incidentDescRemarks: null,
|
|
93
|
+
incidentDescVerStatus: null,
|
|
94
|
+
dayCount: 1,
|
|
95
|
+
inQuery: null,
|
|
96
|
+
inQueryStartDate: null,
|
|
97
|
+
dispositionLogs: null,
|
|
98
|
+
verificationStartDate: null
|
|
99
|
+
},
|
|
100
|
+
icDoc: {
|
|
101
|
+
status: null,
|
|
102
|
+
statusCode: null,
|
|
103
|
+
startDate: null,
|
|
104
|
+
endDate: null,
|
|
105
|
+
description: null,
|
|
106
|
+
statusCodeModifiedOn: null,
|
|
107
|
+
estimatedInvoiceVerificationStatus: null,
|
|
108
|
+
docSentToIC: null,
|
|
109
|
+
intimated: null,
|
|
110
|
+
allDocSentIc: null,
|
|
111
|
+
docSentToICDate: null,
|
|
112
|
+
documentToBeSentToIC: null,
|
|
113
|
+
failureReasons: null
|
|
114
|
+
},
|
|
115
|
+
repairAssessment: {
|
|
116
|
+
status: null,
|
|
117
|
+
statusCode: null,
|
|
118
|
+
startDate: null,
|
|
119
|
+
endDate: null,
|
|
120
|
+
description: null,
|
|
121
|
+
statusCodeModifiedOn: null,
|
|
122
|
+
diagonosisReportedbyAssignee: null,
|
|
123
|
+
sparePartsRequired: null,
|
|
124
|
+
transport: null,
|
|
125
|
+
labourCost: null,
|
|
126
|
+
visitCharges: null,
|
|
127
|
+
labourCosts: null,
|
|
128
|
+
costToServiceDto: null,
|
|
129
|
+
accidentalDamage: null,
|
|
130
|
+
costToCustomer: null,
|
|
131
|
+
costToCompany: null,
|
|
132
|
+
costToInsurer: null,
|
|
133
|
+
costToOneassist: null,
|
|
134
|
+
isCustomerAgree: null,
|
|
135
|
+
customerDecision: null,
|
|
136
|
+
isSpareRequestRaisedWithIC: null,
|
|
137
|
+
isTransportationRaisedWithIC: null,
|
|
138
|
+
invoiceValue: '40000.0',
|
|
139
|
+
endTime: null,
|
|
140
|
+
estimateAmt: null,
|
|
141
|
+
repairable: null,
|
|
142
|
+
estimationCompleted: null,
|
|
143
|
+
estimatedDate: null,
|
|
144
|
+
damageType: null,
|
|
145
|
+
estimateCostToCompany: null,
|
|
146
|
+
estimateCostToCustomer: null,
|
|
147
|
+
isTransportationDone: null,
|
|
148
|
+
estimationDayCount: null,
|
|
149
|
+
remarks: null,
|
|
150
|
+
remarkId: null,
|
|
151
|
+
remainingCoverAmountForMemberShip: null,
|
|
152
|
+
overrunCoverAmount: null,
|
|
153
|
+
serviceCancelReason: null,
|
|
154
|
+
sparePartApprovalAwaiting: null,
|
|
155
|
+
imeiMismatch: null,
|
|
156
|
+
handsetActivationDate: null,
|
|
157
|
+
modelName: null,
|
|
158
|
+
deviceMake: null,
|
|
159
|
+
handsetValue: null,
|
|
160
|
+
estimationLockOptions: null,
|
|
161
|
+
estimationLockDisabled: null,
|
|
162
|
+
estimateStatus: null,
|
|
163
|
+
estimateRemarks: null,
|
|
164
|
+
tatDate: null,
|
|
165
|
+
tatDateChangeFlag: false
|
|
166
|
+
},
|
|
167
|
+
insuranceDecision: {
|
|
168
|
+
status: null,
|
|
169
|
+
statusCode: null,
|
|
170
|
+
startDate: null,
|
|
171
|
+
endDate: null,
|
|
172
|
+
description: null,
|
|
173
|
+
statusCodeModifiedOn: null,
|
|
174
|
+
deliveryICApproved: null,
|
|
175
|
+
deliveryICBerApproved: null,
|
|
176
|
+
deliveryICRejected: null,
|
|
177
|
+
deliveryToAscStatus: null,
|
|
178
|
+
salvageAmt: null,
|
|
179
|
+
reinstallPrem: null,
|
|
180
|
+
paymentDate: null,
|
|
181
|
+
paymentAmt: null,
|
|
182
|
+
excessAmtApproved: null,
|
|
183
|
+
excessAmtReceived: null,
|
|
184
|
+
icDecision: null,
|
|
185
|
+
icDepriciation: null,
|
|
186
|
+
icEstimateAmt: null,
|
|
187
|
+
icExcessAmt: null,
|
|
188
|
+
icUnderInsur: null,
|
|
189
|
+
edelweissClaimNumber: null,
|
|
190
|
+
icApprovalSubStatus: null,
|
|
191
|
+
icApprovalCompletedDate: null,
|
|
192
|
+
icApprovalDecision: null,
|
|
193
|
+
icApprovalAssignee: null,
|
|
194
|
+
remarks: null,
|
|
195
|
+
courtesyRequired: null,
|
|
196
|
+
subStatus: null,
|
|
197
|
+
inQuery: null,
|
|
198
|
+
dayCount: null,
|
|
199
|
+
icRejectReason: null,
|
|
200
|
+
amtPaybleToCustomer: null,
|
|
201
|
+
excessAmtToOA: null,
|
|
202
|
+
excessAmtToIC: null,
|
|
203
|
+
icDecisionPending: null,
|
|
204
|
+
marketValue: null,
|
|
205
|
+
berSettlementAmt: null,
|
|
206
|
+
icApprovedAmt: null,
|
|
207
|
+
balanceSumInsured: null,
|
|
208
|
+
icDecisionSubStatus: null,
|
|
209
|
+
isBerReplacement: null
|
|
210
|
+
},
|
|
211
|
+
repair: {
|
|
212
|
+
status: null,
|
|
213
|
+
statusCode: null,
|
|
214
|
+
startDate: null,
|
|
215
|
+
endDate: null,
|
|
216
|
+
description: null,
|
|
217
|
+
statusCodeModifiedOn: null,
|
|
218
|
+
resolutionCode: null,
|
|
219
|
+
touchScreenStatus: null,
|
|
220
|
+
cameraStatus: null,
|
|
221
|
+
buttonsStatus: null,
|
|
222
|
+
speakerStatus: null,
|
|
223
|
+
microphoneStatus: null,
|
|
224
|
+
chargePinStatus: null,
|
|
225
|
+
headPhoneJackStatus: null,
|
|
226
|
+
wifiStatus: null,
|
|
227
|
+
dispalyStatus: null,
|
|
228
|
+
manufacturingDefect: null,
|
|
229
|
+
verifier: null,
|
|
230
|
+
qcCompleted: null,
|
|
231
|
+
repairDate: null,
|
|
232
|
+
repairDueDate: null,
|
|
233
|
+
repairable: null,
|
|
234
|
+
repairCompleted: null,
|
|
235
|
+
amtPaidByOneassist: null,
|
|
236
|
+
imei: null,
|
|
237
|
+
deviceModel: null,
|
|
238
|
+
repairCostToCompany: null,
|
|
239
|
+
repairCostToCustomer: null,
|
|
240
|
+
payment: null,
|
|
241
|
+
advices: [],
|
|
242
|
+
scopeDetails: null,
|
|
243
|
+
remarks: null,
|
|
244
|
+
remarkId: null,
|
|
245
|
+
ascHub: null,
|
|
246
|
+
damageType: null,
|
|
247
|
+
serviceEndCode: null
|
|
248
|
+
},
|
|
249
|
+
claimSettlement: {
|
|
250
|
+
status: null,
|
|
251
|
+
statusCode: null,
|
|
252
|
+
startDate: null,
|
|
253
|
+
endDate: null,
|
|
254
|
+
description: null,
|
|
255
|
+
statusCodeModifiedOn: null,
|
|
256
|
+
claimAmount: null,
|
|
257
|
+
settlementDate: null,
|
|
258
|
+
icPaymentConfirmation: null,
|
|
259
|
+
remarks: null
|
|
260
|
+
},
|
|
261
|
+
pickup: {
|
|
262
|
+
status: null,
|
|
263
|
+
statusCode: null,
|
|
264
|
+
startDate: null,
|
|
265
|
+
endDate: null,
|
|
266
|
+
description: null,
|
|
267
|
+
statusCodeModifiedOn: null,
|
|
268
|
+
ascHub: null,
|
|
269
|
+
pickupQc: null,
|
|
270
|
+
manufacturingDefect: null,
|
|
271
|
+
verifier: null,
|
|
272
|
+
fulfilmentHubId: null,
|
|
273
|
+
pickupDate: null,
|
|
274
|
+
pincodeCategory: 'A',
|
|
275
|
+
serviceCenterId: null,
|
|
276
|
+
pickupTime: null,
|
|
277
|
+
defaultServiceCntrId: null,
|
|
278
|
+
imeiEnterByASC: null,
|
|
279
|
+
walkInAscId: null,
|
|
280
|
+
walkInDate: null,
|
|
281
|
+
walkInTime: null
|
|
282
|
+
},
|
|
283
|
+
delivery: {
|
|
284
|
+
status: null,
|
|
285
|
+
statusCode: null,
|
|
286
|
+
startDate: null,
|
|
287
|
+
endDate: null,
|
|
288
|
+
description: null,
|
|
289
|
+
statusCodeModifiedOn: null,
|
|
290
|
+
delvDueDate: null,
|
|
291
|
+
actDelvDate: null,
|
|
292
|
+
bankAccountRefNo: null,
|
|
293
|
+
bankAccountVerificationStatus: null,
|
|
294
|
+
bankAccountVerificationSubStatus: null,
|
|
295
|
+
bankAccountPaymentRemarks: null,
|
|
296
|
+
bankUtrn: null,
|
|
297
|
+
courtesyRaised: null,
|
|
298
|
+
deviceReceivedToHub: null,
|
|
299
|
+
berOptOutAcknowledgment: null,
|
|
300
|
+
walkInAscId: null,
|
|
301
|
+
ascCollectedExcessAmount: null,
|
|
302
|
+
deviceCollectionDate: null,
|
|
303
|
+
deviceCollectionTime: null,
|
|
304
|
+
bankAccountDtlRejectReason: null,
|
|
305
|
+
berSettlementDate: null,
|
|
306
|
+
deviceIMEINo: null,
|
|
307
|
+
deviceMake: null,
|
|
308
|
+
deviceModel: null,
|
|
309
|
+
deviceInvoiceAmount: null,
|
|
310
|
+
deviceInvoiceDate: null
|
|
311
|
+
},
|
|
312
|
+
docSettlement: {
|
|
313
|
+
status: null,
|
|
314
|
+
statusCode: null,
|
|
315
|
+
startDate: null,
|
|
316
|
+
endDate: null,
|
|
317
|
+
description: null,
|
|
318
|
+
statusCodeModifiedOn: null,
|
|
319
|
+
docSentToICDate: null,
|
|
320
|
+
allDocSentIc: null
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
initiatingSystem: 1,
|
|
324
|
+
workflowStage: 'VR',
|
|
325
|
+
workflowStageStatus: 'VP',
|
|
326
|
+
workflowAlert: null,
|
|
327
|
+
workflowProcDefKey: null,
|
|
328
|
+
serviceAddress: {
|
|
329
|
+
status: null,
|
|
330
|
+
createdOn: '09-Oct-2023 22:02:14',
|
|
331
|
+
createdBy: null,
|
|
332
|
+
modifiedOn: '09-Oct-2023 22:02:14',
|
|
333
|
+
modifiedBy: null,
|
|
334
|
+
sessionUserId: null,
|
|
335
|
+
sessionAppId: null,
|
|
336
|
+
sessionEmailId: null,
|
|
337
|
+
sessionContactNumber: null,
|
|
338
|
+
modifiedByName: null,
|
|
339
|
+
userName: null,
|
|
340
|
+
apiVersion: null,
|
|
341
|
+
serviceAddressId: 3541757,
|
|
342
|
+
addressLine1: 'Office',
|
|
343
|
+
addressLine2: null,
|
|
344
|
+
landmark: 'Vipul Plaza',
|
|
345
|
+
district: 'Jaipur',
|
|
346
|
+
mobileNo: 5532166334,
|
|
347
|
+
pincode: '302013',
|
|
348
|
+
countryCode: 'IN',
|
|
349
|
+
addresseeFullName: 'One Assist',
|
|
350
|
+
email: 'email_53852886089354@mailinator.com',
|
|
351
|
+
state: 'Rajasthan',
|
|
352
|
+
alternateEmailId: null,
|
|
353
|
+
alternateMobileNo: null,
|
|
354
|
+
stateCode: 'RJ',
|
|
355
|
+
latitude: null,
|
|
356
|
+
longitude: null,
|
|
357
|
+
serviceArea: null
|
|
358
|
+
},
|
|
359
|
+
serviceDocuments: null,
|
|
360
|
+
serviceRequestFeedback: null,
|
|
361
|
+
activitiHistoryTasks: [{
|
|
362
|
+
stageOrderId: 10,
|
|
363
|
+
processInstanceId: '4000000303919530',
|
|
364
|
+
taskName: 'Document Upload',
|
|
365
|
+
assignee: '51834430',
|
|
366
|
+
startTime: '09-Oct-2023 22:02:14',
|
|
367
|
+
comments: [],
|
|
368
|
+
endTime: '09-Oct-2023 22:02:15',
|
|
369
|
+
status: 'completed',
|
|
370
|
+
liveStatus: null,
|
|
371
|
+
userName: null,
|
|
372
|
+
taskId: '4000000303919585',
|
|
373
|
+
taskDefId: 'DocumentUpload'
|
|
374
|
+
}, {
|
|
375
|
+
stageOrderId: 20,
|
|
376
|
+
processInstanceId: '4000000303919530',
|
|
377
|
+
taskName: 'Verification',
|
|
378
|
+
assignee: 'uattest2',
|
|
379
|
+
startTime: '09-Oct-2023 22:02:15',
|
|
380
|
+
comments: [],
|
|
381
|
+
endTime: null,
|
|
382
|
+
status: 'In-Progress',
|
|
383
|
+
liveStatus: null,
|
|
384
|
+
userName: null,
|
|
385
|
+
taskId: '4000000303919612',
|
|
386
|
+
taskDefId: 'DocumentVerification'
|
|
387
|
+
}, {
|
|
388
|
+
stageOrderId: 30,
|
|
389
|
+
processInstanceId: '4000000303919530',
|
|
390
|
+
taskName: 'Pick Up',
|
|
391
|
+
assignee: null,
|
|
392
|
+
startTime: null,
|
|
393
|
+
comments: null,
|
|
394
|
+
endTime: null,
|
|
395
|
+
status: 'Not-Started',
|
|
396
|
+
liveStatus: null,
|
|
397
|
+
userName: null,
|
|
398
|
+
taskId: null,
|
|
399
|
+
taskDefId: null
|
|
400
|
+
}, {
|
|
401
|
+
stageOrderId: 40,
|
|
402
|
+
processInstanceId: '4000000303919530',
|
|
403
|
+
taskName: 'Estimation',
|
|
404
|
+
assignee: null,
|
|
405
|
+
startTime: null,
|
|
406
|
+
comments: null,
|
|
407
|
+
endTime: null,
|
|
408
|
+
status: 'Not-Started',
|
|
409
|
+
liveStatus: null,
|
|
410
|
+
userName: null,
|
|
411
|
+
taskId: null,
|
|
412
|
+
taskDefId: null
|
|
413
|
+
}, {
|
|
414
|
+
stageOrderId: 50,
|
|
415
|
+
processInstanceId: '4000000303919530',
|
|
416
|
+
taskName: 'Docs to IC',
|
|
417
|
+
assignee: null,
|
|
418
|
+
startTime: null,
|
|
419
|
+
comments: null,
|
|
420
|
+
endTime: null,
|
|
421
|
+
status: 'Not-Started',
|
|
422
|
+
liveStatus: null,
|
|
423
|
+
userName: null,
|
|
424
|
+
taskId: null,
|
|
425
|
+
taskDefId: null
|
|
426
|
+
}, {
|
|
427
|
+
stageOrderId: 60,
|
|
428
|
+
processInstanceId: '4000000303919530',
|
|
429
|
+
taskName: 'IC Approval',
|
|
430
|
+
assignee: null,
|
|
431
|
+
startTime: null,
|
|
432
|
+
comments: null,
|
|
433
|
+
endTime: null,
|
|
434
|
+
status: 'Not-Started',
|
|
435
|
+
liveStatus: null,
|
|
436
|
+
userName: null,
|
|
437
|
+
taskId: null,
|
|
438
|
+
taskDefId: null
|
|
439
|
+
}, {
|
|
440
|
+
stageOrderId: 70,
|
|
441
|
+
processInstanceId: '4000000303919530',
|
|
442
|
+
taskName: 'Repair Due Info',
|
|
443
|
+
assignee: null,
|
|
444
|
+
startTime: null,
|
|
445
|
+
comments: null,
|
|
446
|
+
endTime: null,
|
|
447
|
+
status: 'Not-Started',
|
|
448
|
+
liveStatus: null,
|
|
449
|
+
userName: null,
|
|
450
|
+
taskId: null,
|
|
451
|
+
taskDefId: null
|
|
452
|
+
}, {
|
|
453
|
+
stageOrderId: 80,
|
|
454
|
+
processInstanceId: '4000000303919530',
|
|
455
|
+
taskName: 'Delivery',
|
|
456
|
+
assignee: null,
|
|
457
|
+
startTime: null,
|
|
458
|
+
comments: null,
|
|
459
|
+
endTime: null,
|
|
460
|
+
status: 'Not-Started',
|
|
461
|
+
liveStatus: null,
|
|
462
|
+
userName: null,
|
|
463
|
+
taskId: null,
|
|
464
|
+
taskDefId: null
|
|
465
|
+
}, {
|
|
466
|
+
stageOrderId: 90,
|
|
467
|
+
processInstanceId: '4000000303919530',
|
|
468
|
+
taskName: 'Settlement Docs To IC',
|
|
469
|
+
assignee: null,
|
|
470
|
+
startTime: null,
|
|
471
|
+
comments: null,
|
|
472
|
+
endTime: null,
|
|
473
|
+
status: 'Not-Started',
|
|
474
|
+
liveStatus: null,
|
|
475
|
+
userName: null,
|
|
476
|
+
taskId: null,
|
|
477
|
+
taskDefId: null
|
|
478
|
+
}, {
|
|
479
|
+
stageOrderId: 100,
|
|
480
|
+
processInstanceId: '4000000303919530',
|
|
481
|
+
taskName: 'IC Claim Payment',
|
|
482
|
+
assignee: null,
|
|
483
|
+
startTime: null,
|
|
484
|
+
comments: null,
|
|
485
|
+
endTime: null,
|
|
486
|
+
status: 'Not-Started',
|
|
487
|
+
liveStatus: null,
|
|
488
|
+
userName: null,
|
|
489
|
+
taskId: null,
|
|
490
|
+
taskDefId: null
|
|
491
|
+
}],
|
|
492
|
+
shipmentDetails: null,
|
|
493
|
+
additionalAttributes: null,
|
|
494
|
+
technicianProfileDetails: null,
|
|
495
|
+
thirdPartyProperties: {
|
|
496
|
+
purchaseDate: '09-Oct-2023',
|
|
497
|
+
partnerCode: 29,
|
|
498
|
+
isTgPartner: false,
|
|
499
|
+
endDate: '07-Oct-2024',
|
|
500
|
+
assetInvoiceNo: '29401271',
|
|
501
|
+
planName: 'OneAssist 1Yr Laptop Damage Protection Plan for Retail GT',
|
|
502
|
+
productName: 'LAP',
|
|
503
|
+
sumAssured: 40000,
|
|
504
|
+
sumInsured: 40000,
|
|
505
|
+
customerId: 51834430,
|
|
506
|
+
componentDetailResponse: [{
|
|
507
|
+
scopeCode: 0,
|
|
508
|
+
scopeName: 'Complete Asset',
|
|
509
|
+
status: 'A'
|
|
510
|
+
}],
|
|
511
|
+
planId: 156963,
|
|
512
|
+
deviceWarranty: null,
|
|
513
|
+
partnerBUCode: 308,
|
|
514
|
+
ecomOrderId: null,
|
|
515
|
+
stageIntDate: 1696869135392,
|
|
516
|
+
courtesyRequired: null,
|
|
517
|
+
partnerName: 'FUTURE GENERALI',
|
|
518
|
+
mobPurchageDate: '09-Oct-2023',
|
|
519
|
+
srAge: 2,
|
|
520
|
+
businessPartnerName: 'PORTAL',
|
|
521
|
+
alternateMobileNo: '5532166334',
|
|
522
|
+
planCode: 663,
|
|
523
|
+
serialNo: '50000240379',
|
|
524
|
+
firstName: 'JvBJY',
|
|
525
|
+
policyId: '2594',
|
|
526
|
+
assignee: 'uattest2',
|
|
527
|
+
stageAge: '2',
|
|
528
|
+
startDate: '09-Oct-2023',
|
|
529
|
+
coverAmount: 40000
|
|
530
|
+
},
|
|
531
|
+
servicePartnerName: null,
|
|
532
|
+
servicePartnerAddress: null,
|
|
533
|
+
assets: [{
|
|
534
|
+
status: 'A',
|
|
535
|
+
createdOn: '09-Oct-2023 22:02:14',
|
|
536
|
+
createdBy: null,
|
|
537
|
+
modifiedOn: '09-Oct-2023 22:02:14',
|
|
538
|
+
modifiedBy: null,
|
|
539
|
+
sessionUserId: null,
|
|
540
|
+
sessionAppId: null,
|
|
541
|
+
sessionEmailId: null,
|
|
542
|
+
sessionContactNumber: null,
|
|
543
|
+
modifiedByName: null,
|
|
544
|
+
userName: null,
|
|
545
|
+
apiVersion: null,
|
|
546
|
+
assetId: 'a589eb66020740bc9a179fb1fbf6345c',
|
|
547
|
+
serviceRequestId: 3800621,
|
|
548
|
+
productCode: 'LAP',
|
|
549
|
+
isFunctional: null,
|
|
550
|
+
isAccidentalDamage: null,
|
|
551
|
+
make: 'Lenovo',
|
|
552
|
+
serialNo: '50000240379',
|
|
553
|
+
modelNo: 'Y1',
|
|
554
|
+
assetAge: null,
|
|
555
|
+
assetTechnology: null,
|
|
556
|
+
assetSize: null,
|
|
557
|
+
assetUnit: null,
|
|
558
|
+
isInformationCorrect: null,
|
|
559
|
+
assetInspectionStatus: null,
|
|
560
|
+
serviceRequestAssetDocuments: [],
|
|
561
|
+
assetReferenceNo: '18481663',
|
|
562
|
+
serviceType: null,
|
|
563
|
+
category: 'PE',
|
|
564
|
+
markedForTransport: null,
|
|
565
|
+
assetServiceStatus: null,
|
|
566
|
+
userRemarks: [],
|
|
567
|
+
isRepeatRepair: null,
|
|
568
|
+
serviceCount: null,
|
|
569
|
+
assetLocation: null,
|
|
570
|
+
specifications: null,
|
|
571
|
+
failureReason: null,
|
|
572
|
+
approxRepairCost: null,
|
|
573
|
+
exceptionally: false,
|
|
574
|
+
commercial: false,
|
|
575
|
+
productName: null
|
|
576
|
+
}],
|
|
577
|
+
dateOfIncident: '09-Oct-2023 00:00:00',
|
|
578
|
+
cloudStorageArchiveId: null,
|
|
579
|
+
adviceId: null,
|
|
580
|
+
insurancePartnerCode: 181,
|
|
581
|
+
conversations: null,
|
|
582
|
+
cloudStorageJobStatus: null,
|
|
583
|
+
externalReferenceNo: 3800621,
|
|
584
|
+
coveredScopesInPlan: null,
|
|
585
|
+
isWalkInAsc: null,
|
|
586
|
+
walkInAscDetails: null,
|
|
587
|
+
serviceAndCustRiskProfileData: null,
|
|
588
|
+
remarks: null,
|
|
589
|
+
srCloseReasonRemarks: null,
|
|
590
|
+
incidentDisposition: null,
|
|
591
|
+
isCustomerFraudCase: null,
|
|
592
|
+
serviceFraudCaseReason: null,
|
|
593
|
+
customerDetails: {
|
|
594
|
+
customer_name: 'One Assist',
|
|
595
|
+
mobile: 5532166334,
|
|
596
|
+
email: 'email_53852886089354@mailinator.com',
|
|
597
|
+
customer_ID: 51834430,
|
|
598
|
+
address: 'Office, null',
|
|
599
|
+
state: 'Rajasthan',
|
|
600
|
+
city: 'Jaipur',
|
|
601
|
+
pincode: '302013'
|
|
602
|
+
},
|
|
603
|
+
insuranceBacked: null,
|
|
604
|
+
dateOfIntimation: '09-Oct-2023 22:02:10',
|
|
605
|
+
additionalDetails: {
|
|
606
|
+
customerNameInvoiceMismatch: null,
|
|
607
|
+
matchingIMEIInvoice: null,
|
|
608
|
+
customerNameGovIdMismatch: null,
|
|
609
|
+
gifterName: null,
|
|
610
|
+
invoiceNameVariationReason: null,
|
|
611
|
+
customerGifterRelation: null
|
|
612
|
+
},
|
|
613
|
+
incidentDetail: {
|
|
614
|
+
incidentDescription: [{
|
|
615
|
+
createdOn: '09-Oct-2023 22:02:14',
|
|
616
|
+
createdBy: '51834430',
|
|
617
|
+
modifiedOn: '09-Oct-2023 22:02:14',
|
|
618
|
+
id: '8a81fc6b8b12affe018b154831650349',
|
|
619
|
+
serviceRequestId: 3800621,
|
|
620
|
+
key: 'Q1',
|
|
621
|
+
value: 'On the Table',
|
|
622
|
+
displayName: 'Where was the device kept at the time of incident?'
|
|
623
|
+
}, {
|
|
624
|
+
createdOn: '09-Oct-2023 22:02:14',
|
|
625
|
+
createdBy: '51834430',
|
|
626
|
+
modifiedOn: '09-Oct-2023 22:02:14',
|
|
627
|
+
id: '8a81fc6b8b12affe018b15483165034a',
|
|
628
|
+
serviceRequestId: 3800621,
|
|
629
|
+
key: 'Q2',
|
|
630
|
+
value: 'Father',
|
|
631
|
+
displayName: 'Who was using the device at the time of damage? Mention your relationship.'
|
|
632
|
+
}, {
|
|
633
|
+
createdOn: '09-Oct-2023 22:02:14',
|
|
634
|
+
createdBy: '51834430',
|
|
635
|
+
modifiedOn: '09-Oct-2023 22:02:14',
|
|
636
|
+
id: '8a81fc6b8b12affe018b15483165034b',
|
|
637
|
+
serviceRequestId: 3800621,
|
|
638
|
+
key: 'Q3',
|
|
639
|
+
value: 'User was at home',
|
|
640
|
+
displayName: 'Where was the device user and what activity was he doing at the time of incident?'
|
|
641
|
+
}, {
|
|
642
|
+
createdOn: '09-Oct-2023 22:02:14',
|
|
643
|
+
createdBy: '51834430',
|
|
644
|
+
modifiedOn: '09-Oct-2023 22:02:14',
|
|
645
|
+
id: '8a81fc6b8b12affe018b15483165034c',
|
|
646
|
+
serviceRequestId: 3800621,
|
|
647
|
+
key: 'Q4',
|
|
648
|
+
value: 'This is the test incident description',
|
|
649
|
+
displayName: 'Explain the incident due to which your device was damaged, highlighting the events which led up to the incident'
|
|
650
|
+
}]
|
|
651
|
+
},
|
|
652
|
+
logisticReferenceNo: null,
|
|
653
|
+
shortCircuitReason: null,
|
|
654
|
+
srCloseDate: null,
|
|
655
|
+
srCloseStage: null,
|
|
656
|
+
paymentReceived: null,
|
|
657
|
+
customerId: null,
|
|
658
|
+
serviceRequestSourceType: null,
|
|
659
|
+
referenceOrderNo: null,
|
|
660
|
+
serviceOrderId: null,
|
|
661
|
+
isEnterprise: true,
|
|
662
|
+
inspectionDetails: null,
|
|
663
|
+
reinspectionCount: null,
|
|
664
|
+
preferredLanguage: null,
|
|
665
|
+
showDownloadJobsheet: false,
|
|
666
|
+
expiringOn: null,
|
|
667
|
+
serviceCancelReason: null,
|
|
668
|
+
exchangePrice: null,
|
|
669
|
+
fulfilmentPrice: null,
|
|
670
|
+
verificationStartDate: null,
|
|
671
|
+
excessAmt: null,
|
|
672
|
+
excessPaymentLink: null,
|
|
673
|
+
insurerName: null,
|
|
674
|
+
insurerGst: null,
|
|
675
|
+
pendingIncidentDescriptions: null,
|
|
676
|
+
pendingUploadedDocKeys: null,
|
|
677
|
+
serviceRequestStatus: null,
|
|
678
|
+
serviceRequestUUID: null,
|
|
679
|
+
isCustomerActionPending: null,
|
|
680
|
+
documents: null,
|
|
681
|
+
delayInPlanActivation: null,
|
|
682
|
+
isDelayInPlanActivation: null,
|
|
683
|
+
membershipPurchaseDate: null,
|
|
684
|
+
assetInvoiceDate: null,
|
|
685
|
+
documentLess: null,
|
|
686
|
+
bankUtrnNumber: null,
|
|
687
|
+
bankAccountRefNo: 0,
|
|
688
|
+
isDeviceClaimUnderWarranty: null,
|
|
689
|
+
isCancellationAllowed: null,
|
|
690
|
+
cancellationDuration: 0,
|
|
691
|
+
orderInfo: null,
|
|
692
|
+
referenceOrderNoUUID: null,
|
|
693
|
+
eventNameForWallet: null,
|
|
694
|
+
acknowledged: null,
|
|
695
|
+
isSonicClaim: false,
|
|
696
|
+
partnerReferenceNo: null,
|
|
697
|
+
buyBackOrderId: null,
|
|
698
|
+
repairInvoiceUploaded: null,
|
|
699
|
+
reasonForReschedule: null,
|
|
700
|
+
asmRescheduledTat: null,
|
|
701
|
+
technicianScheduledDateTime: null,
|
|
702
|
+
isVNCallingEnabled: null,
|
|
703
|
+
virtualContactDetails: null,
|
|
704
|
+
berReplacementFee: null,
|
|
705
|
+
berReplacementFeeStatus: null,
|
|
706
|
+
berReplacementFeeAdviceId: null,
|
|
707
|
+
isExcessPaymentRequired: null,
|
|
708
|
+
coverAmount: null,
|
|
709
|
+
excessAdviceId: null,
|
|
710
|
+
isExcessRefunded: false,
|
|
711
|
+
excessOrderId: null,
|
|
712
|
+
isVirtualNumberExpired: false,
|
|
713
|
+
handsetDetails: {
|
|
714
|
+
make: 'Apple',
|
|
715
|
+
model: 'LAP',
|
|
716
|
+
purchase_invoice_value: '',
|
|
717
|
+
product_name: 'LAP',
|
|
718
|
+
purchase_date: '09-Oct-2023',
|
|
719
|
+
handset_imei: '50000240379',
|
|
720
|
+
ECOM_order_id: '',
|
|
721
|
+
purchase_invoice_no: '29401271'
|
|
722
|
+
},
|
|
723
|
+
damageDetails: {
|
|
724
|
+
date_of_damage: '09-Oct-2023 00:00:00',
|
|
725
|
+
time_of_damage: '',
|
|
726
|
+
place_of_damage: '',
|
|
727
|
+
date_of_intimation: '09-Oct-2023 22:02:10',
|
|
728
|
+
type_of_damage: '',
|
|
729
|
+
covered_components: ''
|
|
730
|
+
},
|
|
731
|
+
workflowSummary: [{
|
|
732
|
+
stageOrderId: 10,
|
|
733
|
+
processInstanceId: '4000000303919530',
|
|
734
|
+
taskName: 'Document Upload',
|
|
735
|
+
assignee: '51834430',
|
|
736
|
+
startTime: '09-Oct-2023 10:02 PM',
|
|
737
|
+
comments: [],
|
|
738
|
+
endTime: '09-Oct-2023 10:02 PM',
|
|
739
|
+
status: 'Completed',
|
|
740
|
+
liveStatus: null,
|
|
741
|
+
userName: null,
|
|
742
|
+
taskId: '4000000303919585',
|
|
743
|
+
taskDefId: 'DocumentUpload'
|
|
744
|
+
}, {
|
|
745
|
+
stageOrderId: 20,
|
|
746
|
+
processInstanceId: '4000000303919530',
|
|
747
|
+
taskName: 'Verification',
|
|
748
|
+
assignee: 'uattest2',
|
|
749
|
+
startTime: '09-Oct-2023 10:02 PM',
|
|
750
|
+
comments: [],
|
|
751
|
+
endTime: '',
|
|
752
|
+
status: 'In Progress',
|
|
753
|
+
liveStatus: null,
|
|
754
|
+
userName: null,
|
|
755
|
+
taskId: '4000000303919612',
|
|
756
|
+
taskDefId: 'DocumentVerification'
|
|
757
|
+
}, {
|
|
758
|
+
stageOrderId: 30,
|
|
759
|
+
processInstanceId: '4000000303919530',
|
|
760
|
+
taskName: 'Pick Up',
|
|
761
|
+
assignee: null,
|
|
762
|
+
startTime: '',
|
|
763
|
+
comments: null,
|
|
764
|
+
endTime: '',
|
|
765
|
+
status: 'Not Started',
|
|
766
|
+
liveStatus: null,
|
|
767
|
+
userName: null,
|
|
768
|
+
taskId: null,
|
|
769
|
+
taskDefId: null
|
|
770
|
+
}, {
|
|
771
|
+
stageOrderId: 40,
|
|
772
|
+
processInstanceId: '4000000303919530',
|
|
773
|
+
taskName: 'Estimation',
|
|
774
|
+
assignee: null,
|
|
775
|
+
startTime: '',
|
|
776
|
+
comments: null,
|
|
777
|
+
endTime: '',
|
|
778
|
+
status: 'Not Started',
|
|
779
|
+
liveStatus: null,
|
|
780
|
+
userName: null,
|
|
781
|
+
taskId: null,
|
|
782
|
+
taskDefId: null
|
|
783
|
+
}, {
|
|
784
|
+
stageOrderId: 50,
|
|
785
|
+
processInstanceId: '4000000303919530',
|
|
786
|
+
taskName: 'Docs to IC',
|
|
787
|
+
assignee: null,
|
|
788
|
+
startTime: '',
|
|
789
|
+
comments: null,
|
|
790
|
+
endTime: '',
|
|
791
|
+
status: 'Not Started',
|
|
792
|
+
liveStatus: null,
|
|
793
|
+
userName: null,
|
|
794
|
+
taskId: null,
|
|
795
|
+
taskDefId: null
|
|
796
|
+
}, {
|
|
797
|
+
stageOrderId: 60,
|
|
798
|
+
processInstanceId: '4000000303919530',
|
|
799
|
+
taskName: 'IC Approval',
|
|
800
|
+
assignee: null,
|
|
801
|
+
startTime: '',
|
|
802
|
+
comments: null,
|
|
803
|
+
endTime: '',
|
|
804
|
+
status: 'Not Started',
|
|
805
|
+
liveStatus: null,
|
|
806
|
+
userName: null,
|
|
807
|
+
taskId: null,
|
|
808
|
+
taskDefId: null
|
|
809
|
+
}, {
|
|
810
|
+
stageOrderId: 70,
|
|
811
|
+
processInstanceId: '4000000303919530',
|
|
812
|
+
taskName: 'Repair Due Info',
|
|
813
|
+
assignee: null,
|
|
814
|
+
startTime: '',
|
|
815
|
+
comments: null,
|
|
816
|
+
endTime: '',
|
|
817
|
+
status: 'Not Started',
|
|
818
|
+
liveStatus: null,
|
|
819
|
+
userName: null,
|
|
820
|
+
taskId: null,
|
|
821
|
+
taskDefId: null
|
|
822
|
+
}, {
|
|
823
|
+
stageOrderId: 80,
|
|
824
|
+
processInstanceId: '4000000303919530',
|
|
825
|
+
taskName: 'Delivery',
|
|
826
|
+
assignee: null,
|
|
827
|
+
startTime: '',
|
|
828
|
+
comments: null,
|
|
829
|
+
endTime: '',
|
|
830
|
+
status: 'Not Started',
|
|
831
|
+
liveStatus: null,
|
|
832
|
+
userName: null,
|
|
833
|
+
taskId: null,
|
|
834
|
+
taskDefId: null
|
|
835
|
+
}, {
|
|
836
|
+
stageOrderId: 90,
|
|
837
|
+
processInstanceId: '4000000303919530',
|
|
838
|
+
taskName: 'Settlement Docs To IC',
|
|
839
|
+
assignee: null,
|
|
840
|
+
startTime: '',
|
|
841
|
+
comments: null,
|
|
842
|
+
endTime: '',
|
|
843
|
+
status: 'Not Started',
|
|
844
|
+
liveStatus: null,
|
|
845
|
+
userName: null,
|
|
846
|
+
taskId: null,
|
|
847
|
+
taskDefId: null
|
|
848
|
+
}, {
|
|
849
|
+
stageOrderId: 100,
|
|
850
|
+
processInstanceId: '4000000303919530',
|
|
851
|
+
taskName: 'IC Claim Payment',
|
|
852
|
+
assignee: null,
|
|
853
|
+
startTime: '',
|
|
854
|
+
comments: null,
|
|
855
|
+
endTime: '',
|
|
856
|
+
status: 'Not Started',
|
|
857
|
+
liveStatus: null,
|
|
858
|
+
userName: null,
|
|
859
|
+
taskId: null,
|
|
860
|
+
taskDefId: null
|
|
861
|
+
}],
|
|
862
|
+
stagesTimeLine: [{
|
|
863
|
+
stageOrderId: 10,
|
|
864
|
+
processInstanceId: '4000000303919530',
|
|
865
|
+
taskName: 'Document Upload',
|
|
866
|
+
assignee: '51834430',
|
|
867
|
+
startTime: '09-Oct-2023 22:02:14',
|
|
868
|
+
comments: [],
|
|
869
|
+
endTime: '09-Oct-2023 22:02:15',
|
|
870
|
+
status: 'completed',
|
|
871
|
+
liveStatus: null,
|
|
872
|
+
userName: null,
|
|
873
|
+
taskId: '4000000303919585',
|
|
874
|
+
taskDefId: 'DocumentUpload',
|
|
875
|
+
data: {
|
|
876
|
+
stageOrderId: 10,
|
|
877
|
+
processInstanceId: '4000000303919530',
|
|
878
|
+
taskName: 'Document Upload',
|
|
879
|
+
assignee: '51834430',
|
|
880
|
+
startTime: '09-Oct-2023 22:02:14',
|
|
881
|
+
comments: [],
|
|
882
|
+
endTime: '09-Oct-2023 22:02:15',
|
|
883
|
+
status: 'completed',
|
|
884
|
+
liveStatus: null,
|
|
885
|
+
userName: null,
|
|
886
|
+
taskId: '4000000303919585',
|
|
887
|
+
taskDefId: 'DocumentUpload'
|
|
888
|
+
},
|
|
889
|
+
stageId: 'DocumentUpload',
|
|
890
|
+
stageName: 'Document Upload'
|
|
891
|
+
}, {
|
|
892
|
+
stageOrderId: 20,
|
|
893
|
+
processInstanceId: '4000000303919530',
|
|
894
|
+
taskName: 'Verification',
|
|
895
|
+
assignee: 'uattest2',
|
|
896
|
+
startTime: '09-Oct-2023 22:02:15',
|
|
897
|
+
comments: [],
|
|
898
|
+
endTime: null,
|
|
899
|
+
status: 'In-Progress',
|
|
900
|
+
liveStatus: null,
|
|
901
|
+
userName: null,
|
|
902
|
+
taskId: '4000000303919612',
|
|
903
|
+
taskDefId: 'DocumentVerification',
|
|
904
|
+
data: {
|
|
905
|
+
stageOrderId: 20,
|
|
906
|
+
processInstanceId: '4000000303919530',
|
|
907
|
+
taskName: 'Verification',
|
|
908
|
+
assignee: 'uattest2',
|
|
909
|
+
startTime: '09-Oct-2023 22:02:15',
|
|
910
|
+
comments: [],
|
|
911
|
+
endTime: null,
|
|
912
|
+
status: 'In-Progress',
|
|
913
|
+
liveStatus: null,
|
|
914
|
+
userName: null,
|
|
915
|
+
taskId: '4000000303919612',
|
|
916
|
+
taskDefId: 'DocumentVerification'
|
|
917
|
+
},
|
|
918
|
+
stageId: 'DocumentVerification',
|
|
919
|
+
stageName: 'Verification'
|
|
920
|
+
}, {
|
|
921
|
+
stageOrderId: 30,
|
|
922
|
+
processInstanceId: '4000000303919530',
|
|
923
|
+
taskName: 'Pick Up',
|
|
924
|
+
assignee: null,
|
|
925
|
+
startTime: null,
|
|
926
|
+
comments: null,
|
|
927
|
+
endTime: null,
|
|
928
|
+
status: 'Not Started',
|
|
929
|
+
liveStatus: null,
|
|
930
|
+
userName: null,
|
|
931
|
+
taskId: null,
|
|
932
|
+
taskDefId: null,
|
|
933
|
+
data: {
|
|
934
|
+
stageOrderId: 30,
|
|
935
|
+
processInstanceId: '4000000303919530',
|
|
936
|
+
taskName: 'Pick Up',
|
|
937
|
+
assignee: null,
|
|
938
|
+
startTime: null,
|
|
939
|
+
comments: null,
|
|
940
|
+
endTime: null,
|
|
941
|
+
status: 'Not Started',
|
|
942
|
+
liveStatus: null,
|
|
943
|
+
userName: null,
|
|
944
|
+
taskId: null,
|
|
945
|
+
taskDefId: null
|
|
946
|
+
},
|
|
947
|
+
stageId: null,
|
|
948
|
+
stageName: 'Pick Up'
|
|
949
|
+
}, {
|
|
950
|
+
stageOrderId: 40,
|
|
951
|
+
processInstanceId: '4000000303919530',
|
|
952
|
+
taskName: 'Estimation',
|
|
953
|
+
assignee: null,
|
|
954
|
+
startTime: null,
|
|
955
|
+
comments: null,
|
|
956
|
+
endTime: null,
|
|
957
|
+
status: 'Not Started',
|
|
958
|
+
liveStatus: null,
|
|
959
|
+
userName: null,
|
|
960
|
+
taskId: null,
|
|
961
|
+
taskDefId: null,
|
|
962
|
+
data: {
|
|
963
|
+
stageOrderId: 40,
|
|
964
|
+
processInstanceId: '4000000303919530',
|
|
965
|
+
taskName: 'Estimation',
|
|
966
|
+
assignee: null,
|
|
967
|
+
startTime: null,
|
|
968
|
+
comments: null,
|
|
969
|
+
endTime: null,
|
|
970
|
+
status: 'Not Started',
|
|
971
|
+
liveStatus: null,
|
|
972
|
+
userName: null,
|
|
973
|
+
taskId: null,
|
|
974
|
+
taskDefId: null
|
|
975
|
+
},
|
|
976
|
+
stageId: null,
|
|
977
|
+
stageName: 'Estimation'
|
|
978
|
+
}, {
|
|
979
|
+
stageOrderId: 50,
|
|
980
|
+
processInstanceId: '4000000303919530',
|
|
981
|
+
taskName: 'Docs to IC',
|
|
982
|
+
assignee: null,
|
|
983
|
+
startTime: null,
|
|
984
|
+
comments: null,
|
|
985
|
+
endTime: null,
|
|
986
|
+
status: 'Not Started',
|
|
987
|
+
liveStatus: null,
|
|
988
|
+
userName: null,
|
|
989
|
+
taskId: null,
|
|
990
|
+
taskDefId: null,
|
|
991
|
+
data: {
|
|
992
|
+
stageOrderId: 50,
|
|
993
|
+
processInstanceId: '4000000303919530',
|
|
994
|
+
taskName: 'Docs to IC',
|
|
995
|
+
assignee: null,
|
|
996
|
+
startTime: null,
|
|
997
|
+
comments: null,
|
|
998
|
+
endTime: null,
|
|
999
|
+
status: 'Not Started',
|
|
1000
|
+
liveStatus: null,
|
|
1001
|
+
userName: null,
|
|
1002
|
+
taskId: null,
|
|
1003
|
+
taskDefId: null
|
|
1004
|
+
},
|
|
1005
|
+
stageId: null,
|
|
1006
|
+
stageName: 'Docs to IC'
|
|
1007
|
+
}, {
|
|
1008
|
+
stageOrderId: 60,
|
|
1009
|
+
processInstanceId: '4000000303919530',
|
|
1010
|
+
taskName: 'IC Approval',
|
|
1011
|
+
assignee: null,
|
|
1012
|
+
startTime: null,
|
|
1013
|
+
comments: null,
|
|
1014
|
+
endTime: null,
|
|
1015
|
+
status: 'Not Started',
|
|
1016
|
+
liveStatus: null,
|
|
1017
|
+
userName: null,
|
|
1018
|
+
taskId: null,
|
|
1019
|
+
taskDefId: null,
|
|
1020
|
+
data: {
|
|
1021
|
+
stageOrderId: 60,
|
|
1022
|
+
processInstanceId: '4000000303919530',
|
|
1023
|
+
taskName: 'IC Approval',
|
|
1024
|
+
assignee: null,
|
|
1025
|
+
startTime: null,
|
|
1026
|
+
comments: null,
|
|
1027
|
+
endTime: null,
|
|
1028
|
+
status: 'Not Started',
|
|
1029
|
+
liveStatus: null,
|
|
1030
|
+
userName: null,
|
|
1031
|
+
taskId: null,
|
|
1032
|
+
taskDefId: null
|
|
1033
|
+
},
|
|
1034
|
+
stageId: null,
|
|
1035
|
+
stageName: 'IC Approval'
|
|
1036
|
+
}, {
|
|
1037
|
+
stageOrderId: 70,
|
|
1038
|
+
processInstanceId: '4000000303919530',
|
|
1039
|
+
taskName: 'Repair Due Info',
|
|
1040
|
+
assignee: null,
|
|
1041
|
+
startTime: null,
|
|
1042
|
+
comments: null,
|
|
1043
|
+
endTime: null,
|
|
1044
|
+
status: 'Not Started',
|
|
1045
|
+
liveStatus: null,
|
|
1046
|
+
userName: null,
|
|
1047
|
+
taskId: null,
|
|
1048
|
+
taskDefId: null,
|
|
1049
|
+
data: {
|
|
1050
|
+
stageOrderId: 70,
|
|
1051
|
+
processInstanceId: '4000000303919530',
|
|
1052
|
+
taskName: 'Repair Due Info',
|
|
1053
|
+
assignee: null,
|
|
1054
|
+
startTime: null,
|
|
1055
|
+
comments: null,
|
|
1056
|
+
endTime: null,
|
|
1057
|
+
status: 'Not Started',
|
|
1058
|
+
liveStatus: null,
|
|
1059
|
+
userName: null,
|
|
1060
|
+
taskId: null,
|
|
1061
|
+
taskDefId: null
|
|
1062
|
+
},
|
|
1063
|
+
stageId: null,
|
|
1064
|
+
stageName: 'Repair Due Info'
|
|
1065
|
+
}, {
|
|
1066
|
+
stageOrderId: 80,
|
|
1067
|
+
processInstanceId: '4000000303919530',
|
|
1068
|
+
taskName: 'Delivery',
|
|
1069
|
+
assignee: null,
|
|
1070
|
+
startTime: null,
|
|
1071
|
+
comments: null,
|
|
1072
|
+
endTime: null,
|
|
1073
|
+
status: 'Not Started',
|
|
1074
|
+
liveStatus: null,
|
|
1075
|
+
userName: null,
|
|
1076
|
+
taskId: null,
|
|
1077
|
+
taskDefId: null,
|
|
1078
|
+
data: {
|
|
1079
|
+
stageOrderId: 80,
|
|
1080
|
+
processInstanceId: '4000000303919530',
|
|
1081
|
+
taskName: 'Delivery',
|
|
1082
|
+
assignee: null,
|
|
1083
|
+
startTime: null,
|
|
1084
|
+
comments: null,
|
|
1085
|
+
endTime: null,
|
|
1086
|
+
status: 'Not Started',
|
|
1087
|
+
liveStatus: null,
|
|
1088
|
+
userName: null,
|
|
1089
|
+
taskId: null,
|
|
1090
|
+
taskDefId: null
|
|
1091
|
+
},
|
|
1092
|
+
stageId: null,
|
|
1093
|
+
stageName: 'Delivery'
|
|
1094
|
+
}, {
|
|
1095
|
+
stageOrderId: 90,
|
|
1096
|
+
processInstanceId: '4000000303919530',
|
|
1097
|
+
taskName: 'Settlement Docs To IC',
|
|
1098
|
+
assignee: null,
|
|
1099
|
+
startTime: null,
|
|
1100
|
+
comments: null,
|
|
1101
|
+
endTime: null,
|
|
1102
|
+
status: 'Not Started',
|
|
1103
|
+
liveStatus: null,
|
|
1104
|
+
userName: null,
|
|
1105
|
+
taskId: null,
|
|
1106
|
+
taskDefId: null,
|
|
1107
|
+
data: {
|
|
1108
|
+
stageOrderId: 90,
|
|
1109
|
+
processInstanceId: '4000000303919530',
|
|
1110
|
+
taskName: 'Settlement Docs To IC',
|
|
1111
|
+
assignee: null,
|
|
1112
|
+
startTime: null,
|
|
1113
|
+
comments: null,
|
|
1114
|
+
endTime: null,
|
|
1115
|
+
status: 'Not Started',
|
|
1116
|
+
liveStatus: null,
|
|
1117
|
+
userName: null,
|
|
1118
|
+
taskId: null,
|
|
1119
|
+
taskDefId: null
|
|
1120
|
+
},
|
|
1121
|
+
stageId: null,
|
|
1122
|
+
stageName: 'Settlement Docs To IC'
|
|
1123
|
+
}, {
|
|
1124
|
+
stageOrderId: 100,
|
|
1125
|
+
processInstanceId: '4000000303919530',
|
|
1126
|
+
taskName: 'IC Claim Payment',
|
|
1127
|
+
assignee: null,
|
|
1128
|
+
startTime: null,
|
|
1129
|
+
comments: null,
|
|
1130
|
+
endTime: null,
|
|
1131
|
+
status: 'Not Started',
|
|
1132
|
+
liveStatus: null,
|
|
1133
|
+
userName: null,
|
|
1134
|
+
taskId: null,
|
|
1135
|
+
taskDefId: null,
|
|
1136
|
+
data: {
|
|
1137
|
+
stageOrderId: 100,
|
|
1138
|
+
processInstanceId: '4000000303919530',
|
|
1139
|
+
taskName: 'IC Claim Payment',
|
|
1140
|
+
assignee: null,
|
|
1141
|
+
startTime: null,
|
|
1142
|
+
comments: null,
|
|
1143
|
+
endTime: null,
|
|
1144
|
+
status: 'Not Started',
|
|
1145
|
+
liveStatus: null,
|
|
1146
|
+
userName: null,
|
|
1147
|
+
taskId: null,
|
|
1148
|
+
taskDefId: null
|
|
1149
|
+
},
|
|
1150
|
+
stageId: null,
|
|
1151
|
+
stageName: 'IC Claim Payment'
|
|
1152
|
+
}],
|
|
1153
|
+
stages: [{
|
|
1154
|
+
stageOrderId: 10,
|
|
1155
|
+
processInstanceId: '4000000303919530',
|
|
1156
|
+
taskName: 'Document Upload',
|
|
1157
|
+
assignee: '51834430',
|
|
1158
|
+
startTime: '09-Oct-2023 22:02:14',
|
|
1159
|
+
comments: [],
|
|
1160
|
+
endTime: '09-Oct-2023 22:02:15',
|
|
1161
|
+
status: 'completed',
|
|
1162
|
+
liveStatus: null,
|
|
1163
|
+
userName: null,
|
|
1164
|
+
taskId: '4000000303919585',
|
|
1165
|
+
taskDefId: 'DocumentUpload'
|
|
1166
|
+
}, {
|
|
1167
|
+
stageOrderId: 20,
|
|
1168
|
+
processInstanceId: '4000000303919530',
|
|
1169
|
+
taskName: 'Verification',
|
|
1170
|
+
assignee: 'uattest2',
|
|
1171
|
+
startTime: '09-Oct-2023 22:02:15',
|
|
1172
|
+
comments: [],
|
|
1173
|
+
endTime: null,
|
|
1174
|
+
status: 'In-Progress',
|
|
1175
|
+
liveStatus: null,
|
|
1176
|
+
userName: null,
|
|
1177
|
+
taskId: '4000000303919612',
|
|
1178
|
+
taskDefId: 'DocumentVerification'
|
|
1179
|
+
}, {
|
|
1180
|
+
stageOrderId: 30,
|
|
1181
|
+
processInstanceId: '4000000303919530',
|
|
1182
|
+
taskName: 'Pick Up',
|
|
1183
|
+
assignee: null,
|
|
1184
|
+
startTime: null,
|
|
1185
|
+
comments: null,
|
|
1186
|
+
endTime: null,
|
|
1187
|
+
status: 'Not-Started',
|
|
1188
|
+
liveStatus: null,
|
|
1189
|
+
userName: null,
|
|
1190
|
+
taskId: null,
|
|
1191
|
+
taskDefId: null
|
|
1192
|
+
}, {
|
|
1193
|
+
stageOrderId: 40,
|
|
1194
|
+
processInstanceId: '4000000303919530',
|
|
1195
|
+
taskName: 'Estimation',
|
|
1196
|
+
assignee: null,
|
|
1197
|
+
startTime: null,
|
|
1198
|
+
comments: null,
|
|
1199
|
+
endTime: null,
|
|
1200
|
+
status: 'Not-Started',
|
|
1201
|
+
liveStatus: null,
|
|
1202
|
+
userName: null,
|
|
1203
|
+
taskId: null,
|
|
1204
|
+
taskDefId: null
|
|
1205
|
+
}, {
|
|
1206
|
+
stageOrderId: 50,
|
|
1207
|
+
processInstanceId: '4000000303919530',
|
|
1208
|
+
taskName: 'Docs to IC',
|
|
1209
|
+
assignee: null,
|
|
1210
|
+
startTime: null,
|
|
1211
|
+
comments: null,
|
|
1212
|
+
endTime: null,
|
|
1213
|
+
status: 'Not-Started',
|
|
1214
|
+
liveStatus: null,
|
|
1215
|
+
userName: null,
|
|
1216
|
+
taskId: null,
|
|
1217
|
+
taskDefId: null
|
|
1218
|
+
}, {
|
|
1219
|
+
stageOrderId: 60,
|
|
1220
|
+
processInstanceId: '4000000303919530',
|
|
1221
|
+
taskName: 'IC Approval',
|
|
1222
|
+
assignee: null,
|
|
1223
|
+
startTime: null,
|
|
1224
|
+
comments: null,
|
|
1225
|
+
endTime: null,
|
|
1226
|
+
status: 'Not-Started',
|
|
1227
|
+
liveStatus: null,
|
|
1228
|
+
userName: null,
|
|
1229
|
+
taskId: null,
|
|
1230
|
+
taskDefId: null
|
|
1231
|
+
}, {
|
|
1232
|
+
stageOrderId: 70,
|
|
1233
|
+
processInstanceId: '4000000303919530',
|
|
1234
|
+
taskName: 'Repair Due Info',
|
|
1235
|
+
assignee: null,
|
|
1236
|
+
startTime: null,
|
|
1237
|
+
comments: null,
|
|
1238
|
+
endTime: null,
|
|
1239
|
+
status: 'Not-Started',
|
|
1240
|
+
liveStatus: null,
|
|
1241
|
+
userName: null,
|
|
1242
|
+
taskId: null,
|
|
1243
|
+
taskDefId: null
|
|
1244
|
+
}, {
|
|
1245
|
+
stageOrderId: 80,
|
|
1246
|
+
processInstanceId: '4000000303919530',
|
|
1247
|
+
taskName: 'Delivery',
|
|
1248
|
+
assignee: null,
|
|
1249
|
+
startTime: null,
|
|
1250
|
+
comments: null,
|
|
1251
|
+
endTime: null,
|
|
1252
|
+
status: 'Not-Started',
|
|
1253
|
+
liveStatus: null,
|
|
1254
|
+
userName: null,
|
|
1255
|
+
taskId: null,
|
|
1256
|
+
taskDefId: null
|
|
1257
|
+
}, {
|
|
1258
|
+
stageOrderId: 90,
|
|
1259
|
+
processInstanceId: '4000000303919530',
|
|
1260
|
+
taskName: 'Settlement Docs To IC',
|
|
1261
|
+
assignee: null,
|
|
1262
|
+
startTime: null,
|
|
1263
|
+
comments: null,
|
|
1264
|
+
endTime: null,
|
|
1265
|
+
status: 'Not-Started',
|
|
1266
|
+
liveStatus: null,
|
|
1267
|
+
userName: null,
|
|
1268
|
+
taskId: null,
|
|
1269
|
+
taskDefId: null
|
|
1270
|
+
}, {
|
|
1271
|
+
stageOrderId: 100,
|
|
1272
|
+
processInstanceId: '4000000303919530',
|
|
1273
|
+
taskName: 'IC Claim Payment',
|
|
1274
|
+
assignee: null,
|
|
1275
|
+
startTime: null,
|
|
1276
|
+
comments: null,
|
|
1277
|
+
endTime: null,
|
|
1278
|
+
status: 'Not-Started',
|
|
1279
|
+
liveStatus: null,
|
|
1280
|
+
userName: null,
|
|
1281
|
+
taskId: null,
|
|
1282
|
+
taskDefId: null
|
|
1283
|
+
}]
|
|
1284
|
+
};
|
|
1285
|
+
exports.serviceRequestData = serviceRequestData;
|
|
1286
|
+
const fraudReasons = [{
|
|
1287
|
+
status: 'A',
|
|
1288
|
+
createdOn: '26-Nov-2019 17:27:47',
|
|
1289
|
+
createdBy: 'SCRIPT',
|
|
1290
|
+
modifiedOn: null,
|
|
1291
|
+
modifiedBy: null,
|
|
1292
|
+
sessionUserId: null,
|
|
1293
|
+
sessionAppId: null,
|
|
1294
|
+
sessionEmailId: null,
|
|
1295
|
+
sessionContactNumber: null,
|
|
1296
|
+
modifiedByName: null,
|
|
1297
|
+
userName: null,
|
|
1298
|
+
apiVersion: null,
|
|
1299
|
+
valueId: 1785,
|
|
1300
|
+
keySetId: 1195,
|
|
1301
|
+
keySetName: 'CUSTOMER_FRAUD_CLAIM_CLOSE_REASON_CODE',
|
|
1302
|
+
keySetDescription: 'Reason codes for customer fraud close claims',
|
|
1303
|
+
key: 'FRAUD_FAKE_INVOICE',
|
|
1304
|
+
value: 'Fake invoice provided by the customer'
|
|
1305
|
+
}, {
|
|
1306
|
+
status: 'A',
|
|
1307
|
+
createdOn: '26-Nov-2019 17:27:47',
|
|
1308
|
+
createdBy: 'SCRIPT',
|
|
1309
|
+
modifiedOn: null,
|
|
1310
|
+
modifiedBy: null,
|
|
1311
|
+
sessionUserId: null,
|
|
1312
|
+
sessionAppId: null,
|
|
1313
|
+
sessionEmailId: null,
|
|
1314
|
+
sessionContactNumber: null,
|
|
1315
|
+
modifiedByName: null,
|
|
1316
|
+
userName: null,
|
|
1317
|
+
apiVersion: null,
|
|
1318
|
+
valueId: 1786,
|
|
1319
|
+
keySetId: 1195,
|
|
1320
|
+
keySetName: 'CUSTOMER_FRAUD_CLAIM_CLOSE_REASON_CODE',
|
|
1321
|
+
keySetDescription: 'Reason codes for customer fraud close claims',
|
|
1322
|
+
key: 'PRE_EXISTING_DAMAGE_DEVICE',
|
|
1323
|
+
value: 'Pre Existing damage to device'
|
|
1324
|
+
}, {
|
|
1325
|
+
status: 'A',
|
|
1326
|
+
createdOn: '26-Nov-2019 17:27:47',
|
|
1327
|
+
createdBy: 'SCRIPT',
|
|
1328
|
+
modifiedOn: null,
|
|
1329
|
+
modifiedBy: null,
|
|
1330
|
+
sessionUserId: null,
|
|
1331
|
+
sessionAppId: null,
|
|
1332
|
+
sessionEmailId: null,
|
|
1333
|
+
sessionContactNumber: null,
|
|
1334
|
+
modifiedByName: null,
|
|
1335
|
+
userName: null,
|
|
1336
|
+
apiVersion: null,
|
|
1337
|
+
valueId: 1787,
|
|
1338
|
+
keySetId: 1195,
|
|
1339
|
+
keySetName: 'CUSTOMER_FRAUD_CLAIM_CLOSE_REASON_CODE',
|
|
1340
|
+
keySetDescription: 'Reason codes for customer fraud close claims',
|
|
1341
|
+
key: 'MISREPRESENTATION_OF_DAMAGE',
|
|
1342
|
+
value: 'Misrepresentation of facts regarding damage'
|
|
1343
|
+
}, {
|
|
1344
|
+
status: 'A',
|
|
1345
|
+
createdOn: '26-Nov-2019 17:27:47',
|
|
1346
|
+
createdBy: 'SCRIPT',
|
|
1347
|
+
modifiedOn: null,
|
|
1348
|
+
modifiedBy: null,
|
|
1349
|
+
sessionUserId: null,
|
|
1350
|
+
sessionAppId: null,
|
|
1351
|
+
sessionEmailId: null,
|
|
1352
|
+
sessionContactNumber: null,
|
|
1353
|
+
modifiedByName: null,
|
|
1354
|
+
userName: null,
|
|
1355
|
+
apiVersion: null,
|
|
1356
|
+
valueId: 1788,
|
|
1357
|
+
keySetId: 1195,
|
|
1358
|
+
keySetName: 'CUSTOMER_FRAUD_CLAIM_CLOSE_REASON_CODE',
|
|
1359
|
+
keySetDescription: 'Reason codes for customer fraud close claims',
|
|
1360
|
+
key: 'HANDSET_USED_BY_NON_FAMILY_MEMBER',
|
|
1361
|
+
value: 'Handset used by Non immediate family member'
|
|
1362
|
+
}, {
|
|
1363
|
+
status: 'A',
|
|
1364
|
+
createdOn: '26-Nov-2019 17:27:47',
|
|
1365
|
+
createdBy: 'SCRIPT',
|
|
1366
|
+
modifiedOn: null,
|
|
1367
|
+
modifiedBy: null,
|
|
1368
|
+
sessionUserId: null,
|
|
1369
|
+
sessionAppId: null,
|
|
1370
|
+
sessionEmailId: null,
|
|
1371
|
+
sessionContactNumber: null,
|
|
1372
|
+
modifiedByName: null,
|
|
1373
|
+
userName: null,
|
|
1374
|
+
apiVersion: null,
|
|
1375
|
+
valueId: 1789,
|
|
1376
|
+
keySetId: 1195,
|
|
1377
|
+
keySetName: 'CUSTOMER_FRAUD_CLAIM_CLOSE_REASON_CODE',
|
|
1378
|
+
keySetDescription: 'Reason codes for customer fraud close claims',
|
|
1379
|
+
key: 'ACTIVATION_DATE_TO_PRIOR_INVOICE_DATE',
|
|
1380
|
+
value: 'Date of activation of the handset is prior to the invoice date'
|
|
1381
|
+
}, {
|
|
1382
|
+
status: 'A',
|
|
1383
|
+
createdOn: '26-Nov-2019 17:27:47',
|
|
1384
|
+
createdBy: 'SCRIPT',
|
|
1385
|
+
modifiedOn: null,
|
|
1386
|
+
modifiedBy: null,
|
|
1387
|
+
sessionUserId: null,
|
|
1388
|
+
sessionAppId: null,
|
|
1389
|
+
sessionEmailId: null,
|
|
1390
|
+
sessionContactNumber: null,
|
|
1391
|
+
modifiedByName: null,
|
|
1392
|
+
userName: null,
|
|
1393
|
+
apiVersion: null,
|
|
1394
|
+
valueId: 1790,
|
|
1395
|
+
keySetId: 1195,
|
|
1396
|
+
keySetName: 'CUSTOMER_FRAUD_CLAIM_CLOSE_REASON_CODE',
|
|
1397
|
+
keySetDescription: 'Reason codes for customer fraud close claims',
|
|
1398
|
+
key: 'SECOND_OR_REFURBISHED_DEVICE',
|
|
1399
|
+
value: 'Second hand device/Refurbished device'
|
|
1400
|
+
}];
|
|
1401
|
+
exports.fraudReasons = fraudReasons;
|
|
1402
|
+
const closingClaimReasons = [{
|
|
1403
|
+
status: 'A',
|
|
1404
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1405
|
+
createdBy: 'SCRIPT',
|
|
1406
|
+
modifiedOn: null,
|
|
1407
|
+
modifiedBy: null,
|
|
1408
|
+
sessionUserId: null,
|
|
1409
|
+
sessionAppId: null,
|
|
1410
|
+
sessionEmailId: null,
|
|
1411
|
+
sessionContactNumber: null,
|
|
1412
|
+
modifiedByName: null,
|
|
1413
|
+
userName: null,
|
|
1414
|
+
apiVersion: null,
|
|
1415
|
+
valueId: 1739,
|
|
1416
|
+
keySetId: 1128,
|
|
1417
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1418
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1419
|
+
key: 'CCR38_Customer refused to return courtesy Device',
|
|
1420
|
+
value: 'Service Closure - Customer refused to return courtesy Device'
|
|
1421
|
+
}, {
|
|
1422
|
+
status: 'A',
|
|
1423
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1424
|
+
createdBy: 'SCRIPT',
|
|
1425
|
+
modifiedOn: null,
|
|
1426
|
+
modifiedBy: null,
|
|
1427
|
+
sessionUserId: null,
|
|
1428
|
+
sessionAppId: null,
|
|
1429
|
+
sessionEmailId: null,
|
|
1430
|
+
sessionContactNumber: null,
|
|
1431
|
+
modifiedByName: null,
|
|
1432
|
+
userName: null,
|
|
1433
|
+
apiVersion: null,
|
|
1434
|
+
valueId: 1740,
|
|
1435
|
+
keySetId: 1128,
|
|
1436
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1437
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1438
|
+
key: 'CCR39_Customer refused to accept handset',
|
|
1439
|
+
value: 'Service Closure - Customer refused to accept handset'
|
|
1440
|
+
}, {
|
|
1441
|
+
status: 'A',
|
|
1442
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1443
|
+
createdBy: 'SCRIPT',
|
|
1444
|
+
modifiedOn: null,
|
|
1445
|
+
modifiedBy: null,
|
|
1446
|
+
sessionUserId: null,
|
|
1447
|
+
sessionAppId: null,
|
|
1448
|
+
sessionEmailId: null,
|
|
1449
|
+
sessionContactNumber: null,
|
|
1450
|
+
modifiedByName: null,
|
|
1451
|
+
userName: null,
|
|
1452
|
+
apiVersion: null,
|
|
1453
|
+
valueId: 1741,
|
|
1454
|
+
keySetId: 1128,
|
|
1455
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1456
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1457
|
+
key: 'CCR40_CHANGE IN IMEI NOT INTIMATED',
|
|
1458
|
+
value: 'NON-ADMISSIBLE - CHANGE IN IMEI NOT INTIMATED'
|
|
1459
|
+
}, {
|
|
1460
|
+
status: 'A',
|
|
1461
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1462
|
+
createdBy: 'SCRIPT',
|
|
1463
|
+
modifiedOn: null,
|
|
1464
|
+
modifiedBy: null,
|
|
1465
|
+
sessionUserId: null,
|
|
1466
|
+
sessionAppId: null,
|
|
1467
|
+
sessionEmailId: null,
|
|
1468
|
+
sessionContactNumber: null,
|
|
1469
|
+
modifiedByName: null,
|
|
1470
|
+
userName: null,
|
|
1471
|
+
apiVersion: null,
|
|
1472
|
+
valueId: 1742,
|
|
1473
|
+
keySetId: 1128,
|
|
1474
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1475
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1476
|
+
key: 'CCR41_UNDERAGE CUSTOMER',
|
|
1477
|
+
value: 'NON-ADMISSIBLE - UNDERAGE CUSTOMER'
|
|
1478
|
+
}, {
|
|
1479
|
+
status: 'A',
|
|
1480
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1481
|
+
createdBy: 'SCRIPT',
|
|
1482
|
+
modifiedOn: null,
|
|
1483
|
+
modifiedBy: null,
|
|
1484
|
+
sessionUserId: null,
|
|
1485
|
+
sessionAppId: null,
|
|
1486
|
+
sessionEmailId: null,
|
|
1487
|
+
sessionContactNumber: null,
|
|
1488
|
+
modifiedByName: null,
|
|
1489
|
+
userName: null,
|
|
1490
|
+
apiVersion: null,
|
|
1491
|
+
valueId: 1743,
|
|
1492
|
+
keySetId: 1128,
|
|
1493
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1494
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1495
|
+
key: 'CCR42_IMPROPER HANDLING',
|
|
1496
|
+
value: 'IC REJECTION - Improper handling / Negligence / Lack of Duty Care'
|
|
1497
|
+
}, {
|
|
1498
|
+
status: 'A',
|
|
1499
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1500
|
+
createdBy: 'SCRIPT',
|
|
1501
|
+
modifiedOn: null,
|
|
1502
|
+
modifiedBy: null,
|
|
1503
|
+
sessionUserId: null,
|
|
1504
|
+
sessionAppId: null,
|
|
1505
|
+
sessionEmailId: null,
|
|
1506
|
+
sessionContactNumber: null,
|
|
1507
|
+
modifiedByName: null,
|
|
1508
|
+
userName: null,
|
|
1509
|
+
apiVersion: null,
|
|
1510
|
+
valueId: 1744,
|
|
1511
|
+
keySetId: 1128,
|
|
1512
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1513
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1514
|
+
key: 'CCR43_ELECTRICAL BREAKDOWN/DERANGEMENT/MALFUNCTION',
|
|
1515
|
+
value: 'IC REJECTION - MECHANICAL OR ELECTRICAL BREAKDOWN/DERANGEMENT/MALFUNCTION'
|
|
1516
|
+
}, {
|
|
1517
|
+
status: 'A',
|
|
1518
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1519
|
+
createdBy: 'SCRIPT',
|
|
1520
|
+
modifiedOn: null,
|
|
1521
|
+
modifiedBy: null,
|
|
1522
|
+
sessionUserId: null,
|
|
1523
|
+
sessionAppId: null,
|
|
1524
|
+
sessionEmailId: null,
|
|
1525
|
+
sessionContactNumber: null,
|
|
1526
|
+
modifiedByName: null,
|
|
1527
|
+
userName: null,
|
|
1528
|
+
apiVersion: null,
|
|
1529
|
+
valueId: 1745,
|
|
1530
|
+
keySetId: 1128,
|
|
1531
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1532
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1533
|
+
key: 'CCR44_3 ATTEMPTS',
|
|
1534
|
+
value: 'SERVICE CLOSURE - RINGING NO CONNECT - 3 ATTEMPTS'
|
|
1535
|
+
}, {
|
|
1536
|
+
status: 'A',
|
|
1537
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1538
|
+
createdBy: 'SCRIPT',
|
|
1539
|
+
modifiedOn: null,
|
|
1540
|
+
modifiedBy: null,
|
|
1541
|
+
sessionUserId: null,
|
|
1542
|
+
sessionAppId: null,
|
|
1543
|
+
sessionEmailId: null,
|
|
1544
|
+
sessionContactNumber: null,
|
|
1545
|
+
modifiedByName: null,
|
|
1546
|
+
userName: null,
|
|
1547
|
+
apiVersion: null,
|
|
1548
|
+
valueId: 1746,
|
|
1549
|
+
keySetId: 1128,
|
|
1550
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1551
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1552
|
+
key: 'CCR45_NO INSURABLE INTEREST',
|
|
1553
|
+
value: 'NON ADMISSIBLE - NO INSURABLE INTEREST'
|
|
1554
|
+
}, {
|
|
1555
|
+
status: 'A',
|
|
1556
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1557
|
+
createdBy: 'SCRIPT',
|
|
1558
|
+
modifiedOn: null,
|
|
1559
|
+
modifiedBy: null,
|
|
1560
|
+
sessionUserId: null,
|
|
1561
|
+
sessionAppId: null,
|
|
1562
|
+
sessionEmailId: null,
|
|
1563
|
+
sessionContactNumber: null,
|
|
1564
|
+
modifiedByName: null,
|
|
1565
|
+
userName: null,
|
|
1566
|
+
apiVersion: null,
|
|
1567
|
+
valueId: 1747,
|
|
1568
|
+
keySetId: 1128,
|
|
1569
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1570
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1571
|
+
key: 'CCR46_MI ACCOUNT NOT DISABLED',
|
|
1572
|
+
value: 'SERVICE CLOSURE - MI ACCOUNT NOT DISABLED'
|
|
1573
|
+
}, {
|
|
1574
|
+
status: 'A',
|
|
1575
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1576
|
+
createdBy: 'SCRIPT',
|
|
1577
|
+
modifiedOn: null,
|
|
1578
|
+
modifiedBy: null,
|
|
1579
|
+
sessionUserId: null,
|
|
1580
|
+
sessionAppId: null,
|
|
1581
|
+
sessionEmailId: null,
|
|
1582
|
+
sessionContactNumber: null,
|
|
1583
|
+
modifiedByName: null,
|
|
1584
|
+
userName: null,
|
|
1585
|
+
apiVersion: null,
|
|
1586
|
+
valueId: 1748,
|
|
1587
|
+
keySetId: 1128,
|
|
1588
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1589
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1590
|
+
key: 'CCR47_DEVICE PURCHASED OUTSIDE INDIA',
|
|
1591
|
+
value: 'NON-ADMISSIBLE - DEVICE PURCHASED OUTSIDE INDIA'
|
|
1592
|
+
}, {
|
|
1593
|
+
status: 'A',
|
|
1594
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1595
|
+
createdBy: 'SCRIPT',
|
|
1596
|
+
modifiedOn: null,
|
|
1597
|
+
modifiedBy: null,
|
|
1598
|
+
sessionUserId: null,
|
|
1599
|
+
sessionAppId: null,
|
|
1600
|
+
sessionEmailId: null,
|
|
1601
|
+
sessionContactNumber: null,
|
|
1602
|
+
modifiedByName: null,
|
|
1603
|
+
userName: null,
|
|
1604
|
+
apiVersion: null,
|
|
1605
|
+
valueId: 1749,
|
|
1606
|
+
keySetId: 1128,
|
|
1607
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1608
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1609
|
+
key: 'CCR48_RECLAIMING FOR PREVIOUSLY REJECTED CLAIM',
|
|
1610
|
+
value: 'NON-ADMISSIBLE - RECLAIMING FOR PREVIOUSLY REJECTED CLAIM'
|
|
1611
|
+
}, {
|
|
1612
|
+
status: 'A',
|
|
1613
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1614
|
+
createdBy: 'SCRIPT',
|
|
1615
|
+
modifiedOn: null,
|
|
1616
|
+
modifiedBy: null,
|
|
1617
|
+
sessionUserId: null,
|
|
1618
|
+
sessionAppId: null,
|
|
1619
|
+
sessionEmailId: null,
|
|
1620
|
+
sessionContactNumber: null,
|
|
1621
|
+
modifiedByName: null,
|
|
1622
|
+
userName: null,
|
|
1623
|
+
apiVersion: null,
|
|
1624
|
+
valueId: 1751,
|
|
1625
|
+
keySetId: 1128,
|
|
1626
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1627
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1628
|
+
key: 'CCR50_DEVICE NOT HANDED OVER',
|
|
1629
|
+
value: 'CUSTOMER DEPENDENCY - DEVICE NOT HANDED OVER'
|
|
1630
|
+
}, {
|
|
1631
|
+
status: 'A',
|
|
1632
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1633
|
+
createdBy: 'SCRIPT',
|
|
1634
|
+
modifiedOn: null,
|
|
1635
|
+
modifiedBy: null,
|
|
1636
|
+
sessionUserId: null,
|
|
1637
|
+
sessionAppId: null,
|
|
1638
|
+
sessionEmailId: null,
|
|
1639
|
+
sessionContactNumber: null,
|
|
1640
|
+
modifiedByName: null,
|
|
1641
|
+
userName: null,
|
|
1642
|
+
apiVersion: null,
|
|
1643
|
+
valueId: 1752,
|
|
1644
|
+
keySetId: 1128,
|
|
1645
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1646
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1647
|
+
key: 'CCR51_IMEI NOT REGISTERED WITH ONEASSIST',
|
|
1648
|
+
value: 'NON-ADMISSIBLE - IMEI NOT REGISTERED WITH ONEASSIST'
|
|
1649
|
+
}, {
|
|
1650
|
+
status: 'A',
|
|
1651
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1652
|
+
createdBy: 'SCRIPT',
|
|
1653
|
+
modifiedOn: null,
|
|
1654
|
+
modifiedBy: null,
|
|
1655
|
+
sessionUserId: null,
|
|
1656
|
+
sessionAppId: null,
|
|
1657
|
+
sessionEmailId: null,
|
|
1658
|
+
sessionContactNumber: null,
|
|
1659
|
+
modifiedByName: null,
|
|
1660
|
+
userName: null,
|
|
1661
|
+
apiVersion: null,
|
|
1662
|
+
valueId: 1753,
|
|
1663
|
+
keySetId: 1128,
|
|
1664
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1665
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1666
|
+
key: 'CCR52_PICKUP UNSUCCESFUL',
|
|
1667
|
+
value: 'SERVICE CLOSURE - PICKUP UNSUCCESFUL'
|
|
1668
|
+
}, {
|
|
1669
|
+
status: 'A',
|
|
1670
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1671
|
+
createdBy: 'SCRIPT',
|
|
1672
|
+
modifiedOn: null,
|
|
1673
|
+
modifiedBy: null,
|
|
1674
|
+
sessionUserId: null,
|
|
1675
|
+
sessionAppId: null,
|
|
1676
|
+
sessionEmailId: null,
|
|
1677
|
+
sessionContactNumber: null,
|
|
1678
|
+
modifiedByName: null,
|
|
1679
|
+
userName: null,
|
|
1680
|
+
apiVersion: null,
|
|
1681
|
+
valueId: 1754,
|
|
1682
|
+
keySetId: 1128,
|
|
1683
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1684
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1685
|
+
key: 'CCR53_INCOMPLETE DOCUMENTS RECEIVED',
|
|
1686
|
+
value: 'CUSTOMER DEPENDENCY - INCOMPLETE DOCUMENTS RECEIVED'
|
|
1687
|
+
}, {
|
|
1688
|
+
status: 'A',
|
|
1689
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1690
|
+
createdBy: 'SCRIPT',
|
|
1691
|
+
modifiedOn: null,
|
|
1692
|
+
modifiedBy: null,
|
|
1693
|
+
sessionUserId: null,
|
|
1694
|
+
sessionAppId: null,
|
|
1695
|
+
sessionEmailId: null,
|
|
1696
|
+
sessionContactNumber: null,
|
|
1697
|
+
modifiedByName: null,
|
|
1698
|
+
userName: null,
|
|
1699
|
+
apiVersion: null,
|
|
1700
|
+
valueId: 1756,
|
|
1701
|
+
keySetId: 1128,
|
|
1702
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1703
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1704
|
+
key: 'CCR55_CLAIM NOT REQUIRED',
|
|
1705
|
+
value: 'CUSTOMER WITHDRAWAL - CLAIM NOT REQUIRED'
|
|
1706
|
+
}, {
|
|
1707
|
+
status: 'A',
|
|
1708
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1709
|
+
createdBy: 'SCRIPT',
|
|
1710
|
+
modifiedOn: null,
|
|
1711
|
+
modifiedBy: null,
|
|
1712
|
+
sessionUserId: null,
|
|
1713
|
+
sessionAppId: null,
|
|
1714
|
+
sessionEmailId: null,
|
|
1715
|
+
sessionContactNumber: null,
|
|
1716
|
+
modifiedByName: null,
|
|
1717
|
+
userName: null,
|
|
1718
|
+
apiVersion: null,
|
|
1719
|
+
valueId: 1758,
|
|
1720
|
+
keySetId: 1128,
|
|
1721
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1722
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1723
|
+
key: 'CCR57_CUSTOMER DOES NOT AGREE TO SELF-COURIER',
|
|
1724
|
+
value: 'SERVICE CLOSURE - CUSTOMER DOES NOT AGREE TO SELF-COURIER'
|
|
1725
|
+
}, {
|
|
1726
|
+
status: 'A',
|
|
1727
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1728
|
+
createdBy: 'SCRIPT',
|
|
1729
|
+
modifiedOn: null,
|
|
1730
|
+
modifiedBy: null,
|
|
1731
|
+
sessionUserId: null,
|
|
1732
|
+
sessionAppId: null,
|
|
1733
|
+
sessionEmailId: null,
|
|
1734
|
+
sessionContactNumber: null,
|
|
1735
|
+
modifiedByName: null,
|
|
1736
|
+
userName: null,
|
|
1737
|
+
apiVersion: null,
|
|
1738
|
+
valueId: 1759,
|
|
1739
|
+
keySetId: 1128,
|
|
1740
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1741
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1742
|
+
key: 'CCR58_INCORRECT STORAGE',
|
|
1743
|
+
value: 'IC REJECTION - INCORRECT STORAGE'
|
|
1744
|
+
}, {
|
|
1745
|
+
status: 'A',
|
|
1746
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1747
|
+
createdBy: 'SCRIPT',
|
|
1748
|
+
modifiedOn: null,
|
|
1749
|
+
modifiedBy: null,
|
|
1750
|
+
sessionUserId: null,
|
|
1751
|
+
sessionAppId: null,
|
|
1752
|
+
sessionEmailId: null,
|
|
1753
|
+
sessionContactNumber: null,
|
|
1754
|
+
modifiedByName: null,
|
|
1755
|
+
userName: null,
|
|
1756
|
+
apiVersion: null,
|
|
1757
|
+
valueId: 1761,
|
|
1758
|
+
keySetId: 1128,
|
|
1759
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1760
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1761
|
+
key: 'CCR60_FIND MY IPHONE NOT DISABLED',
|
|
1762
|
+
value: 'SERVICE CLOSURE - FIND MY IPHONE NOT DISABLED'
|
|
1763
|
+
}, {
|
|
1764
|
+
status: 'A',
|
|
1765
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1766
|
+
createdBy: 'SCRIPT',
|
|
1767
|
+
modifiedOn: null,
|
|
1768
|
+
modifiedBy: null,
|
|
1769
|
+
sessionUserId: null,
|
|
1770
|
+
sessionAppId: null,
|
|
1771
|
+
sessionEmailId: null,
|
|
1772
|
+
sessionContactNumber: null,
|
|
1773
|
+
modifiedByName: null,
|
|
1774
|
+
userName: null,
|
|
1775
|
+
apiVersion: null,
|
|
1776
|
+
valueId: 1762,
|
|
1777
|
+
keySetId: 1128,
|
|
1778
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1779
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1780
|
+
key: 'CCR61_CAUSE OF LOSS NOT COVERED UNDER THE POLICY (NO INSURED PERIL OPERATED)',
|
|
1781
|
+
value: 'IC REJECTION - CAUSE OF LOSS NOT COVERED UNDER THE POLICY (NO INSURED PERIL OPERATED)'
|
|
1782
|
+
}, {
|
|
1783
|
+
status: 'A',
|
|
1784
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1785
|
+
createdBy: 'SCRIPT',
|
|
1786
|
+
modifiedOn: null,
|
|
1787
|
+
modifiedBy: null,
|
|
1788
|
+
sessionUserId: null,
|
|
1789
|
+
sessionAppId: null,
|
|
1790
|
+
sessionEmailId: null,
|
|
1791
|
+
sessionContactNumber: null,
|
|
1792
|
+
modifiedByName: null,
|
|
1793
|
+
userName: null,
|
|
1794
|
+
apiVersion: null,
|
|
1795
|
+
valueId: 1763,
|
|
1796
|
+
keySetId: 1128,
|
|
1797
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1798
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1799
|
+
key: 'CCR62_UNAUTHORIZED MODIFICATION',
|
|
1800
|
+
value: 'SERVICE CLOSURE - UNAUTHORIZED MODIFICATION'
|
|
1801
|
+
}, {
|
|
1802
|
+
status: 'A',
|
|
1803
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1804
|
+
createdBy: 'SCRIPT',
|
|
1805
|
+
modifiedOn: null,
|
|
1806
|
+
modifiedBy: null,
|
|
1807
|
+
sessionUserId: null,
|
|
1808
|
+
sessionAppId: null,
|
|
1809
|
+
sessionEmailId: null,
|
|
1810
|
+
sessionContactNumber: null,
|
|
1811
|
+
modifiedByName: null,
|
|
1812
|
+
userName: null,
|
|
1813
|
+
apiVersion: null,
|
|
1814
|
+
valueId: 1764,
|
|
1815
|
+
keySetId: 1128,
|
|
1816
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1817
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1818
|
+
key: 'CCR63_DELAY IN INTIMATION TO POLICE AUTHORITIES',
|
|
1819
|
+
value: 'NON-ADMISSIBLE - DELAY IN INTIMATION TO POLICE AUTHORITIES'
|
|
1820
|
+
}, {
|
|
1821
|
+
status: 'A',
|
|
1822
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1823
|
+
createdBy: 'SCRIPT',
|
|
1824
|
+
modifiedOn: null,
|
|
1825
|
+
modifiedBy: null,
|
|
1826
|
+
sessionUserId: null,
|
|
1827
|
+
sessionAppId: null,
|
|
1828
|
+
sessionEmailId: null,
|
|
1829
|
+
sessionContactNumber: null,
|
|
1830
|
+
modifiedByName: null,
|
|
1831
|
+
userName: null,
|
|
1832
|
+
apiVersion: null,
|
|
1833
|
+
valueId: 1765,
|
|
1834
|
+
keySetId: 1128,
|
|
1835
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1836
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1837
|
+
key: 'CCR64_DEVICE GOT DAMAGED OUT OF INDIA',
|
|
1838
|
+
value: 'NON-ADMISSIBLE - DEVICE GOT DAMAGED OUT OF INDIA'
|
|
1839
|
+
}, {
|
|
1840
|
+
status: 'A',
|
|
1841
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1842
|
+
createdBy: 'SCRIPT',
|
|
1843
|
+
modifiedOn: null,
|
|
1844
|
+
modifiedBy: null,
|
|
1845
|
+
sessionUserId: null,
|
|
1846
|
+
sessionAppId: null,
|
|
1847
|
+
sessionEmailId: null,
|
|
1848
|
+
sessionContactNumber: null,
|
|
1849
|
+
modifiedByName: null,
|
|
1850
|
+
userName: null,
|
|
1851
|
+
apiVersion: null,
|
|
1852
|
+
valueId: 1766,
|
|
1853
|
+
keySetId: 1128,
|
|
1854
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1855
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1856
|
+
key: 'CCR65_INCORRECT SERVICE REQUEST RAISED',
|
|
1857
|
+
value: 'NON-ADMISSIBLE - INCORRECT SERVICE REQUEST RAISED (E.G. DEVICE WORKING FINE, REPAIRED UNDER WARRANTY)'
|
|
1858
|
+
}, {
|
|
1859
|
+
status: 'A',
|
|
1860
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1861
|
+
createdBy: 'SCRIPT',
|
|
1862
|
+
modifiedOn: null,
|
|
1863
|
+
modifiedBy: null,
|
|
1864
|
+
sessionUserId: null,
|
|
1865
|
+
sessionAppId: null,
|
|
1866
|
+
sessionEmailId: null,
|
|
1867
|
+
sessionContactNumber: null,
|
|
1868
|
+
modifiedByName: null,
|
|
1869
|
+
userName: null,
|
|
1870
|
+
apiVersion: null,
|
|
1871
|
+
valueId: 1767,
|
|
1872
|
+
keySetId: 1128,
|
|
1873
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1874
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1875
|
+
key: 'CCR66_NO COVER APPLICABLE FOR MOBILES WITHOUT ACTIVE SIM',
|
|
1876
|
+
value: 'NON-ADMISSIBLE - NO COVER APPLICABLE FOR MOBILES WITHOUT ACTIVE SIM'
|
|
1877
|
+
}, {
|
|
1878
|
+
status: 'A',
|
|
1879
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1880
|
+
createdBy: 'SCRIPT',
|
|
1881
|
+
modifiedOn: null,
|
|
1882
|
+
modifiedBy: null,
|
|
1883
|
+
sessionUserId: null,
|
|
1884
|
+
sessionAppId: null,
|
|
1885
|
+
sessionEmailId: null,
|
|
1886
|
+
sessionContactNumber: null,
|
|
1887
|
+
modifiedByName: null,
|
|
1888
|
+
userName: null,
|
|
1889
|
+
apiVersion: null,
|
|
1890
|
+
valueId: 1768,
|
|
1891
|
+
keySetId: 1128,
|
|
1892
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1893
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1894
|
+
key: 'CCR67_DELAY IN CLAIM INTIMATION',
|
|
1895
|
+
value: 'NON-ADMISSIBLE - DELAY IN CLAIM INTIMATION'
|
|
1896
|
+
}, {
|
|
1897
|
+
status: 'A',
|
|
1898
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1899
|
+
createdBy: 'SCRIPT',
|
|
1900
|
+
modifiedOn: null,
|
|
1901
|
+
modifiedBy: null,
|
|
1902
|
+
sessionUserId: null,
|
|
1903
|
+
sessionAppId: null,
|
|
1904
|
+
sessionEmailId: null,
|
|
1905
|
+
sessionContactNumber: null,
|
|
1906
|
+
modifiedByName: null,
|
|
1907
|
+
userName: null,
|
|
1908
|
+
apiVersion: null,
|
|
1909
|
+
valueId: 1769,
|
|
1910
|
+
keySetId: 1128,
|
|
1911
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1912
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1913
|
+
key: 'CCR68_UNEXPLAINED REASONS',
|
|
1914
|
+
value: 'IC REJECTION - LOSS OR DAMAGE TO THE DEVICE UNDER MYSTERIOUS CIRCUMSTANCES DISAPPEARANCE OR UNEXPLAINED REASONS'
|
|
1915
|
+
}, {
|
|
1916
|
+
status: 'A',
|
|
1917
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1918
|
+
createdBy: 'SCRIPT',
|
|
1919
|
+
modifiedOn: null,
|
|
1920
|
+
modifiedBy: null,
|
|
1921
|
+
sessionUserId: null,
|
|
1922
|
+
sessionAppId: null,
|
|
1923
|
+
sessionEmailId: null,
|
|
1924
|
+
sessionContactNumber: null,
|
|
1925
|
+
modifiedByName: null,
|
|
1926
|
+
userName: null,
|
|
1927
|
+
apiVersion: null,
|
|
1928
|
+
valueId: 1770,
|
|
1929
|
+
keySetId: 1128,
|
|
1930
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1931
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1932
|
+
key: 'CCR69_DAMAGE WITHIN COOLING PERIOD',
|
|
1933
|
+
value: 'NON-ADMISSIBLE - DAMAGE WITHIN COOLING PERIOD'
|
|
1934
|
+
}, {
|
|
1935
|
+
status: 'A',
|
|
1936
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1937
|
+
createdBy: 'SCRIPT',
|
|
1938
|
+
modifiedOn: null,
|
|
1939
|
+
modifiedBy: null,
|
|
1940
|
+
sessionUserId: null,
|
|
1941
|
+
sessionAppId: null,
|
|
1942
|
+
sessionEmailId: null,
|
|
1943
|
+
sessionContactNumber: null,
|
|
1944
|
+
modifiedByName: null,
|
|
1945
|
+
userName: null,
|
|
1946
|
+
apiVersion: null,
|
|
1947
|
+
valueId: 1771,
|
|
1948
|
+
keySetId: 1128,
|
|
1949
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1950
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1951
|
+
key: 'CCR70_DOCUMENTS NOT SUBMITTED BY CUSTOMER',
|
|
1952
|
+
value: 'CUSTOMER DEPENDENCY - DOCUMENTS NOT SUBMITTED BY CUSTOMER'
|
|
1953
|
+
}, {
|
|
1954
|
+
status: 'A',
|
|
1955
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1956
|
+
createdBy: 'SCRIPT',
|
|
1957
|
+
modifiedOn: null,
|
|
1958
|
+
modifiedBy: null,
|
|
1959
|
+
sessionUserId: null,
|
|
1960
|
+
sessionAppId: null,
|
|
1961
|
+
sessionEmailId: null,
|
|
1962
|
+
sessionContactNumber: null,
|
|
1963
|
+
modifiedByName: null,
|
|
1964
|
+
userName: null,
|
|
1965
|
+
apiVersion: null,
|
|
1966
|
+
valueId: 1772,
|
|
1967
|
+
keySetId: 1128,
|
|
1968
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1969
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1970
|
+
key: 'CCR71_PRE-EXISTING DAMAGES (CP)',
|
|
1971
|
+
value: 'NON-ADMISSIBLE - PRE-EXISTING DAMAGES (CP)'
|
|
1972
|
+
}, {
|
|
1973
|
+
status: 'A',
|
|
1974
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1975
|
+
createdBy: 'SCRIPT',
|
|
1976
|
+
modifiedOn: null,
|
|
1977
|
+
modifiedBy: null,
|
|
1978
|
+
sessionUserId: null,
|
|
1979
|
+
sessionAppId: null,
|
|
1980
|
+
sessionEmailId: null,
|
|
1981
|
+
sessionContactNumber: null,
|
|
1982
|
+
modifiedByName: null,
|
|
1983
|
+
userName: null,
|
|
1984
|
+
apiVersion: null,
|
|
1985
|
+
valueId: 1773,
|
|
1986
|
+
keySetId: 1128,
|
|
1987
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
1988
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
1989
|
+
key: 'CCR72_EXCESS PENDING',
|
|
1990
|
+
value: 'SERVICE CLOSURE - EXCESS PENDING'
|
|
1991
|
+
}, {
|
|
1992
|
+
status: 'A',
|
|
1993
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
1994
|
+
createdBy: 'SCRIPT',
|
|
1995
|
+
modifiedOn: null,
|
|
1996
|
+
modifiedBy: null,
|
|
1997
|
+
sessionUserId: null,
|
|
1998
|
+
sessionAppId: null,
|
|
1999
|
+
sessionEmailId: null,
|
|
2000
|
+
sessionContactNumber: null,
|
|
2001
|
+
modifiedByName: null,
|
|
2002
|
+
userName: null,
|
|
2003
|
+
apiVersion: null,
|
|
2004
|
+
valueId: 1774,
|
|
2005
|
+
keySetId: 1128,
|
|
2006
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2007
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2008
|
+
key: 'CCR73_IT IS A REFURBISHED/SECOND-HAND DEVICE',
|
|
2009
|
+
value: 'NON-ADMISSIBLE - IT IS A REFURBISHED/SECOND-HAND DEVICE'
|
|
2010
|
+
}, {
|
|
2011
|
+
status: 'A',
|
|
2012
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2013
|
+
createdBy: 'SCRIPT',
|
|
2014
|
+
modifiedOn: null,
|
|
2015
|
+
modifiedBy: null,
|
|
2016
|
+
sessionUserId: null,
|
|
2017
|
+
sessionAppId: null,
|
|
2018
|
+
sessionEmailId: null,
|
|
2019
|
+
sessionContactNumber: null,
|
|
2020
|
+
modifiedByName: null,
|
|
2021
|
+
userName: null,
|
|
2022
|
+
apiVersion: null,
|
|
2023
|
+
valueId: 1775,
|
|
2024
|
+
keySetId: 1128,
|
|
2025
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2026
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2027
|
+
key: 'CCR74_IT IS A GIFTED DEVICE FROM A NON-FAMILY MEMBER',
|
|
2028
|
+
value: 'NON-ADMISSIBLE - IT IS A GIFTED DEVICE FROM A NON-FAMILY MEMBER'
|
|
2029
|
+
}, {
|
|
2030
|
+
status: 'A',
|
|
2031
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2032
|
+
createdBy: 'SCRIPT',
|
|
2033
|
+
modifiedOn: null,
|
|
2034
|
+
modifiedBy: null,
|
|
2035
|
+
sessionUserId: null,
|
|
2036
|
+
sessionAppId: null,
|
|
2037
|
+
sessionEmailId: null,
|
|
2038
|
+
sessionContactNumber: null,
|
|
2039
|
+
modifiedByName: null,
|
|
2040
|
+
userName: null,
|
|
2041
|
+
apiVersion: null,
|
|
2042
|
+
valueId: 1777,
|
|
2043
|
+
keySetId: 1128,
|
|
2044
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2045
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2046
|
+
key: 'CCR76_THE DEVICE WAS MORE THAN 1 YEAR OLD AT THE TIME OF MEMBERSHIP ACTIVATION',
|
|
2047
|
+
value: 'NON-ADMISSIBLE - THE DEVICE WAS MORE THAN 1 YEAR OLD AT THE TIME OF MEMBERSHIP ACTIVATION'
|
|
2048
|
+
}, {
|
|
2049
|
+
status: 'A',
|
|
2050
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2051
|
+
createdBy: 'SCRIPT',
|
|
2052
|
+
modifiedOn: null,
|
|
2053
|
+
modifiedBy: null,
|
|
2054
|
+
sessionUserId: null,
|
|
2055
|
+
sessionAppId: null,
|
|
2056
|
+
sessionEmailId: null,
|
|
2057
|
+
sessionContactNumber: null,
|
|
2058
|
+
modifiedByName: null,
|
|
2059
|
+
userName: null,
|
|
2060
|
+
apiVersion: null,
|
|
2061
|
+
valueId: 1778,
|
|
2062
|
+
keySetId: 1128,
|
|
2063
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2064
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2065
|
+
key: 'CCR77_MAXIMUM PERMISSIBLE CLAIMS EXHAUSTED',
|
|
2066
|
+
value: 'NON-ADMISSIBLE - MAXIMUM PERMISSIBLE CLAIMS EXHAUSTED'
|
|
2067
|
+
}, {
|
|
2068
|
+
status: 'A',
|
|
2069
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2070
|
+
createdBy: 'SCRIPT',
|
|
2071
|
+
modifiedOn: null,
|
|
2072
|
+
modifiedBy: null,
|
|
2073
|
+
sessionUserId: null,
|
|
2074
|
+
sessionAppId: null,
|
|
2075
|
+
sessionEmailId: null,
|
|
2076
|
+
sessionContactNumber: null,
|
|
2077
|
+
modifiedByName: null,
|
|
2078
|
+
userName: null,
|
|
2079
|
+
apiVersion: null,
|
|
2080
|
+
valueId: 1779,
|
|
2081
|
+
keySetId: 1128,
|
|
2082
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2083
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2084
|
+
key: 'CCR78_IC REJECTION - THE INSURED DEVICE WAS NOT BEING USED BY YOU AT THE TIME OF ACCIDENT',
|
|
2085
|
+
value: 'IC REJECTION - THE INSURED DEVICE WAS NOT BEING USED BY YOU AT THE TIME OF ACCIDENT'
|
|
2086
|
+
}, {
|
|
2087
|
+
status: 'A',
|
|
2088
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2089
|
+
createdBy: 'SCRIPT',
|
|
2090
|
+
modifiedOn: null,
|
|
2091
|
+
modifiedBy: null,
|
|
2092
|
+
sessionUserId: null,
|
|
2093
|
+
sessionAppId: null,
|
|
2094
|
+
sessionEmailId: null,
|
|
2095
|
+
sessionContactNumber: null,
|
|
2096
|
+
modifiedByName: null,
|
|
2097
|
+
userName: null,
|
|
2098
|
+
apiVersion: null,
|
|
2099
|
+
valueId: 2064,
|
|
2100
|
+
keySetId: 1128,
|
|
2101
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2102
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2103
|
+
key: 'ZERO_LIABILITY_CASE',
|
|
2104
|
+
value: 'SERVICE CLOSURE - ZERO LIABILITY CASE'
|
|
2105
|
+
}, {
|
|
2106
|
+
status: 'A',
|
|
2107
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2108
|
+
createdBy: 'SCRIPT',
|
|
2109
|
+
modifiedOn: null,
|
|
2110
|
+
modifiedBy: null,
|
|
2111
|
+
sessionUserId: null,
|
|
2112
|
+
sessionAppId: null,
|
|
2113
|
+
sessionEmailId: null,
|
|
2114
|
+
sessionContactNumber: null,
|
|
2115
|
+
modifiedByName: null,
|
|
2116
|
+
userName: null,
|
|
2117
|
+
apiVersion: null,
|
|
2118
|
+
valueId: 2210,
|
|
2119
|
+
keySetId: 1128,
|
|
2120
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2121
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2122
|
+
key: 'DAMAGE_PARTS_NOT_COVERED',
|
|
2123
|
+
value: 'Damage part(s) not covered in policy'
|
|
2124
|
+
}, {
|
|
2125
|
+
status: 'A',
|
|
2126
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2127
|
+
createdBy: 'SCRIPT',
|
|
2128
|
+
modifiedOn: null,
|
|
2129
|
+
modifiedBy: null,
|
|
2130
|
+
sessionUserId: null,
|
|
2131
|
+
sessionAppId: null,
|
|
2132
|
+
sessionEmailId: null,
|
|
2133
|
+
sessionContactNumber: null,
|
|
2134
|
+
modifiedByName: null,
|
|
2135
|
+
userName: null,
|
|
2136
|
+
apiVersion: null,
|
|
2137
|
+
valueId: 2212,
|
|
2138
|
+
keySetId: 1128,
|
|
2139
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2140
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2141
|
+
key: 'ADLD_LIQUID_NOT_COVERED',
|
|
2142
|
+
value: 'Accidental/Liquid damage not covered in Warranty plan'
|
|
2143
|
+
}, {
|
|
2144
|
+
status: 'A',
|
|
2145
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2146
|
+
createdBy: 'SCRIPT',
|
|
2147
|
+
modifiedOn: null,
|
|
2148
|
+
modifiedBy: null,
|
|
2149
|
+
sessionUserId: null,
|
|
2150
|
+
sessionAppId: null,
|
|
2151
|
+
sessionEmailId: null,
|
|
2152
|
+
sessionContactNumber: null,
|
|
2153
|
+
modifiedByName: null,
|
|
2154
|
+
userName: null,
|
|
2155
|
+
apiVersion: null,
|
|
2156
|
+
valueId: 2213,
|
|
2157
|
+
keySetId: 1128,
|
|
2158
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2159
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2160
|
+
key: 'LOSS_ARISING_DUE_TO_UNLAWFUL',
|
|
2161
|
+
value: 'Loss arising due to unlawful act'
|
|
2162
|
+
}, {
|
|
2163
|
+
status: 'A',
|
|
2164
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2165
|
+
createdBy: 'SCRIPT',
|
|
2166
|
+
modifiedOn: null,
|
|
2167
|
+
modifiedBy: null,
|
|
2168
|
+
sessionUserId: null,
|
|
2169
|
+
sessionAppId: null,
|
|
2170
|
+
sessionEmailId: null,
|
|
2171
|
+
sessionContactNumber: null,
|
|
2172
|
+
modifiedByName: null,
|
|
2173
|
+
userName: null,
|
|
2174
|
+
apiVersion: null,
|
|
2175
|
+
valueId: 2214,
|
|
2176
|
+
keySetId: 1128,
|
|
2177
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2178
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2179
|
+
key: 'MISREPRESENT_FACTS',
|
|
2180
|
+
value: 'Misrepresentation of facts'
|
|
2181
|
+
}, {
|
|
2182
|
+
status: 'A',
|
|
2183
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2184
|
+
createdBy: 'SCRIPT',
|
|
2185
|
+
modifiedOn: null,
|
|
2186
|
+
modifiedBy: null,
|
|
2187
|
+
sessionUserId: null,
|
|
2188
|
+
sessionAppId: null,
|
|
2189
|
+
sessionEmailId: null,
|
|
2190
|
+
sessionContactNumber: null,
|
|
2191
|
+
modifiedByName: null,
|
|
2192
|
+
userName: null,
|
|
2193
|
+
apiVersion: null,
|
|
2194
|
+
valueId: 2215,
|
|
2195
|
+
keySetId: 1128,
|
|
2196
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2197
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2198
|
+
key: 'APPLE_ACTIVATION',
|
|
2199
|
+
value: 'Apple device Activation done prior to purchase date'
|
|
2200
|
+
}, {
|
|
2201
|
+
status: 'A',
|
|
2202
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2203
|
+
createdBy: 'SCRIPT',
|
|
2204
|
+
modifiedOn: null,
|
|
2205
|
+
modifiedBy: null,
|
|
2206
|
+
sessionUserId: null,
|
|
2207
|
+
sessionAppId: null,
|
|
2208
|
+
sessionEmailId: null,
|
|
2209
|
+
sessionContactNumber: null,
|
|
2210
|
+
modifiedByName: null,
|
|
2211
|
+
userName: null,
|
|
2212
|
+
apiVersion: null,
|
|
2213
|
+
valueId: 2216,
|
|
2214
|
+
keySetId: 1128,
|
|
2215
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2216
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2217
|
+
key: 'BOARDING_NOT_ELIGIBLE',
|
|
2218
|
+
value: 'Not eligible as per boarding criteria'
|
|
2219
|
+
}, {
|
|
2220
|
+
status: 'A',
|
|
2221
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2222
|
+
createdBy: 'SCRIPT',
|
|
2223
|
+
modifiedOn: null,
|
|
2224
|
+
modifiedBy: null,
|
|
2225
|
+
sessionUserId: null,
|
|
2226
|
+
sessionAppId: null,
|
|
2227
|
+
sessionEmailId: null,
|
|
2228
|
+
sessionContactNumber: null,
|
|
2229
|
+
modifiedByName: null,
|
|
2230
|
+
userName: null,
|
|
2231
|
+
apiVersion: null,
|
|
2232
|
+
valueId: 2552,
|
|
2233
|
+
keySetId: 1128,
|
|
2234
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2235
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2236
|
+
key: 'CUSTOMER_DENIED_PAYMENT',
|
|
2237
|
+
value: 'Payment refused - Customer denied to pay for repairs'
|
|
2238
|
+
}, {
|
|
2239
|
+
status: 'A',
|
|
2240
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2241
|
+
createdBy: 'SCRIPT',
|
|
2242
|
+
modifiedOn: null,
|
|
2243
|
+
modifiedBy: null,
|
|
2244
|
+
sessionUserId: null,
|
|
2245
|
+
sessionAppId: null,
|
|
2246
|
+
sessionEmailId: null,
|
|
2247
|
+
sessionContactNumber: null,
|
|
2248
|
+
modifiedByName: null,
|
|
2249
|
+
userName: null,
|
|
2250
|
+
apiVersion: null,
|
|
2251
|
+
valueId: 2596,
|
|
2252
|
+
keySetId: 1128,
|
|
2253
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2254
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2255
|
+
key: 'LOSS_DUE_TO_INTENTIONAL_DAMAGE',
|
|
2256
|
+
value: 'Loss occurred due to Intentional Damage'
|
|
2257
|
+
}, {
|
|
2258
|
+
status: 'A',
|
|
2259
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2260
|
+
createdBy: 'SCRIPT',
|
|
2261
|
+
modifiedOn: null,
|
|
2262
|
+
modifiedBy: null,
|
|
2263
|
+
sessionUserId: null,
|
|
2264
|
+
sessionAppId: null,
|
|
2265
|
+
sessionEmailId: null,
|
|
2266
|
+
sessionContactNumber: null,
|
|
2267
|
+
modifiedByName: null,
|
|
2268
|
+
userName: null,
|
|
2269
|
+
apiVersion: null,
|
|
2270
|
+
valueId: 2680,
|
|
2271
|
+
keySetId: 1128,
|
|
2272
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2273
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2274
|
+
key: 'HANDSET_DOA_BEFORE_POLICY_PURCHASE',
|
|
2275
|
+
value: 'Handset DOA prior to policy purchase'
|
|
2276
|
+
}, {
|
|
2277
|
+
status: 'A',
|
|
2278
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2279
|
+
createdBy: 'SCRIPT',
|
|
2280
|
+
modifiedOn: null,
|
|
2281
|
+
modifiedBy: null,
|
|
2282
|
+
sessionUserId: null,
|
|
2283
|
+
sessionAppId: null,
|
|
2284
|
+
sessionEmailId: null,
|
|
2285
|
+
sessionContactNumber: null,
|
|
2286
|
+
modifiedByName: null,
|
|
2287
|
+
userName: null,
|
|
2288
|
+
apiVersion: null,
|
|
2289
|
+
valueId: 2681,
|
|
2290
|
+
keySetId: 1128,
|
|
2291
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2292
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2293
|
+
key: 'POLICY_NOT_COVERED',
|
|
2294
|
+
value: 'Policy Not Covered'
|
|
2295
|
+
}, {
|
|
2296
|
+
status: 'A',
|
|
2297
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2298
|
+
createdBy: 'SCRIPT',
|
|
2299
|
+
modifiedOn: null,
|
|
2300
|
+
modifiedBy: null,
|
|
2301
|
+
sessionUserId: null,
|
|
2302
|
+
sessionAppId: null,
|
|
2303
|
+
sessionEmailId: null,
|
|
2304
|
+
sessionContactNumber: null,
|
|
2305
|
+
modifiedByName: null,
|
|
2306
|
+
userName: null,
|
|
2307
|
+
apiVersion: null,
|
|
2308
|
+
valueId: 2682,
|
|
2309
|
+
keySetId: 1128,
|
|
2310
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2311
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2312
|
+
key: 'BREAKAGE_OTHER_THAN_CRACK_SCREEN',
|
|
2313
|
+
value: 'Breakage other than crack screen'
|
|
2314
|
+
}, {
|
|
2315
|
+
status: 'A',
|
|
2316
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2317
|
+
createdBy: 'SCRIPT',
|
|
2318
|
+
modifiedOn: null,
|
|
2319
|
+
modifiedBy: null,
|
|
2320
|
+
sessionUserId: null,
|
|
2321
|
+
sessionAppId: null,
|
|
2322
|
+
sessionEmailId: null,
|
|
2323
|
+
sessionContactNumber: null,
|
|
2324
|
+
modifiedByName: null,
|
|
2325
|
+
userName: null,
|
|
2326
|
+
apiVersion: null,
|
|
2327
|
+
valueId: 2683,
|
|
2328
|
+
keySetId: 1128,
|
|
2329
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2330
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2331
|
+
key: 'PARTS_TAMPERED',
|
|
2332
|
+
value: 'Parts Tampered'
|
|
2333
|
+
}, {
|
|
2334
|
+
status: 'A',
|
|
2335
|
+
createdOn: '23-Nov-2018 15:40:44',
|
|
2336
|
+
createdBy: 'SCRIPT',
|
|
2337
|
+
modifiedOn: null,
|
|
2338
|
+
modifiedBy: null,
|
|
2339
|
+
sessionUserId: null,
|
|
2340
|
+
sessionAppId: null,
|
|
2341
|
+
sessionEmailId: null,
|
|
2342
|
+
sessionContactNumber: null,
|
|
2343
|
+
modifiedByName: null,
|
|
2344
|
+
userName: null,
|
|
2345
|
+
apiVersion: null,
|
|
2346
|
+
valueId: 2684,
|
|
2347
|
+
keySetId: 1128,
|
|
2348
|
+
keySetName: 'CLOSE_CLAIM_REASON_CODE',
|
|
2349
|
+
keySetDescription: 'CLOSE_CLAIM_REASON_CODE',
|
|
2350
|
+
key: 'IMEI_NO_MISMATCH',
|
|
2351
|
+
value: 'IMEI No. is mismatch'
|
|
2352
|
+
}];
|
|
2353
|
+
exports.closingClaimReasons = closingClaimReasons;
|