@webitel/api-services
Preparing search index...
agent-working-schedule-service/agent-working-schedule-service
getAgentWorkingScheduleService
Function getAgentWorkingScheduleService
getAgentWorkingScheduleService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
agentWorkingScheduleServiceCreateAgentsWorkingScheduleShifts
:
(
workingScheduleId
:
string
,
agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody
:
AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateAgentsWorkingScheduleShiftsResponse
,
any
,
{}
>
,
>
;
agentWorkingScheduleServiceSearchAgentsWorkingSchedule
:
(
workingScheduleId
:
string
,
params
?:
AgentWorkingScheduleServiceSearchAgentsWorkingScheduleParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchAgentsWorkingScheduleResponse
,
any
,
{}
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
agentWorkingScheduleServiceCreateAgentsWorkingScheduleShifts
:
(
workingScheduleId
:
string
,
agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody
:
AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateAgentsWorkingScheduleShiftsResponse
,
any
,
{}
>
,
>
;
agentWorkingScheduleServiceSearchAgentsWorkingSchedule
:
(
workingScheduleId
:
string
,
params
?:
AgentWorkingScheduleServiceSearchAgentsWorkingScheduleParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchAgentsWorkingScheduleResponse
,
any
,
{}
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...