Updated Json Response for Array

This commit is contained in:
Azeez Muibi
2025-03-19 17:46:05 +01:00
parent 99895e6710
commit 8061a70cb0
+17 -1
View File
@@ -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",