@webitel/api-services
Preparing search index...
slas/slas
getSlas
Function getSlas
getSlas
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createSLA
:
(
webitelCasesInputSLABody
:
WebitelCasesInputSLA
,
params
?:
CreateSLAParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLA
,
any
,
{}
>
>
;
deleteSLA
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLA
,
any
,
{}
>
>
;
listSLAs
:
(
params
?:
ListSLAsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLAList
,
any
,
{}
>
>
;
locateSLA
:
(
id
:
string
,
params
?:
LocateSLAParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLocateSLAResponse
,
any
,
{}
>
>
;
updateSLA
:
(
id
:
string
,
webitelCasesInputSLA
:
WebitelCasesInputSLA
,
params
?:
UpdateSLAParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLA
,
any
,
{}
>
>
;
updateSLA2
:
(
id
:
string
,
webitelCasesInputSLA
:
WebitelCasesInputSLA
,
params
?:
UpdateSLA2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLA
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createSLA
:
(
webitelCasesInputSLABody
:
WebitelCasesInputSLA
,
params
?:
CreateSLAParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLA
,
any
,
{}
>
>
;
deleteSLA
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLA
,
any
,
{}
>
>
;
listSLAs
:
(
params
?:
ListSLAsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLAList
,
any
,
{}
>
>
;
locateSLA
:
(
id
:
string
,
params
?:
LocateSLAParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLocateSLAResponse
,
any
,
{}
>
>
;
updateSLA
:
(
id
:
string
,
webitelCasesInputSLA
:
WebitelCasesInputSLA
,
params
?:
UpdateSLAParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLA
,
any
,
{}
>
>
;
updateSLA2
:
(
id
:
string
,
webitelCasesInputSLA
:
WebitelCasesInputSLA
,
params
?:
UpdateSLA2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesSLA
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...