45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"requestId": {
|
|
"type": "string",
|
|
"example": "202111170001371256908"
|
|
},
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "Tr201712RK9232P115"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "ACN8263457"
|
|
},
|
|
"msisdn": {
|
|
"type": "string",
|
|
"example": "3451342"
|
|
},
|
|
"requestedAmount": {
|
|
"type": "number",
|
|
"format": "decimal",
|
|
"example": 900
|
|
},
|
|
"collectionType": {
|
|
"type": "integer",
|
|
"example": 1
|
|
},
|
|
"offerId": {
|
|
"type": "integer",
|
|
"example": 1127
|
|
},
|
|
"channel": {
|
|
"type": "string",
|
|
"example": "100"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "ProvideLoanRequest"
|
|
}
|
|
} |