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

    Input of the photo.

    interface ContactsInputPhoto {
        etag?: string;
        photoId?: string;
        photoUrl?: string;
        primary?: boolean;
    }
    Index

    Properties

    etag?: string

    Unique ID of the latest version of an existing association.

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

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