@webitel/api-services
    Preparing search index...

    The Contact's email address.

    interface ContactsEmailAddress {
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        email?: string;
        etag?: string;
        id?: string;
        primary?: boolean;
        type?: WebitelContactsLookup;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
        ver?: number;
        verified?: boolean;
    }
    Index

    Properties

    createdAt?: string

    The user who created this Field.

    Timestamp(milli) of the Field creation.

    email?: string

    The email address.

    etag?: string

    Unique ID of the latest version of the update. This ID changes after any update to the underlying value(s).

    id?: string

    The unique ID of the association. Never changes.

    primary?: boolean

    Indicates whether this phone number is default within other channels of the same type(phone).

    updatedAt?: string

    Timestamp(milli) of the last Field update. Take part in Etag generation.

    The user who performed last Update.

    ver?: number

    Version of the latest update. Numeric sequence.

    verified?: boolean