Modified Customer Address Payload
The Modified Customer Address Payload (payloadTypeId=1900
) relates to address change events.
Possible properties in data node
Click to expand
addressLine1
addressLine2
addressLine3
addressLine4
city
clientId
contextId
country
impactedCustomerId
impactedUserId
modifiedById
payloadTypeId
postalCode
programId
source
state
tag
userEventTypeId
version
Example Payload
{
"userEventId": 3414076558,
"userEventTypeId": 49006000,
"userId": 0,
"impactedUserId": 0,
"impactedCustomerId": 74502341,
"isoMessageId": null,
"contextId": "d06ec619-f309-472d-b2c3-94a484fe6d00",
"eventTimeUtc": "2025-09-03T17:53:46.985355+00:00",
"transactionId": 0,
"externalAccountId": 0,
"accountId": null,
"productTypeId": null,
"version": 2,
"payloadTypeId": 1900,
"data": [
[
{
"customer": {
"customerAddress": {
"addressLine1": {
"oldValue": "5945 Henderson Ave",
"newValue": "5945 Henderson Lane"
},
"addressLine2": "Suite 123",
"addressLine3": "APT 456",
"addressLine4": "AVE 789",
"city": {
"oldValue": "Killeen",
"newValue": "Austin"
},
"country": "US",
"postalCode": {
"oldValue": "51324",
"newValue": "73301"
},
"state": {
"oldValue": "RI",
"newValue": "TX"
}
},
"tag": "44300bc0-88ee-11f0-9758-a002a55f2b35"
},
"eventData": {
"clientId": 9700,
"contextId": "d06ec619-f309-472d-b2c3-94a484fe6d00",
"impactedUserId": 74502341,
"impactedCustomerId": 74502341,
"modifiedById": 0,
"programId": 9701,
"payloadTypeId": 1900,
"version": 2,
"userEventTypeId": 49006000,
"source": "API"
}
}
]
]
}
{
"accountId":0,
"contextId":"93effe23-9933-467b-a401-604184a1bcde",
"data":[
[
{
"userEventId":2838653075,
"userEventTypeId":40001001,
"eventTimeUtc":"2023-05-18T17:57:42.923Z",
"userId":33629234,
"bankId":9552,
"clientId":9553,
"programId":9554,
"impactedUserId":33629234,
"impactedCustomerId":33629234,
"contextId":"93EFFE23-9933-467B-A401-604184A1BCDE",
"cardId":10204878,
"version":1,
"payloadTypeId":1,
"CustomerTag":"132746571"
}
]
],
"eventTimeUtc":"2023-05-18T17:57:42.000+00:00",
"externalAccountId":0,
"impactedCustomerId":33629234,
"impactedUserId":0,
"payloadTypeId":1,
"userEventId":2838653075,
"userEventTypeId":40001001,
"version":1
}
Updated 20 days ago