32 lines
675 B
JSON
32 lines
675 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"
|
|
}
|
|
},
|
|
"required": [
|
|
"customerId",
|
|
"productId",
|
|
"debtId",
|
|
"resultCode",
|
|
"resultDescription"
|
|
]
|
|
} |