32 lines
709 B
JSON
32 lines
709 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"msisdn": {
|
|
"type": "string",
|
|
"example": "3451342"
|
|
},
|
|
"debtId": {
|
|
"type": "string",
|
|
"example": "10"
|
|
},
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "20171209232115"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CID0000025585"
|
|
},
|
|
"loanRef": {
|
|
"type": "string",
|
|
"example": "Trx5847365252USSD3MPC"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "ACN8263457"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "RepaymentRequest"
|
|
}
|
|
} |