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

    Input structure for creating or updating a case comment.

    interface WebitelCasesInputCaseComment {
        etag?: string;
        text?: string;
        userId?: GeneralLookup;
    }
    Index

    Properties

    Properties

    etag?: string

    Identifier for the comment.

    text?: string

    Content of the comment.

    userId?: GeneralLookup

    Optional creator / updater ID. Use this to explicitly set the case creator / updater instead of deriving it from the auth token.