@webitel/api-services
Preparing search index...
agent-absence-service/agent-absence-service
getAgentAbsenceService
Function getAgentAbsenceService
getAgentAbsenceService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
agentAbsenceServiceCreateAgentAbsence
:
(
agentId
:
string
,
agentAbsenceServiceCreateAgentAbsenceBody
:
AgentAbsenceServiceCreateAgentAbsenceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateAgentAbsenceResponse
,
any
,
{}
>
>
;
agentAbsenceServiceCreateAgentsAbsences
:
(
wfmCreateAgentsAbsencesRequest
:
WfmCreateAgentsAbsencesRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateAgentsAbsencesResponse
,
any
,
{}
>
>
;
agentAbsenceServiceDeleteAgentAbsence
:
(
agentId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteAgentAbsenceResponse
,
any
,
{}
>
>
;
agentAbsenceServiceReadAgentAbsence
:
(
agentId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadAgentAbsenceResponse
,
any
,
{}
>
>
;
agentAbsenceServiceSearchAgentAbsence
:
(
agentId
:
string
,
params
?:
AgentAbsenceServiceSearchAgentAbsenceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchAgentAbsenceResponse
,
any
,
{}
>
>
;
agentAbsenceServiceSearchAgentsAbsences
:
(
params
?:
AgentAbsenceServiceSearchAgentsAbsencesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchAgentsAbsencesResponse
,
any
,
{}
>
>
;
agentAbsenceServiceUpdateAgentAbsence
:
(
agentId
:
string
,
agentAbsenceServiceUpdateAgentAbsenceBody
:
AgentAbsenceServiceUpdateAgentAbsenceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateAgentAbsenceResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
agentAbsenceServiceCreateAgentAbsence
:
(
agentId
:
string
,
agentAbsenceServiceCreateAgentAbsenceBody
:
AgentAbsenceServiceCreateAgentAbsenceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateAgentAbsenceResponse
,
any
,
{}
>
>
;
agentAbsenceServiceCreateAgentsAbsences
:
(
wfmCreateAgentsAbsencesRequest
:
WfmCreateAgentsAbsencesRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateAgentsAbsencesResponse
,
any
,
{}
>
>
;
agentAbsenceServiceDeleteAgentAbsence
:
(
agentId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteAgentAbsenceResponse
,
any
,
{}
>
>
;
agentAbsenceServiceReadAgentAbsence
:
(
agentId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadAgentAbsenceResponse
,
any
,
{}
>
>
;
agentAbsenceServiceSearchAgentAbsence
:
(
agentId
:
string
,
params
?:
AgentAbsenceServiceSearchAgentAbsenceParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchAgentAbsenceResponse
,
any
,
{}
>
>
;
agentAbsenceServiceSearchAgentsAbsences
:
(
params
?:
AgentAbsenceServiceSearchAgentsAbsencesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchAgentsAbsencesResponse
,
any
,
{}
>
>
;
agentAbsenceServiceUpdateAgentAbsence
:
(
agentId
:
string
,
agentAbsenceServiceUpdateAgentAbsenceBody
:
AgentAbsenceServiceUpdateAgentAbsenceBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateAgentAbsenceResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...