@webitel/api-services
Preparing search index...
services/services
getServices
Function getServices
getServices
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createService
:
(
webitelCasesInputCreateService
:
WebitelCasesInputCreateService
,
params
?:
CreateServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesService
,
any
,
{}
>
>
;
deleteService
:
(
id
:
string
[]
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesServiceList
,
any
,
{}
>
>
;
listServices
:
(
params
?:
ListServicesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesServiceList
,
any
,
{}
>
>
;
locateService
:
(
id
:
string
,
params
?:
LocateServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLocateServiceResponse
,
any
,
{}
>
>
;
updateService
:
(
id
:
string
,
webitelCasesInputService
:
WebitelCasesInputService
,
params
?:
UpdateServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesService
,
any
,
{}
>
>
;
updateService2
:
(
id
:
string
,
webitelCasesInputService
:
WebitelCasesInputService
,
params
?:
UpdateService2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesService
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createService
:
(
webitelCasesInputCreateService
:
WebitelCasesInputCreateService
,
params
?:
CreateServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesService
,
any
,
{}
>
>
;
deleteService
:
(
id
:
string
[]
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesServiceList
,
any
,
{}
>
>
;
listServices
:
(
params
?:
ListServicesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesServiceList
,
any
,
{}
>
>
;
locateService
:
(
id
:
string
,
params
?:
LocateServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLocateServiceResponse
,
any
,
{}
>
>
;
updateService
:
(
id
:
string
,
webitelCasesInputService
:
WebitelCasesInputService
,
params
?:
UpdateServiceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesService
,
any
,
{}
>
>
;
updateService2
:
(
id
:
string
,
webitelCasesInputService
:
WebitelCasesInputService
,
params
?:
UpdateService2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesService
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...