@webitel/api-services
Preparing search index...
routing-outbound-call-service/routing-outbound-call-service
getRoutingOutboundCallService
Function getRoutingOutboundCallService
getRoutingOutboundCallService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createRoutingOutboundCall
:
(
engineCreateRoutingOutboundCallRequest
:
EngineCreateRoutingOutboundCallRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
deleteRoutingOutboundCall
:
(
id
:
string
,
params
?:
DeleteRoutingOutboundCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
movePositionRoutingOutboundCall
:
(
fromId
:
string
,
toId
:
string
,
engineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody
:
EngineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineMovePositionRoutingOutboundCallResponse
,
any
,
{}
>
,
>
;
patchRoutingOutboundCall
:
(
id
:
string
,
engineRoutingOutboundCallServicePatchRoutingOutboundCallBody
:
EngineRoutingOutboundCallServicePatchRoutingOutboundCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
readRoutingOutboundCall
:
(
id
:
string
,
params
?:
ReadRoutingOutboundCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
searchRoutingOutboundCall
:
(
params
?:
SearchRoutingOutboundCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListRoutingOutboundCall
,
any
,
{}
>
>
;
updateRoutingOutboundCall
:
(
id
:
string
,
engineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody
:
EngineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createRoutingOutboundCall
:
(
engineCreateRoutingOutboundCallRequest
:
EngineCreateRoutingOutboundCallRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
deleteRoutingOutboundCall
:
(
id
:
string
,
params
?:
DeleteRoutingOutboundCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
movePositionRoutingOutboundCall
:
(
fromId
:
string
,
toId
:
string
,
engineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody
:
EngineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineMovePositionRoutingOutboundCallResponse
,
any
,
{}
>
,
>
;
patchRoutingOutboundCall
:
(
id
:
string
,
engineRoutingOutboundCallServicePatchRoutingOutboundCallBody
:
EngineRoutingOutboundCallServicePatchRoutingOutboundCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
readRoutingOutboundCall
:
(
id
:
string
,
params
?:
ReadRoutingOutboundCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
searchRoutingOutboundCall
:
(
params
?:
SearchRoutingOutboundCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListRoutingOutboundCall
,
any
,
{}
>
>
;
updateRoutingOutboundCall
:
(
id
:
string
,
engineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody
:
EngineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingOutboundCall
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...