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

    Represents a single case communication.

    interface WebitelCasesCaseCommunication {
        communicationId?: string;
        communicationType?: GeneralLookup;
        etag?: string;
        id?: string;
        ver?: number;
    }
    Index

    Properties

    communicationId?: string

    External communication ID.

    communicationType?: GeneralLookup

    Type of the communication (e.g., Chat, Call).

    etag?: string

    Version of the communication record.

    id?: string

    Database ID of the communication.

    ver?: number

    Version of the communication record.