Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Overview

Creates a case by input data.

Case $Domain.CreateCase(channelId: string, inputData: CaseCreateOptions)

Arguments

string channelId

Types

CaseCreateOptions

{ // Name or Id of content type. Optional. ContentType : string // Creator identity. Optional. CreatedAt : DateTimeOffset // Creator identity. Optional. CreatedBy : string // Deadline date of case. If not specified no deadline is set. DeadlineAt : DateTimeOffset // Description of case Description : string // Estimated duration in hours. Optional. EstimatedDuration : number // Date of next reminder. If not specified no reminder is set. NextReminderAt : DateTimeOffset // Priority of case. Optional. If not specified "Normal" priority is used. Priority : number // Subject of case Subject : string }

  • No labels