@webitel/api-services
    Preparing search index...
    type UpdatePhoneBody = {
        number: string;
        primary?: boolean;
        type?: WebitelContactsLookup;
        verified?: boolean;
    }
    Index

    Properties

    number: string

    The phone number.

    primary?: boolean

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

    verified?: boolean