1
0
Files
digifi-BankToProductCore/app/swagger/schemas/LoanStatusRequest.json
T
2025-03-25 08:52:33 +01:00

24 lines
503 B
JSON

{
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"example": "Tr201712RK9232P115"
},
"customerId": {
"type": "string",
"example": "CN621868"
},
"msisdn": {
"type": "string",
"example": "3451342"
},
"channel": {
"type": "string",
"example": "USSD"
}
},
"xml": {
"name": "LoanStatusRequest"
}
}