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

    A contact's photo. A picture shown next to the contact's name to help others recognize the contact.

    interface ContactsPhoto {
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        etag?: string;
        id?: string;
        photoId?: string;
        photoUrl?: string;
        primary?: boolean;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
        ver?: number;
    }
    Index

    Properties

    createdAt?: string

    The user who created this Field.

    Timestamp(milli) of the Field creation.

    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.

    photoId?: string
    photoUrl?: string
    primary?: boolean

    True if the photo is a default photo; false if the photo is a user-provided photo.

    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.