@webitel/api-services
Preparing search index...
working-schedule-service/working-schedule-service
getWorkingScheduleService
Function getWorkingScheduleService
getWorkingScheduleService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
workingScheduleServiceCreateWorkingSchedule
:
(
wfmCreateWorkingScheduleRequest
:
WfmCreateWorkingScheduleRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceDeleteWorkingSchedule
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceReadWorkingSchedule
:
(
id
:
string
,
params
?:
WorkingScheduleServiceReadWorkingScheduleParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceReadWorkingScheduleForecast
:
(
id
:
string
,
params
?:
WorkingScheduleServiceReadWorkingScheduleForecastParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadWorkingScheduleForecastResponse
,
any
,
{}
>
,
>
;
workingScheduleServiceSearchWorkingSchedule
:
(
params
?:
WorkingScheduleServiceSearchWorkingScheduleParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceUpdateWorkingSchedule
:
(
workingScheduleServiceUpdateWorkingScheduleBody
:
WorkingScheduleServiceUpdateWorkingScheduleBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceUpdateWorkingScheduleAddAgents
:
(
id
:
string
,
workingScheduleServiceUpdateWorkingScheduleAddAgentsBody
:
WorkingScheduleServiceUpdateWorkingScheduleAddAgentsBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateWorkingScheduleAddAgentsResponse
,
any
,
{}
>
,
>
;
workingScheduleServiceUpdateWorkingScheduleRemoveAgent
:
(
id
:
string
,
agentId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateWorkingScheduleRemoveAgentResponse
,
any
,
{}
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
workingScheduleServiceCreateWorkingSchedule
:
(
wfmCreateWorkingScheduleRequest
:
WfmCreateWorkingScheduleRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceDeleteWorkingSchedule
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceReadWorkingSchedule
:
(
id
:
string
,
params
?:
WorkingScheduleServiceReadWorkingScheduleParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceReadWorkingScheduleForecast
:
(
id
:
string
,
params
?:
WorkingScheduleServiceReadWorkingScheduleForecastParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadWorkingScheduleForecastResponse
,
any
,
{}
>
,
>
;
workingScheduleServiceSearchWorkingSchedule
:
(
params
?:
WorkingScheduleServiceSearchWorkingScheduleParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceUpdateWorkingSchedule
:
(
workingScheduleServiceUpdateWorkingScheduleBody
:
WorkingScheduleServiceUpdateWorkingScheduleBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateWorkingScheduleResponse
,
any
,
{}
>
>
;
workingScheduleServiceUpdateWorkingScheduleAddAgents
:
(
id
:
string
,
workingScheduleServiceUpdateWorkingScheduleAddAgentsBody
:
WorkingScheduleServiceUpdateWorkingScheduleAddAgentsBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateWorkingScheduleAddAgentsResponse
,
any
,
{}
>
,
>
;
workingScheduleServiceUpdateWorkingScheduleRemoveAgent
:
(
id
:
string
,
agentId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateWorkingScheduleRemoveAgentResponse
,
any
,
{}
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...