Updated Docs

This commit is contained in:
Azeez Muibi
2025-03-25 13:12:38 +01:00
parent 730d97fafa
commit f2178c1484
7 changed files with 83 additions and 57 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
"customerId",
"accountId",
"productId",
"collectAmount",
"collectedAmount",
"lienAmount",
"resultCode",
"resultDescription"
@@ -49,7 +49,7 @@
"description": "Identifier of a product for which collection to be made",
"example": "101"
},
"collectAmount": {
"collectedAmount": {
"type": "number",
"format": "double",
"description": "Amount to be collected from user's account (penalCharge is not included)",
@@ -91,7 +91,7 @@
"customerId": "CN621868",
"accountId": "2017821799",
"productId": "101",
"collectAmount": 60000.00,
"collectedAmount": 60000.00,
"penalCharge": 0,
"lienAmount": 20000,
"comment": "Testing CollectionLoanRequest",