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": {
"type": "string",
"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": {
"type": "string",