Files
digifi-BankToProductCore/app/swagger/schemas/ProvideLoanRequest.json
T
2025-03-25 06:39:27 +01:00

45 lines
1015 B
JSON

{
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"example": "202111170001371256908"
},
"accountId": {
"type": "string",
"example": "ACN8263457"
},
"customerId": {
"type": "string",
"example": "CN621868"
},
"msisdn": {
"type": "string",
"example": "9012345678"
},
"productId": {
"type": "string",
"example": "101"
},
"requestedAmount": {
"type": "number",
"format": "decimal",
"example": 900
},
"collectionType": {
"type": "integer",
"example": 1
},
"offerID": {
"type": "integer",
"example": 0
},
"channel": {
"type": "string",
"example": "100"
}
},
"xml": {
"name": "ProvideLoanRequest"
}
}