@webitel/api-services
Preparing search index...
forecast-calculation-service/forecast-calculation-service
getForecastCalculationService
Function getForecastCalculationService
getForecastCalculationService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
forecastCalculationServiceCreateForecastCalculation
:
(
wfmCreateForecastCalculationRequest
:
WfmCreateForecastCalculationRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceDeleteForecastCalculation
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceExecuteForecastCalculation
:
(
id
:
string
,
params
?:
ForecastCalculationServiceExecuteForecastCalculationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmExecuteForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceReadForecastCalculation
:
(
id
:
string
,
params
?:
ForecastCalculationServiceReadForecastCalculationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceSearchForecastCalculation
:
(
params
?:
ForecastCalculationServiceSearchForecastCalculationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceUpdateForecastCalculation
:
(
forecastCalculationServiceUpdateForecastCalculationBody
:
ForecastCalculationServiceUpdateForecastCalculationBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateForecastCalculationResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
forecastCalculationServiceCreateForecastCalculation
:
(
wfmCreateForecastCalculationRequest
:
WfmCreateForecastCalculationRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceDeleteForecastCalculation
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceExecuteForecastCalculation
:
(
id
:
string
,
params
?:
ForecastCalculationServiceExecuteForecastCalculationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmExecuteForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceReadForecastCalculation
:
(
id
:
string
,
params
?:
ForecastCalculationServiceReadForecastCalculationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceSearchForecastCalculation
:
(
params
?:
ForecastCalculationServiceSearchForecastCalculationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchForecastCalculationResponse
,
any
,
{}
>
>
;
forecastCalculationServiceUpdateForecastCalculation
:
(
forecastCalculationServiceUpdateForecastCalculationBody
:
ForecastCalculationServiceUpdateForecastCalculationBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateForecastCalculationResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...