@webitel/api-services
Preparing search index...
audit-form-service/audit-form-service
getAuditFormService
Function getAuditFormService
getAuditFormService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createAuditForm
:
(
engineCreateAuditFormRequest
:
EngineCreateAuditFormRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
createAuditFormRate
:
(
engineCreateAuditFormRateRequest
:
EngineCreateAuditFormRateRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditRate
,
any
,
{}
>
>
;
deleteAuditForm
:
(
id
:
number
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
deleteAuditRate
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditRate
,
any
,
{}
>
>
;
patchAuditForm
:
(
id
:
number
,
engineAuditFormServicePatchAuditFormBody
:
EngineAuditFormServicePatchAuditFormBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
readAuditForm
:
(
id
:
number
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
readAuditRate
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditRate
,
any
,
{}
>
>
;
searchAuditForm
:
(
params
?:
SearchAuditFormParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListAuditForm
,
any
,
{}
>
>
;
searchAuditRate
:
(
formId
:
number
,
params
?:
SearchAuditRateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListAuditRate
,
any
,
{}
>
>
;
updateAuditForm
:
(
id
:
number
,
engineAuditFormServiceUpdateAuditFormBody
:
EngineAuditFormServiceUpdateAuditFormBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
updateAuditRate
:
(
id
:
string
,
engineAuditFormServiceUpdateAuditRateBody
:
EngineAuditFormServiceUpdateAuditRateBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditRate
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createAuditForm
:
(
engineCreateAuditFormRequest
:
EngineCreateAuditFormRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
createAuditFormRate
:
(
engineCreateAuditFormRateRequest
:
EngineCreateAuditFormRateRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditRate
,
any
,
{}
>
>
;
deleteAuditForm
:
(
id
:
number
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
deleteAuditRate
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditRate
,
any
,
{}
>
>
;
patchAuditForm
:
(
id
:
number
,
engineAuditFormServicePatchAuditFormBody
:
EngineAuditFormServicePatchAuditFormBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
readAuditForm
:
(
id
:
number
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
readAuditRate
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditRate
,
any
,
{}
>
>
;
searchAuditForm
:
(
params
?:
SearchAuditFormParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListAuditForm
,
any
,
{}
>
>
;
searchAuditRate
:
(
formId
:
number
,
params
?:
SearchAuditRateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListAuditRate
,
any
,
{}
>
>
;
updateAuditForm
:
(
id
:
number
,
engineAuditFormServiceUpdateAuditFormBody
:
EngineAuditFormServiceUpdateAuditFormBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditForm
,
any
,
{}
>
>
;
updateAuditRate
:
(
id
:
string
,
engineAuditFormServiceUpdateAuditRateBody
:
EngineAuditFormServiceUpdateAuditRateBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineAuditRate
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...