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",
"collectionMethod",
"lienAmount"
],
@@ -48,7 +48,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)",
@@ -86,7 +86,7 @@
"customerId": "CN621868",
"accountId": "2017821799",
"productId": "101",
"collectAmount": 80000.00,
"collectedAmount": 80000.00,
"penalCharge": 0,
"collectionMethod": 1,
"lienAmount": 80000.00,