File tree 1 file changed +17
-15
lines changed
api-references/payments/billpay
1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"paths" : {
25
- "/fetch_operator_details " : {
25
+ "/fetch-operator-details " : {
26
26
"post" : {
27
27
"tags" : [" Fetch" ],
28
28
"summary" : " API to fetch operator details for mobile number" ,
343
343
"schema" : {
344
344
"type" : " object" ,
345
345
"required" : [
346
- " customer" ,
347
- " mobile "
346
+ " customer"
347
+
348
348
],
349
349
"properties" : {
350
- "mobile" : {
351
- "type" : " string" ,
352
- "example" : " 9192990013" ,
353
- "description" : " The login mobile number of the initiating recharge"
354
- },
350
+
355
351
"customer" : {
356
352
"type" : " object" ,
357
353
"required" :[" billParameters" ],
358
354
"properties" : {
355
+ "mobile" : {
356
+ "type" : " string" ,
357
+ "example" : " 9192990013" ,
358
+ "descriiption" : " The login mobile number of the initiating recharge"
359
+ },
359
360
"billParameters" : {
360
361
"type" : " array" ,
361
362
"items" : {
385
386
]
386
387
}
387
388
},
388
- "/fetch_plans " :{
389
+ "/fetch-plans " :{
389
390
"post" : {
390
391
"tags" : [" Fetch" ],
391
392
"summary" : " API to fetch prepaid plans for a mobile number" ,
641
642
"name" : " body" ,
642
643
"schema" : {
643
644
"type" : " object" ,
644
- "required" : [" customer" , " mobile " ],
645
+ "required" : [" customer" ],
645
646
"properties" : {
646
- "mobile" : {
647
- "type" : " string" ,
648
- "example" : " 7566628882" ,
649
- "description" : " The login mobile number of the initiating recharge"
650
- },
647
+
651
648
"customer" : {
652
649
"type" : " object" ,
653
650
"required" :[" billParameters" ],
654
651
"properties" : {
652
+ "mobile" : {
653
+ "type" : " string" ,
654
+ "example" : " 7566628882" ,
655
+ "description" : " The login mobile number of the initiating recharge"
656
+ },
655
657
"billParameters" : {
656
658
"type" : " array" ,
657
659
"items" : [
You can’t perform that action at this time.
0 commit comments