Files
digifi-swagger/schemas/RevokeEnableConsentResponse.json
T
CHIEFSOFT\ameye 635387104f Fix some patrhs
2025-03-24 21:29:07 -04:00

35 lines
959 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"type": "object",
"properties": {
"customerId": {
"type": "string",
"description": "Unique identifier of a user",
"example": "CN621868"
},
"accountId": {
"type": "string",
"description": "Specific identifier of a user's account",
"example": "2017821799"
},
"resultCode": {
"type": "string",
"description": "Result code of executed transaction, e.g. (00 Success etc.) see result codes table",
"example": "00"
},
"resultDescription": {
"type": "string",
"description": "Description of provided result code",
"example": "Success"
}
},
"required": [
"$type",
"customerId",
"accountId",
"resultCode",
"resultDescription"
],
"xml": {
"name": "RevokeEnableConsentResponse"
}
}