Files
digifi-BankEmulator/app/swagger/schemas/eco/DebtClosureNotificationRequest.json
T
2025-07-30 05:16:47 +01:00

12 lines
326 B
JSON

{
"type": "object",
"required": ["requestId", "affiliateCode", "customerId", "accountId", "debtId"],
"properties": {
"requestId": { "type": "string" },
"affiliateCode": { "type": "string" },
"customerId": { "type": "string" },
"accountId": { "type": "string" },
"debtId": { "type": "integer" }
}
}