Modified Customer Address Payload
The Modified Customer Address Payload (payloadTypeId=1900
) relates to address change events.
Possible properties in data
node:
data
node:<details> <summary>Click to expand</summary>
* `clientId` * `contextId` * `customerTag` * `dateOfLastCustomerContact` * `eventTimeUtc` * `externalAccountId` * `externalApplicationId` * `externalUrl` * `externalUserId` * `externalUserName` * `impactedCustomerId` * `impactedUserId` * `jobId` * `lastCustomerContactType` * `masterId` * `payloadTypeId` * `programId` * `transactionId` * `userEventId` * `userEventTypeId` * `userId` * `version`
</details>
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 about 3 hours ago