@webitel/api-services
Preparing search index...
slaconditions/slaconditions
getSlaconditions
Function getSlaconditions
getSlaconditions
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createSLACondition
:
(
slaId
:
string
,
webitelCasesInputSLACondition
:
WebitelCasesInputSLACondition
,
params
?:
CreateSLAConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLACondition
,
any
,
{}
>
>
;
deleteSLACondition
:
(
slaId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLACondition
,
any
,
{}
>
>
;
listSLAConditions
:
(
slaId
:
string
,
params
?:
ListSLAConditionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLAConditionList
,
any
,
{}
>
>
;
locateSLACondition
:
(
slaId
:
string
,
id
:
string
,
params
?:
LocateSLAConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLocateSLAConditionResponse
,
any
,
{}
>
,
>
;
updateSLACondition
:
(
slaId
:
string
,
id
:
string
,
webitelCasesInputSLACondition
:
WebitelCasesInputSLACondition
,
params
?:
UpdateSLAConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLACondition
,
any
,
{}
>
>
;
updateSLACondition2
:
(
slaId
:
string
,
id
:
string
,
webitelCasesInputSLACondition
:
WebitelCasesInputSLACondition
,
params
?:
UpdateSLACondition2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLACondition
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createSLACondition
:
(
slaId
:
string
,
webitelCasesInputSLACondition
:
WebitelCasesInputSLACondition
,
params
?:
CreateSLAConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLACondition
,
any
,
{}
>
>
;
deleteSLACondition
:
(
slaId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLACondition
,
any
,
{}
>
>
;
listSLAConditions
:
(
slaId
:
string
,
params
?:
ListSLAConditionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLAConditionList
,
any
,
{}
>
>
;
locateSLACondition
:
(
slaId
:
string
,
id
:
string
,
params
?:
LocateSLAConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLocateSLAConditionResponse
,
any
,
{}
>
,
>
;
updateSLACondition
:
(
slaId
:
string
,
id
:
string
,
webitelCasesInputSLACondition
:
WebitelCasesInputSLACondition
,
params
?:
UpdateSLAConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLACondition
,
any
,
{}
>
>
;
updateSLACondition2
:
(
slaId
:
string
,
id
:
string
,
webitelCasesInputSLACondition
:
WebitelCasesInputSLACondition
,
params
?:
UpdateSLACondition2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLACondition
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...