@webitel/api-services
    Preparing search index...
    type LocateContactParams = {
        fields?: string[];
        mode?: LocateContactMode;
    }
    Index

    Properties

    Properties

    fields?: string[]

    Source Fields to return into result.

    The requirement of a special access mode to the Source.

    • READ: Can fetch record. [GET]
    • WRITE: Can update record. [PUT|PATCH]
    • DELETE: Can delete record. [DELETE]