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

12 lines
442 B
JSON

{
"type": "object",
"required": ["requestId", "affiliateCode", "customerId", "accountId", "debtId"],
"properties": {
"requestId": { "type": "string", "example": "req-12345" },
"affiliateCode": { "type": "string", "example": "aff-67890" },
"customerId": { "type": "string", "example": "cust-54321" },
"accountId": { "type": "string", "example": "acc-98765" },
"debtId": { "type": "integer", "example": 123456 }
}
}