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

    Structure for related cases input when creating a case.

    interface WebitelCasesCreateCaseRelatedCaseInput {
        etag?: string;
        relatedTo?: string;
        relationType?: WebitelCasesRelationType;
    }
    Index

    Properties

    etag?: string

    Etag of the related case.

    relatedTo?: string

    Identifier of the related case.

    Type of relation (e.g., duplicate, linked).