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

    An input of the Contact's language.

    interface ContactsInputLanguage {
        etag: string;
        primary?: boolean;
        tag?: string;
    }
    Index

    Properties

    Properties

    etag: string

    Unique ID of the latest version of an existing association.

    primary?: boolean

    Indicates whether this association must be default among others of the same type.

    tag?: string