@webitel/api-services
Preparing search index...
routing-schema-service/routing-schema-service
getRoutingSchemaService
Function getRoutingSchemaService
getRoutingSchemaService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createRoutingSchema
:
(
engineCreateRoutingSchemaRequest
:
EngineCreateRoutingSchemaRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
deleteRoutingSchema
:
(
id
:
string
,
params
?:
DeleteRoutingSchemaParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
patchRoutingSchema
:
(
id
:
string
,
engineRoutingSchemaServicePatchRoutingSchemaBody
:
EngineRoutingSchemaServicePatchRoutingSchemaBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
readRoutingSchema
:
(
id
:
string
,
params
?:
ReadRoutingSchemaParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
searchRoutingSchema
:
(
params
?:
SearchRoutingSchemaParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListRoutingSchema
,
any
,
{}
>
>
;
searchRoutingSchemaTags
:
(
params
?:
SearchRoutingSchemaTagsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListRoutingSchemaTags
,
any
,
{}
>
>
;
updateRoutingSchema
:
(
id
:
string
,
engineRoutingSchemaServiceUpdateRoutingSchemaBody
:
EngineRoutingSchemaServiceUpdateRoutingSchemaBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createRoutingSchema
:
(
engineCreateRoutingSchemaRequest
:
EngineCreateRoutingSchemaRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
deleteRoutingSchema
:
(
id
:
string
,
params
?:
DeleteRoutingSchemaParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
patchRoutingSchema
:
(
id
:
string
,
engineRoutingSchemaServicePatchRoutingSchemaBody
:
EngineRoutingSchemaServicePatchRoutingSchemaBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
readRoutingSchema
:
(
id
:
string
,
params
?:
ReadRoutingSchemaParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
searchRoutingSchema
:
(
params
?:
SearchRoutingSchemaParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListRoutingSchema
,
any
,
{}
>
>
;
searchRoutingSchemaTags
:
(
params
?:
SearchRoutingSchemaTagsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListRoutingSchemaTags
,
any
,
{}
>
>
;
updateRoutingSchema
:
(
id
:
string
,
engineRoutingSchemaServiceUpdateRoutingSchemaBody
:
EngineRoutingSchemaServiceUpdateRoutingSchemaBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRoutingSchema
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...