Updated Json Response for Array
This commit is contained in:
+17
-1
@@ -1128,7 +1128,23 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Array of eligible offers"
|
"description": "Array of eligible offers",
|
||||||
|
"example": [
|
||||||
|
{
|
||||||
|
"minamount": 5000,
|
||||||
|
"maxamount": 20000,
|
||||||
|
"productId": 101,
|
||||||
|
"offerid": 101,
|
||||||
|
"Tenor": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"minamount": 20000,
|
||||||
|
"maxamount": 50000,
|
||||||
|
"productId": 102,
|
||||||
|
"offerid": 102,
|
||||||
|
"Tenor": 60
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"resultCode": {
|
"resultCode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user