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

    Input of the contact phone number.

    interface ContactsInputPhoneNumber {
        etag?: string;
        number: string;
        primary?: boolean;
        type?: WebitelContactsLookup;
        verified?: boolean;
    }
    Index

    Properties

    etag?: string

    Unique ID of the latest version of an existing resorce.

    number: string

    The phone number.

    primary?: boolean

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

    verified?: boolean