Adjusted the respose
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user