forked from DigiFi/digifi-BankToProductCore
37 lines
865 B
JSON
37 lines
865 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"example": "CustomerConsentRequest"
|
|
},
|
|
"transactionId": {
|
|
"type": "string",
|
|
"example": "20171209232177"
|
|
},
|
|
"customerId": {
|
|
"type": "string",
|
|
"example": "CN621868"
|
|
},
|
|
"accountId": {
|
|
"type": "string",
|
|
"example": "ACN8263457"
|
|
},
|
|
"requestTime": {
|
|
"type": "string",
|
|
"format": "date-time",
|
|
"example": "2019-10-18 14:26:21.063"
|
|
},
|
|
"consentType": {
|
|
"type": "string",
|
|
"example": "Revoke"
|
|
},
|
|
"channel": {
|
|
"type": "string",
|
|
"example": "USSD"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "CustomerConsentRequest"
|
|
}
|
|
} |