HomeGuidesAPIsReleasesDownloadsDeveloperEvents
Log In
Guides
These docs are for v2024.01.01. Click to read the latest docs for v2024.08.01.

Sky initial viewing card

{
    "eventType": "SERVICE_SKY_NOTIF_INITIAL_CARD",
    "tenantId": "GUID",
    "eventDate": "YYYY-MM-DD HH:MM:SS",
    "data": {
        "customerId": "string",
        "externalUniqueIdentifier": "string",
        "username": "string",
        "title": "string",
        "firstName": "string",
        "lastName": "string",
        "countryCode": "string",
        "referAFriend": {
            "code": "string",
            "active": false
        },
        "cardId": "number",
        "cardSubscriberId": "number",
        "address": {
            "line1": "string",
            "line2": "string",
            "countryCode": "string",
            "postCode": "string",
            "addressType": "string"
        }
    },
    "sourceId": "GUID",
    "sourceName": "PW_SYSTEM",
    "sourceType": "USER",
    "entityId": "GUID",
    "entityType": "CUSTOMER",
    "entityOperation": "O",
    "auditMessage": "Initial card"
}