@webitel/api-services
Preparing search index...
agent-working-conditions-service/agent-working-conditions-service
getAgentWorkingConditionsService
Function getAgentWorkingConditionsService
getAgentWorkingConditionsService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
agentWorkingConditionsServiceReadAgentWorkingConditions
:
(
agentId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadAgentWorkingConditionsResponse
,
any
,
{}
>
>
;
agentWorkingConditionsServiceUpdateAgentWorkingConditions
:
(
agentId
:
string
,
agentWorkingConditionsServiceUpdateAgentWorkingConditionsBody
:
AgentWorkingConditionsServiceUpdateAgentWorkingConditionsBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateAgentWorkingConditionsResponse
,
any
,
{}
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
agentWorkingConditionsServiceReadAgentWorkingConditions
:
(
agentId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadAgentWorkingConditionsResponse
,
any
,
{}
>
>
;
agentWorkingConditionsServiceUpdateAgentWorkingConditions
:
(
agentId
:
string
,
agentWorkingConditionsServiceUpdateAgentWorkingConditionsBody
:
AgentWorkingConditionsServiceUpdateAgentWorkingConditionsBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateAgentWorkingConditionsResponse
,
any
,
{}
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...