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

    Type Alias UpdateCase2Body

    type UpdateCase2Body = {
        assignee?: GeneralLookup;
        closeReason?: GeneralLookup;
        closeResult?: string;
        contactInfo?: string;
        custom?: UpdateCase2BodyCustom;
        description?: string;
        group?: GeneralLookup;
        impacted?: GeneralLookup;
        priority?: GeneralLookup;
        rating?: string;
        ratingComment?: string;
        reporter?: GeneralLookup;
        service?: GeneralLookup;
        source?: GeneralLookup;
        status?: GeneralLookup;
        statusCondition?: WebitelCasesStatusCondition;
        subject?: string;
        userId?: GeneralLookup;
    }
    Index

    Properties

    assignee?: GeneralLookup
    closeReason?: GeneralLookup
    closeResult?: string
    contactInfo?: string

    Custom data extension fields ..

    description?: string
    impacted?: GeneralLookup
    priority?: GeneralLookup
    rating?: string
    ratingComment?: string
    reporter?: GeneralLookup
    service?: GeneralLookup
    source?: GeneralLookup
    status?: GeneralLookup
    statusCondition?: WebitelCasesStatusCondition
    subject?: string
    userId?: GeneralLookup

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