[add]: Bank to simbrella calls

This commit is contained in:
VivianDee
2025-03-25 06:39:27 +01:00
parent 0bb36be246
commit f4c2e25025
79 changed files with 1428 additions and 938 deletions
@@ -0,0 +1,45 @@
{
"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"
}
}