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

45 lines
1.0 KiB
JSON

{
"type": "object",
"properties": {
"requestId": {
"type": "string",
"example": "RQID11170001371256908"
},
"transactionId": {
"type": "string",
"example": "TRCVIC73089465966"
},
"customerId": {
"type": "string",
"example": "ZX48440946"
},
"accountId": {
"type": "string",
"example": "361005323"
},
"msisdn": {
"type": "string",
"example": "2348093451342"
},
"requestedAmount": {
"type": "number",
"format": "decimal",
"example": 20000
},
"collectionType": {
"type": "integer",
"example": 0
},
"offerId": {
"type": "integer",
"example": "SAL900004543304"
},
"channel": {
"type": "string",
"example": "USSD"
}
},
"xml": {
"name": "ProvideLoanRequest"
}
}