28 lines
609 B
JSON
28 lines
609 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "TRCVIC73089465966"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "ZX48440946"
|
|
},
|
|
"msisdn": {
|
|
"type": "string",
|
|
"example": "2348093451342"
|
|
},
|
|
"channel": {
|
|
"type": "string",
|
|
"example": "USSD"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "361005323"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "LoanStatusRequest"
|
|
}
|
|
} |