Files
digifi-BankToProductCore/app/swagger/schemas/LoanStatusRequest.json
T
2025-09-12 13:06:41 +01:00

28 lines
609 B
JSON

{
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"example": "TRCVIC73089465966"
},
"customerId": {
"type": "string",
"example": "ZX48440946"
},
"msisdn": {
"type": "string",
"example": "2348093451342"
},
"channel": {
"type": "string",
"example": "USSD"
},
"accountId": {
"type": "string",
"example": "361005323"
}
},
"xml": {
"name": "LoanStatusRequest"
}
}