Adjusted the respose

This commit is contained in:
CHIEFSOFT\ameye
2025-04-24 12:44:18 -04:00
parent e08dfe9894
commit 67c6d909f8
2 changed files with 22 additions and 5 deletions
+17 -4
View File
@@ -47,13 +47,26 @@
"productId": { "productId": {
"type": "string", "type": "string",
"example": "101" "example": "101"
},
"installment": {
"type": "array",
"items": {
"type": "object",
"properties": {
"amount": {
"type": "number",
"format": "float",
"example": 10000.0
},
"repaymentDate": {
"type": "string",
"example": "2025-04-24 10:31:"
} }
} }
} }
}, }
"totalDebtAmount": { }
"type": "integer", }
"example": 8500
}, },
"resultCode": { "resultCode": {
"type": "string", "type": "string",
+5 -1
View File
@@ -35,6 +35,10 @@
"format": "float", "format": "float",
"example": 10000.0 "example": 10000.0
}, },
"dueDate": {
"type": "string",
"example": "2025-04-24 10:31:"
},
"upfrontPayment": { "upfrontPayment": {
"type": "number", "type": "number",
"format": "float", "format": "float",
@@ -75,7 +79,7 @@
"format": "float", "format": "float",
"example": 100.0 "example": 100.0
}, },
"recommendedRepaymentDates": { "installmentRepaymentDates": {
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"