HomeGuidesAPIsReleasesDownloadsDeveloperEvents
Log In
Guides

SERVICE_CUSTOMER_UPDATE_ADDRESS

{
    "eventId": "guid",
    "eventType": "SERVICE_CUSTOMER_UPDATE_ADDRESS",
    "tenantId": "guid",
    "eventDate": "YYYY-MM-DD 00:00:00",
    "data": {
        "customerId": "string",
        "externalUniqueIdentifier": "string",
        "username": "string",
        "title": "string",
        "firstName": "string",
        "lastName": "string",
        "referAFriend": {
            "code": "string",
            "active": false
        },
        "oldAddress": {
            "line1": "string",
            "line2": "string",
            "city": "string",
            "area": "string",
            "countryCode": "string",
            "postCode": "string",
            "addressType": "string",
            "auditInfo": {
                "createdByUser": "string",
                "creationDate": "YYYY-MM-DD 00:00:00",
                "modifiedByUser": "string",
                "modifiedDate": "YYYY-MM-DD 00:00:00"
            }
        },
        "newAddress": {
            "line1": "string",
            "line2": "string",
            "city": "string",
            "area": "string",
            "countryCode": "string",
            "postCode": "string",
            "auditInfo": {
                "creationDate": "YYYY-MM-DD 00:00:00"
            }
        },
        "updatedFields": [
            "string",
            "string"
        ]
    },
    "sourceId": "guid",
    "sourceName": "PW_SYSTEM",
    "sourceType": "USER",
    "entityId": "guid",
    "entityType": "CUSTOMER",
    "entityOperation": "U",
    "auditMessage": "Customer address updated"
}