Request mobileReloadSelectFavVoucherType.txt

Rayvandy Gabbytian , December 06, 2014 20:33

Download (22.8 KB)

 
1
function mobileReloadSelectFavVoucherType() {
2
	path = "bii_RestfulRib/service/mobileReloadServices/mobileReloadSelectFavVoucherType";
3
	
4
	var input = {
5
	    method : 'post',
6
	    returnedContentType : 'json',
7
	    path : path,
8
	    body:{
9
            contentType:'application/json; charset=UTF-8',
10
            content:
11
                JSON.stringify({
12
                	"locale":"en",
13
                    "linkedAccounts":linkedAccounts,
14
                    "sessionId":sessionId,
15
                	"userId":userId
16
                })
17
            }
18
	};
19
	
20
	
21
	return WL.Server.invokeHttp(input);
22
}
23

    
24

    
25

    
26

    
27

    
28

    
29

    
30

    
31

    
32

    
33

    
34

    
35
var sessionId = "20141021111248013701";
36
var userId = "1391";
37
var linkedAccounts = JSON.stringify(
38
		[
39
	      {
40
	         "accountCurrency": "016",
41
	         "accountCurrencyISO": "IDR",
42
	         "accountHolderName": "ICIJKSL WLYVJWJK                        ",
43
	         "accountNo": "1001027095",
44
	         "accountRule": "1",
45
	         "accountType": "",
46
	         "accountTypeDisplay": "",
47
	         "displayName": ""
48
	      },
49
	      {
50
	         "accountCurrency": "016",
51
	         "accountCurrencyISO": "IDR",
52
	         "accountHolderName": "YUIJPLKJ DBJKNYJ                        ",
53
	         "accountNo": "1001332349",
54
	         "accountRule": "1",
55
	         "accountType": "",
56
	         "accountTypeDisplay": "",
57
	         "displayName": ""
58
	      },
59
	      {
60
	         "accountCurrency": "016",
61
	         "accountCurrencyISO": "IDR",
62
	         "accountHolderName": "LYWLK WLVJQJ                            ",
63
	         "accountNo": "1003000010",
64
	         "accountRule": "1",
65
	         "accountType": "",
66
	         "accountTypeDisplay": "",
67
	         "displayName": ""
68
	      },
69
	      {
70
	         "accountCurrency": "034",
71
	         "accountCurrencyISO": "SGD",
72
	         "accountHolderName": "IXFCEJKR ZJFZCY JTJNL                   ",
73
	         "accountNo": "2001001008",
74
	         "accountRule": "1",
75
	         "accountType": "",
76
	         "accountTypeDisplay": "",
77
	         "displayName": ""
78
	      },
79
	      {
80
	         "accountCurrency": "039",
81
	         "accountCurrencyISO": "USD",
82
	         "accountHolderName": "BXYZJK                                  ",
83
	         "accountNo": "2001009682",
84
	         "accountRule": "1",
85
	         "accountType": "",
86
	         "accountTypeDisplay": "",
87
	         "displayName": ""
88
	      },
89
	      {
90
	         "accountCurrency": "016",
91
	         "accountCurrencyISO": "IDR",
92
	         "accountHolderName": "NVJHJY                                  ",
93
	         "accountNo": "2001019050",
94
	         "accountRule": "1",
95
	         "accountType": "",
96
	         "accountTypeDisplay": "",
97
	         "displayName": ""
98
	      },
99
	      {
100
	         "accountCurrency": "016",
101
	         "accountCurrencyISO": "IDR",
102
	         "accountHolderName": "XNNQ IXKKXPLCI                          ",
103
	         "accountNo": "2001026990",
104
	         "accountRule": "1",
105
	         "accountType": "",
106
	         "accountTypeDisplay": "",
107
	         "displayName": ""
108
	      },
109
	      {
110
	         "accountCurrency": "016",
111
	         "accountCurrencyISO": "IDR",
112
	         "accountHolderName": "IXSLJ IJESJ                             ",
113
	         "accountNo": "2001027628",
114
	         "accountRule": "1",
115
	         "accountType": "",
116
	         "accountTypeDisplay": "",
117
	         "displayName": ""
118
	      },
119
	      {
120
	         "accountCurrency": "016",
121
	         "accountCurrencyISO": "IDR",
122
	         "accountHolderName": "TLL HLKJKDX DXKSXY                      ",
123
	         "accountNo": "2001508775",
124
	         "accountRule": "1",
125
	         "accountType": "",
126
	         "accountTypeDisplay": "",
127
	         "displayName": ""
128
	      },
129
	      {
130
	         "accountCurrency": "016",
131
	         "accountCurrencyISO": "IDR",
132
	         "accountHolderName": "LKHUKXS ZLSYJ IXVJSL                    ",
133
	         "accountNo": "2001508905",
134
	         "accountRule": "1",
135
	         "accountType": "",
136
	         "accountTypeDisplay": "",
137
	         "displayName": ""
138
	      },
139
	      {
140
	         "accountCurrency": "039",
141
	         "accountCurrencyISO": "USD",
142
	         "accountHolderName": "EJKDJ ZLSYJ ZCPSLEXYNJKJ                ",
143
	         "accountNo": "2002003330",
144
	         "accountRule": "1",
145
	         "accountType": "",
146
	         "accountTypeDisplay": "",
147
	         "displayName": ""
148
	      },
149
	      {
150
	         "accountCurrency": "029",
151
	         "accountCurrencyISO": "JPY",
152
	         "accountHolderName": "UFJZUSU LKNUKXILJ                       ",
153
	         "accountNo": "2002020003",
154
	         "accountRule": "1",
155
	         "accountType": "",
156
	         "accountTypeDisplay": "",
157
	         "displayName": ""
158
	      },
159
	      {
160
	         "accountCurrency": "016",
161
	         "accountCurrencyISO": "IDR",
162
	         "accountHolderName": "EYJNLESJQJ                              ",
163
	         "accountNo": "2003000800",
164
	         "accountRule": "1",
165
	         "accountType": "",
166
	         "accountTypeDisplay": "",
167
	         "displayName": ""
168
	      },
169
	      {
170
	         "accountCurrency": "029",
171
	         "accountCurrencyISO": "JPY",
172
	         "accountHolderName": "EUXIXY LKNUKXILJ                        ",
173
	         "accountNo": "2003200109",
174
	         "accountRule": "1",
175
	         "accountType": "",
176
	         "accountTypeDisplay": "",
177
	         "displayName": ""
178
	      },
179
	      {
180
	         "accountCurrency": "024",
181
	         "accountCurrencyISO": "GBP",
182
	         "accountHolderName": "ICZJYKU                                 ",
183
	         "accountNo": "2004003031",
184
	         "accountRule": "1",
185
	         "accountType": "",
186
	         "accountTypeDisplay": "",
187
	         "displayName": ""
188
	      },
189
	      {
190
	         "accountCurrency": "016",
191
	         "accountCurrencyISO": "IDR",
192
	         "accountHolderName": "PUKSUB DUKISJKDX                        ",
193
	         "accountNo": "30002000100491",
194
	         "accountRule": "0",
195
	         "accountType": "",
196
	         "accountTypeDisplay": "",
197
	         "displayName": ""
198
	      },
199
	      {
200
	         "accountCurrency": "016",
201
	         "accountCurrencyISO": "IDR",
202
	         "accountHolderName": "ICNLJKSU                                ",
203
	         "accountNo": "30003000126826",
204
	         "accountRule": "0",
205
	         "accountType": "",
206
	         "accountTypeDisplay": "",
207
	         "displayName": ""
208
	      },
209
	      {
210
	         "accountCurrency": "016",
211
	         "accountCurrencyISO": "IDR",
212
	         "accountHolderName": "CIZJK IJPLZ                             ",
213
	         "accountNo": "30003800100006",
214
	         "accountRule": "0",
215
	         "accountType": "",
216
	         "accountTypeDisplay": "",
217
	         "displayName": ""
218
	      },
219
	      {
220
	         "accountCurrency": "016",
221
	         "accountCurrencyISO": "IDR",
222
	         "accountHolderName": "FCEXYLK                                 ",
223
	         "accountNo": "30014600183700",
224
	         "accountRule": "0",
225
	         "accountType": "",
226
	         "accountTypeDisplay": "",
227
	         "displayName": ""
228
	      },
229
	      {
230
	         "accountCurrency": "016",
231
	         "accountCurrencyISO": "IDR",
232
	         "accountHolderName": "RCLNU Z SVJBVJNL B                      ",
233
	         "accountNo": "30018100183938",
234
	         "accountRule": "0",
235
	         "accountType": "",
236
	         "accountTypeDisplay": "",
237
	         "displayName": ""
238
	      },
239
	      {
240
	         "accountCurrency": "016",
241
	         "accountCurrencyISO": "IDR",
242
	         "accountHolderName": "EUY ZJXIJ QJQJIJK                       ",
243
	         "accountNo": "30019800115594",
244
	         "accountRule": "0",
245
	         "accountType": "",
246
	         "accountTypeDisplay": "",
247
	         "displayName": ""
248
	      },
249
	      {
250
	         "accountCurrency": "016",
251
	         "accountCurrencyISO": "IDR",
252
	         "accountHolderName": "YUIPJK UIZJKIQJB                        ",
253
	         "accountNo": "30020200104823",
254
	         "accountRule": "0",
255
	         "accountType": "",
256
	         "accountTypeDisplay": "",
257
	         "displayName": ""
258
	      },
259
	      {
260
	         "accountCurrency": "016",
261
	         "accountCurrencyISO": "IDR",
262
	         "accountHolderName": "YUIPJK UIZJKIQJB                        ",
263
	         "accountNo": "30020200104824",
264
	         "accountRule": "0",
265
	         "accountType": "",
266
	         "accountTypeDisplay": "",
267
	         "displayName": ""
268
	      },
269
	      {
270
	         "accountCurrency": "016",
271
	         "accountCurrencyISO": "IDR",
272
	         "accountHolderName": "YUIPJK UIZJKIQJB                        ",
273
	         "accountNo": "30020200104825",
274
	         "accountRule": "0",
275
	         "accountType": "",
276
	         "accountTypeDisplay": "",
277
	         "displayName": ""
278
	      },
279
	      {
280
	         "accountCurrency": "016",
281
	         "accountCurrencyISO": "IDR",
282
	         "accountHolderName": "YUIPJK UIZJKIQJB                        ",
283
	         "accountNo": "30020200104826",
284
	         "accountRule": "0",
285
	         "accountType": "",
286
	         "accountTypeDisplay": "",
287
	         "displayName": ""
288
	      },
289
	      {
290
	         "accountCurrency": "016",
291
	         "accountCurrencyISO": "IDR",
292
	         "accountHolderName": "YUIPJK UIZJKIQJB                        ",
293
	         "accountNo": "30020200104827",
294
	         "accountRule": "0",
295
	         "accountType": "",
296
	         "accountTypeDisplay": "",
297
	         "displayName": ""
298
	      },
299
	      {
300
	         "accountCurrency": "016",
301
	         "accountCurrencyISO": "IDR",
302
	         "accountHolderName": "YUIPJK UIZJKIQJB                        ",
303
	         "accountNo": "30020200104828",
304
	         "accountRule": "0",
305
	         "accountType": "",
306
	         "accountTypeDisplay": "",
307
	         "displayName": ""
308
	      },
309
	      {
310
	         "accountCurrency": "016",
311
	         "accountCurrencyISO": "IDR",
312
	         "accountHolderName": "YUIPJK UIZJKIQJB                        ",
313
	         "accountNo": "30020200193871",
314
	         "accountRule": "0",
315
	         "accountType": "",
316
	         "accountTypeDisplay": "",
317
	         "displayName": ""
318
	      },
319
	      {
320
	         "accountCurrency": "016",
321
	         "accountCurrencyISO": "IDR",
322
	         "accountHolderName": "ZUNXYKPJKN YXJPSQ PSN                   ",
323
	         "accountNo": "30020600100003",
324
	         "accountRule": "0",
325
	         "accountType": "",
326
	         "accountTypeDisplay": "",
327
	         "displayName": ""
328
	      },
329
	      {
330
	         "accountCurrency": "016",
331
	         "accountCurrencyISO": "IDR",
332
	         "accountHolderName": "ZUNXYKPJKN YXJPSQ PSN                   ",
333
	         "accountNo": "30020600100004",
334
	         "accountRule": "0",
335
	         "accountType": "",
336
	         "accountTypeDisplay": "",
337
	         "displayName": ""
338
	      },
339
	      {
340
	         "accountCurrency": "016",
341
	         "accountCurrencyISO": "IDR",
342
	         "accountHolderName": "ZUNXYKPJKN YXJPSQ PSN                   ",
343
	         "accountNo": "30020600100005",
344
	         "accountRule": "0",
345
	         "accountType": "",
346
	         "accountTypeDisplay": "",
347
	         "displayName": ""
348
	      },
349
	      {
350
	         "accountCurrency": "016",
351
	         "accountCurrencyISO": "IDR",
352
	         "accountHolderName": "ZUNXYKPJKN YXJPSQ PSN                   ",
353
	         "accountNo": "30020600100006",
354
	         "accountRule": "0",
355
	         "accountType": "",
356
	         "accountTypeDisplay": "",
357
	         "displayName": ""
358
	      },
359
	      {
360
	         "accountCurrency": "016",
361
	         "accountCurrencyISO": "IDR",
362
	         "accountHolderName": "RCKCKR LKSJK JTJNL SXYCI                ",
363
	         "accountNo": "30020600100007",
364
	         "accountRule": "0",
365
	         "accountType": "",
366
	         "accountTypeDisplay": "",
367
	         "displayName": ""
368
	      },
369
	      {
370
	         "accountCurrency": "016",
371
	         "accountCurrencyISO": "IDR",
372
	         "accountHolderName": "DJBJQJTJYC YJQJ YXJPSQ ES               ",
373
	         "accountNo": "30020600100008",
374
	         "accountRule": "0",
375
	         "accountType": "",
376
	         "accountTypeDisplay": "",
377
	         "displayName": ""
378
	      },
379
	      {
380
	         "accountCurrency": "016",
381
	         "accountCurrencyISO": "IDR",
382
	         "accountHolderName": "DJBJQJTJYC YJQJ YXJPSQ ES               ",
383
	         "accountNo": "30020600100010",
384
	         "accountRule": "0",
385
	         "accountType": "",
386
	         "accountTypeDisplay": "",
387
	         "displayName": ""
388
	      },
389
	      {
390
	         "accountCurrency": "016",
391
	         "accountCurrencyISO": "IDR",
392
	         "accountHolderName": "DJBJQJ JRCKR ZJFZCY ES                  ",
393
	         "accountNo": "30020600100018",
394
	         "accountRule": "0",
395
	         "accountType": "",
396
	         "accountTypeDisplay": "",
397
	         "displayName": ""
398
	      },
399
	      {
400
	         "accountCurrency": "016",
401
	         "accountCurrencyISO": "IDR",
402
	         "accountHolderName": "FBJYLIZJ EYUEXYSLKNU                    ",
403
	         "accountNo": "30020600100354",
404
	         "accountRule": "0",
405
	         "accountType": "",
406
	         "accountTypeDisplay": "",
407
	         "displayName": ""
408
	      },
409
	      {
410
	         "accountCurrency": "360",
411
	         "accountCurrencyISO": "IDR",
412
	         "accountHolderName": "MASARU KASAI              ",
413
	         "accountNo": "3562850191305004",
414
	         "accountRule": "1",
415
	         "accountType": "",
416
	         "accountTypeDisplay": "",
417
	         "displayName": ""
418
	      },
419
	      {
420
	         "accountCurrency": "360",
421
	         "accountCurrencyISO": "IDR",
422
	         "accountHolderName": "CARDLINK00299122          ",
423
	         "accountNo": "3562850192136002",
424
	         "accountRule": "1",
425
	         "accountType": "",
426
	         "accountTypeDisplay": "",
427
	         "displayName": ""
428
	      },
429
	      {
430
	         "accountCurrency": "360",
431
	         "accountCurrencyISO": "IDR",
432
	         "accountHolderName": "CARDLINK00905867          ",
433
	         "accountNo": "3562850198982003",
434
	         "accountRule": "1",
435
	         "accountType": "",
436
	         "accountTypeDisplay": "",
437
	         "displayName": ""
438
	      },
439
	      {
440
	         "accountCurrency": "360",
441
	         "accountCurrencyISO": "IDR",
442
	         "accountHolderName": "CARDLINK00243683          ",
443
	         "accountNo": "4047760001288006",
444
	         "accountRule": "1",
445
	         "accountType": "",
446
	         "accountTypeDisplay": "",
447
	         "displayName": ""
448
	      },
449
	      {
450
	         "accountCurrency": "360",
451
	         "accountCurrencyISO": "IDR",
452
	         "accountHolderName": "CARDLINK01292783          ",
453
	         "accountNo": "4047760001447016",
454
	         "accountRule": "1",
455
	         "accountType": "",
456
	         "accountTypeDisplay": "",
457
	         "displayName": ""
458
	      },
459
	      {
460
	         "accountCurrency": "360",
461
	         "accountCurrencyISO": "IDR",
462
	         "accountHolderName": "WIJAYA KURNIAWAN          ",
463
	         "accountNo": "4260132018577005",
464
	         "accountRule": "1",
465
	         "accountType": "",
466
	         "accountTypeDisplay": "",
467
	         "displayName": ""
468
	      },
469
	      {
470
	         "accountCurrency": "360",
471
	         "accountCurrencyISO": "IDR",
472
	         "accountHolderName": "BAMBANG SULISTYO          ",
473
	         "accountNo": "4423730000004005",
474
	         "accountRule": "1",
475
	         "accountType": "",
476
	         "accountTypeDisplay": "",
477
	         "displayName": ""
478
	      },
479
	      {
480
	         "accountCurrency": "360",
481
	         "accountCurrencyISO": "IDR",
482
	         "accountHolderName": "CARDLINK00757379          ",
483
	         "accountNo": "4423730000019540",
484
	         "accountRule": "1",
485
	         "accountType": "",
486
	         "accountTypeDisplay": "",
487
	         "displayName": ""
488
	      },
489
	      {
490
	         "accountCurrency": "360",
491
	         "accountCurrencyISO": "IDR",
492
	         "accountHolderName": "CARDLINK00896003          ",
493
	         "accountNo": "4423730000227010",
494
	         "accountRule": "1",
495
	         "accountType": "",
496
	         "accountTypeDisplay": "",
497
	         "displayName": ""
498
	      },
499
	      {
500
	         "accountCurrency": "360",
501
	         "accountCurrencyISO": "IDR",
502
	         "accountHolderName": "ARIBOWO                   ",
503
	         "accountNo": "4423730000499007",
504
	         "accountRule": "1",
505
	         "accountType": "",
506
	         "accountTypeDisplay": "",
507
	         "displayName": ""
508
	      },
509
	      {
510
	         "accountCurrency": "360",
511
	         "accountCurrencyISO": "IDR",
512
	         "accountHolderName": "CARDLINK00761173          ",
513
	         "accountNo": "4423730000735038",
514
	         "accountRule": "1",
515
	         "accountType": "",
516
	         "accountTypeDisplay": "",
517
	         "displayName": ""
518
	      },
519
	      {
520
	         "accountCurrency": "360",
521
	         "accountCurrencyISO": "IDR",
522
	         "accountHolderName": "CARDLINK00920541          ",
523
	         "accountNo": "4423730001319071",
524
	         "accountRule": "1",
525
	         "accountType": "",
526
	         "accountTypeDisplay": "",
527
	         "displayName": ""
528
	      },
529
	      {
530
	         "accountCurrency": "360",
531
	         "accountCurrencyISO": "IDR",
532
	         "accountHolderName": "CARDLINK00857278          ",
533
	         "accountNo": "4423730001340010",
534
	         "accountRule": "1",
535
	         "accountType": "",
536
	         "accountTypeDisplay": "",
537
	         "displayName": ""
538
	      },
539
	      {
540
	         "accountCurrency": "360",
541
	         "accountCurrencyISO": "IDR",
542
	         "accountHolderName": "LIZA DAMAYANTI            ",
543
	         "accountNo": "4423730002477001",
544
	         "accountRule": "1",
545
	         "accountType": "",
546
	         "accountTypeDisplay": "",
547
	         "displayName": ""
548
	      },
549
	      {
550
	         "accountCurrency": "360",
551
	         "accountCurrencyISO": "IDR",
552
	         "accountHolderName": "RUDDY HARTONO S.          ",
553
	         "accountNo": "4423730044136011",
554
	         "accountRule": "1",
555
	         "accountType": "",
556
	         "accountTypeDisplay": "",
557
	         "displayName": ""
558
	      },
559
	      {
560
	         "accountCurrency": "360",
561
	         "accountCurrencyISO": "IDR",
562
	         "accountHolderName": "TASIK HENDRASWATI         ",
563
	         "accountNo": "4423740000031015",
564
	         "accountRule": "1",
565
	         "accountType": "",
566
	         "accountTypeDisplay": "",
567
	         "displayName": ""
568
	      },
569
	      {
570
	         "accountCurrency": "360",
571
	         "accountCurrencyISO": "IDR",
572
	         "accountHolderName": "CARDLINK00001590          ",
573
	         "accountNo": "4567819610075012",
574
	         "accountRule": "1",
575
	         "accountType": "",
576
	         "accountTypeDisplay": "",
577
	         "displayName": ""
578
	      },
579
	      {
580
	         "accountCurrency": "360",
581
	         "accountCurrencyISO": "IDR",
582
	         "accountHolderName": "CARDLINK00875650          ",
583
	         "accountNo": "5200370000001028",
584
	         "accountRule": "1",
585
	         "accountType": "",
586
	         "accountTypeDisplay": "",
587
	         "displayName": ""
588
	      },
589
	      {
590
	         "accountCurrency": "360",
591
	         "accountCurrencyISO": "IDR",
592
	         "accountHolderName": "ELLIS BONG                ",
593
	         "accountNo": "5200370193676008",
594
	         "accountRule": "1",
595
	         "accountType": "",
596
	         "accountTypeDisplay": "",
597
	         "displayName": ""
598
	      },
599
	      {
600
	         "accountCurrency": "360",
601
	         "accountCurrencyISO": "IDR",
602
	         "accountHolderName": "MUJIANTO CARDTEST         ",
603
	         "accountNo": "5452991000114001",
604
	         "accountRule": "1",
605
	         "accountType": "",
606
	         "accountTypeDisplay": "",
607
	         "displayName": ""
608
	      },
609
	      {
610
	         "accountCurrency": "360",
611
	         "accountCurrencyISO": "IDR",
612
	         "accountHolderName": "CARDLINK00221530          ",
613
	         "accountNo": "5520080000070005",
614
	         "accountRule": "1",
615
	         "accountType": "",
616
	         "accountTypeDisplay": "",
617
	         "displayName": ""
618
	      },
619
	      {
620
	         "accountCurrency": "016",
621
	         "accountCurrencyISO": "IDR",
622
	         "accountHolderName": "IBLZLAC VCZEXL                          ",
623
	         "accountNo": "8003830255",
624
	         "accountRule": "1",
625
	         "accountType": "",
626
	         "accountTypeDisplay": "",
627
	         "displayName": ""
628
	      },
629
	      {
630
	         "accountCurrency": "016",
631
	         "accountCurrencyISO": "IDR",
632
	         "accountHolderName": "SUIBLJFL SJKJFJ                         ",
633
	         "accountNo": "8003830286",
634
	         "accountRule": "1",
635
	         "accountType": "",
636
	         "accountTypeDisplay": "",
637
	         "displayName": ""
638
	      },
639
	      {
640
	         "accountCurrency": "016",
641
	         "accountCurrencyISO": "IDR",
642
	         "accountHolderName": "JKDXPPJ J BXYZJWJK                      ",
643
	         "accountNo": "8700013589",
644
	         "accountRule": "1",
645
	         "accountType": "",
646
	         "accountTypeDisplay": "",
647
	         "displayName": ""
648
	      },
649
	      {
650
	         "accountCurrency": "016",
651
	         "accountCurrencyISO": "IDR",
652
	         "accountHolderName": "JRXIS WLNUNU                            ",
653
	         "accountNo": "8700035225",
654
	         "accountRule": "1",
655
	         "accountType": "",
656
	         "accountTypeDisplay": "",
657
	         "displayName": ""
658
	      },
659
	      {
660
	         "accountCurrency": "016",
661
	         "accountCurrencyISO": "IDR",
662
	         "accountHolderName": "RCKSCY I WLNVJVJ UY R RJYNVLSJKLKRSQJI  ",
663
	         "accountNo": "8700510649",
664
	         "accountRule": "1",
665
	         "accountType": "",
666
	         "accountTypeDisplay": "",
667
	         "displayName": ""
668
	      },
669
	      {
670
	         "accountCurrency": "016",
671
	         "accountCurrencyISO": "IDR",
672
	         "accountHolderName": "IQPMLJ JYLXIQJKSL                       ",
673
	         "accountNo": "8700510741",
674
	         "accountRule": "1",
675
	         "accountType": "",
676
	         "accountTypeDisplay": "",
677
	         "displayName": ""
678
	      },
679
	      {
680
	         "accountCurrency": "016",
681
	         "accountCurrencyISO": "IDR",
682
	         "accountHolderName": "KCYJLKL XZLPLJ                          ",
683
	         "accountNo": "8700518198",
684
	         "accountRule": "1",
685
	         "accountType": "",
686
	         "accountTypeDisplay": "",
687
	         "displayName": ""
688
	      },
689
	      {
690
	         "accountCurrency": "360",
691
	         "accountCurrencyISO": "IDR",
692
	         "accountHolderName": "ROSSI CHARLES ANTON       ",
693
	         "accountNo": "8888881000000755",
694
	         "accountRule": "1",
695
	         "accountType": "",
696
	         "accountTypeDisplay": "",
697
	         "displayName": ""
698
	      },
699
	      {
700
	         "accountCurrency": "360",
701
	         "accountCurrencyISO": "IDR",
702
	         "accountHolderName": "AGUS WIDAGDO              ",
703
	         "accountNo": "8888881000002918",
704
	         "accountRule": "1",
705
	         "accountType": "",
706
	         "accountTypeDisplay": "",
707
	         "displayName": ""
708
	      },
709
	      {
710
	         "accountCurrency": "360",
711
	         "accountCurrencyISO": "IDR",
712
	         "accountHolderName": "TJEP KUSNAEDI             ",
713
	         "accountNo": "8888882500010112",
714
	         "accountRule": "1",
715
	         "accountType": "",
716
	         "accountTypeDisplay": "",
717
	         "displayName": ""
718
	      },
719
	      {
720
	         "accountCurrency": "360",
721
	         "accountCurrencyISO": "IDR",
722
	         "accountHolderName": "OKI PATRA                 ",
723
	         "accountNo": "8888882500011615",
724
	         "accountRule": "1",
725
	         "accountType": "",
726
	         "accountTypeDisplay": "",
727
	         "displayName": ""
728
	      }
729
	   ]
730
                                     );