@webitel/api-services
Preparing search index...
shift-template-service/shift-template-service
getShiftTemplateService
Function getShiftTemplateService
getShiftTemplateService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
shiftTemplateServiceCreateShiftTemplate
:
(
wfmCreateShiftTemplateRequest
:
WfmCreateShiftTemplateRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateShiftTemplateResponse
,
any
,
{}
>
>
;
shiftTemplateServiceDeleteShiftTemplate
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteShiftTemplateResponse
,
any
,
{}
>
>
;
shiftTemplateServiceReadShiftTemplate
:
(
id
:
string
,
params
?:
ShiftTemplateServiceReadShiftTemplateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadShiftTemplateResponse
,
any
,
{}
>
>
;
shiftTemplateServiceSearchShiftTemplate
:
(
params
?:
ShiftTemplateServiceSearchShiftTemplateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchShiftTemplateResponse
,
any
,
{}
>
>
;
shiftTemplateServiceUpdateShiftTemplate
:
(
shiftTemplateServiceUpdateShiftTemplateBody
:
ShiftTemplateServiceUpdateShiftTemplateBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateShiftTemplateResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
shiftTemplateServiceCreateShiftTemplate
:
(
wfmCreateShiftTemplateRequest
:
WfmCreateShiftTemplateRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateShiftTemplateResponse
,
any
,
{}
>
>
;
shiftTemplateServiceDeleteShiftTemplate
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteShiftTemplateResponse
,
any
,
{}
>
>
;
shiftTemplateServiceReadShiftTemplate
:
(
id
:
string
,
params
?:
ShiftTemplateServiceReadShiftTemplateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadShiftTemplateResponse
,
any
,
{}
>
>
;
shiftTemplateServiceSearchShiftTemplate
:
(
params
?:
ShiftTemplateServiceSearchShiftTemplateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchShiftTemplateResponse
,
any
,
{}
>
>
;
shiftTemplateServiceUpdateShiftTemplate
:
(
shiftTemplateServiceUpdateShiftTemplateBody
:
ShiftTemplateServiceUpdateShiftTemplateBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateShiftTemplateResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...