[add]: Documentation Update
This commit is contained in:
@@ -1,28 +1,48 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"customerId": {
|
||||
"type": "string",
|
||||
"example": "CN621868"
|
||||
},
|
||||
"productId": {
|
||||
"type": "string",
|
||||
"example": "101"
|
||||
},
|
||||
"debtId": {
|
||||
"type": "string",
|
||||
"example": "273194670"
|
||||
},
|
||||
"resultCode": {
|
||||
"type": "string",
|
||||
"example": "00"
|
||||
},
|
||||
"resultDescription": {
|
||||
"type": "string",
|
||||
"example": "Successful"
|
||||
}
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Id": {
|
||||
"type": "integer",
|
||||
"example": 195
|
||||
},
|
||||
"xml": {
|
||||
"name": "RepaymentResponse"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user