@webitel/api-services
    Preparing search index...
    type UpdateCaseInputBody = {
        assignee?: GeneralLookup;
        close_reason?: GeneralLookup;
        close_result?: string;
        contact_info?: string;
        custom?: UpdateCaseInputBodyCustom;
        description?: string;
        group?: GeneralLookup;
        impacted?: GeneralLookup;
        priority?: GeneralLookup;
        rating?: string;
        rating_comment?: string;
        reporter?: GeneralLookup;
        service?: GeneralLookup;
        source?: GeneralLookup;
        status?: GeneralLookup;
        status_condition?: WebitelCasesStatusCondition;
        subject?: string;
        userID?: GeneralLookup;
    }
    Index

    Properties

    assignee?: GeneralLookup
    close_reason?: GeneralLookup
    close_result?: string
    contact_info?: string

    Custom data extension fields ..

    description?: string
    impacted?: GeneralLookup
    priority?: GeneralLookup
    rating?: string
    rating_comment?: string
    reporter?: GeneralLookup
    service?: GeneralLookup
    source?: GeneralLookup
    status?: GeneralLookup
    status_condition?: 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.