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

    Lookup reference information. Simplified search filter to uniquely identify related object.

    interface WebitelContactsLookup {
        id?: string;
        name?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    id?: string

    Reference Object unique ID.

    name?: string

    Reference Object display name.

    type?: string

    Reference Object well-known type.