{
    "id_tcg_ticket": "f4e1ff72-e727-409a-8935-a63a63d4891e",
    "first_name": "John",
    "last_name": "Doe",
    "email_addresses": [
        {
            "email_address": "johndoe@work.com",
            "email_address_type": "work"
        },
        {
            "email_address": "johndoe@personal.com",
            "email_address_type": "phone"
        }
    ],
    "remote_data": {
    }
}

The Unified ticket Object

The ticket object is used to represent an existing ticket in a ticketing system.

Properties

{
    "id_tcg_ticket": "f4e1ff72-e727-409a-8935-a63a63d4891e",
    "first_name": "John",
    "last_name": "Doe",
    "email_addresses": [
        {
            "email_address": "johndoe@work.com",
            "email_address_type": "work"
        },
        {
            "email_address": "johndoe@personal.com",
            "email_address_type": "phone"
        }
    ],
    "remote_data": {
    }
}
contact
Contact Object