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

    Input for creating a related case.

    interface WebitelCasesCreateInputRelatedCase {
        relatedCase?: GeneralLookup;
        relationType?: WebitelCasesRelationType;
        userId?: GeneralLookup;
    }
    Index

    Properties

    relatedCase?: GeneralLookup

    Related case details.

    Relation type between the cases.

    userId?: GeneralLookup

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