49 lines
889 B
JSON
49 lines
889 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"Id": {
|
|
"type": "integer",
|
|
"example": 195
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "ZX48440946"
|
|
},
|
|
"debtId": {
|
|
"type": "string",
|
|
"example": "80"
|
|
},
|
|
"initiated_by": {
|
|
"type": "string",
|
|
"example": "USER_INITIATED"
|
|
},
|
|
"loanRef": {
|
|
"type": "string",
|
|
"example": "TRCVIC73089465966USSD3MPC"
|
|
},
|
|
"productId": {
|
|
"type": "string",
|
|
"example": "3MPC"
|
|
},
|
|
"repayment_id": {
|
|
"type": "integer",
|
|
"example": 195
|
|
},
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "TRCVIC73089465966"
|
|
},
|
|
"resultCode": {
|
|
"type": "string",
|
|
"example": "00"
|
|
},
|
|
"resultDescription": {
|
|
"type": "string",
|
|
"example": "Successful"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "RepaymentResponse"
|
|
}
|
|
}
|