Event Name
subscribeAlerts.customerAlertsSubscribed
Domain
holdings
Description
Indicates that new account contract is created.
Properties
{
"alertRequestId": {
"type": "string",
"description": "The unique identifier of the alert request."
},
"eventId": {
"type": "string",
"description": "Event identifier"
},
"contractReference": {
"type": "string",
"description": "Contains the contract reference"
},
"accountOfficers": {
"type": "array",
"description": "Identifier of Department Account Officer",
"items": {
"id": "urn:jsonschema:AccountOfficer",
"properties": {
"accountOfficer": {
"type": "string",
"description": "Identifier of Department Account Officer"
}
}
}
},
"customerId": {
"type": "string",
"description": "Identifier of the customer"
},
"field": {
"type": "array",
"description": "Input is the valid field name for the metrics evaluation of alerts",
"items": {
"id": "urn:jsonschema:Field",
"properties": {
"fieldName": {
"type": "string",
"description": "The name of the field"
},
"fieldDisplayName": {
"type": "string",
"description": "Contains the name of the display for enrichment purposes"
},
"operand": {
"type": "string",
"description": "This field along with fieldName and value, defines the conditions for the alert to be triggered."
},
"fieldValue": {
"type": "string",
"description": "Indicates the field value of the arrangement property"
}
}
}
},
"subscribe": {
"type": "string",
"description": "Enables an alert service"
},
"externaUserId": {
"type": "string",
"description": "External User or Digital Channel User Identifier"
},
"externalCustomerId": {
"type": "string",
"description": "Contains the external customer identifier"
}
}