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

    Input for creating or updating a related case.

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

    Properties

    primaryCase?: GeneralLookup

    Primary case details.

    relatedCase?: GeneralLookup

    Related case details.

    Relation type.

    userId?: GeneralLookup

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