25 lines
560 B
JSON
25 lines
560 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"$type": {
|
|
"type": "string",
|
|
"example": "RevokeEnableConsentResponse"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "2017821799"
|
|
},
|
|
"resultCode": {
|
|
"type": "string",
|
|
"example": "00"
|
|
},
|
|
"resultDescription": {
|
|
"type": "string",
|
|
"example": "Success"
|
|
}
|
|
}
|
|
} |