32 lines
716 B
JSON
32 lines
716 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"msisdn": {
|
|
"type": "string",
|
|
"example": "2348093451342"
|
|
},
|
|
"debtId": {
|
|
"type": "number",
|
|
"example": 80
|
|
},
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "TRCVIC73089465966"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "ZX48440946"
|
|
},
|
|
"loanRef": {
|
|
"type": "string",
|
|
"example": "TRCVIC73089465966USSD3MPC"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "361005323"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "RepaymentRequest"
|
|
}
|
|
} |