Common Payload
The Common Payload (payloadTypeId=1
) is the common response that one will find off the AMQP service. All other payloads follow this same layout, and will populate the data
property with 1 or more items in the list.
Possible properties in data
node:
data
node:Click to expand
accountId
bankId
cardId
clientId
contextId
CustomerTag
eventTimeUtc
externalAccountId
impactedCustomerId
impactedUserId
jobId
payloadTypeId
programId
transactionId
userEventId
userEventTypeId
userId
version
Example Payload
{
"accountId":33278901,
"contextId":"03fcfec7-fe93-471a-a92a-94892gg5ed29",
"data":[
[
{
"userEventId":165694732,
"userEventTypeId":3059,
"eventTimeUtc":"2019-05-15T13:01:57.286Z",
"userId":33291864,
"bankId":391,
"clientId":5068,
"programId":2059,
"impactedUserId":33271864,
"impactedCustomerId":33291863,
"contextId":"03FCFEC7-FE93-471A-A92A-94892gGG5ED29",
"accountId":33278901,
"version":1,
"payloadTypeId":1
}
]
],
"eventTimeUtc":"2019-05-15T13:01:57.000+00:00",
"externalAccountId":0,
"impactedCustomerId":33271863,
"impactedUserId":0,
"payloadTypeId":1,
"userEventId":165694732,
"userEventTypeId":3059,
"version":1
}
Updated over 1 year ago