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

    Represents a related case with its relationship details.

    interface WebitelCasesRelatedCase {
        createdAt?: string;
        createdBy?: GeneralLookup;
        etag?: string;
        id?: string;
        primaryCase?: WebitelCasesRelatedCaseLookup;
        relatedCase?: WebitelCasesRelatedCaseLookup;
        relationType?: WebitelCasesRelationType;
        updatedAt?: string;
        updatedBy?: GeneralLookup;
        ver?: number;
    }
    Index

    Properties

    createdAt?: string

    Timestamp (in milliseconds) of when the relation was created.

    createdBy?: GeneralLookup

    User who created the relation.

    etag?: string

    Etag for the related case entity.

    id?: string

    Unique identifier for the related case.

    Primary case details.

    Related case details.

    Relation type between cases.

    updatedAt?: string

    Timestamp (in milliseconds) of the last update.

    updatedBy?: GeneralLookup

    User who last updated the relation.

    ver?: number

    Version number of the related case, used for concurrency control.