28 lines
595 B
JSON
28 lines
595 B
JSON
{
|
|
"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"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "RepaymentResponse"
|
|
}
|
|
} |