@webitel/api-services
Preparing search index...
_models/webitelCasesInputCreateService.zod
WebitelCasesInputCreateService
Interface WebitelCasesInputCreateService
interface
WebitelCasesInputCreateService
{
assignee
?:
GeneralLookup
;
catalogId
?:
string
;
code
?:
string
;
defaultPriority
?:
GeneralLookup
;
description
?:
string
;
group
?:
GeneralExtendedLookup
;
name
?:
string
;
rootId
?:
string
;
sla
?:
GeneralLookup
;
state
?:
boolean
;
}
Index
Properties
assignee?
catalog
Id?
code?
default
Priority?
description?
group?
name?
root
Id?
sla?
state?
Properties
Optional
assignee
assignee
?:
GeneralLookup
Optional
catalog
Id
catalogId
?:
string
Optional
code
code
?:
string
Optional
default
Priority
defaultPriority
?:
GeneralLookup
Optional
description
description
?:
string
Optional
group
group
?:
GeneralExtendedLookup
Optional
name
name
?:
string
Optional
root
Id
rootId
?:
string
Optional
sla
sla
?:
GeneralLookup
Optional
state
state
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assignee
catalog
Id
code
default
Priority
description
group
name
root
Id
sla
state
@webitel/api-services
Loading...