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 17 Next »

Overview

Creates a new Case by specified input

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

Arguments

string channelId
Id number of channel to create case
Case properties.

Returns

Instance of Case | case created.

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. Optional. 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. Optional. Subject : string }

  • No labels