@webitel/api-services
Preparing search index...
communication-type-service/communication-type-service
getCommunicationTypeService
Function getCommunicationTypeService
getCommunicationTypeService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createCommunicationType
:
(
engineCommunicationTypeRequest
:
EngineCommunicationTypeRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
deleteCommunicationType
:
(
id
:
string
,
params
?:
DeleteCommunicationTypeParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
patchCommunicationType
:
(
id
:
string
,
engineCommunicationTypeServicePatchCommunicationTypeBody
:
EngineCommunicationTypeServicePatchCommunicationTypeBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
readCommunicationType
:
(
id
:
string
,
params
?:
ReadCommunicationTypeParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
searchCommunicationType
:
(
params
?:
SearchCommunicationTypeParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListCommunicationType
,
any
,
{}
>
>
;
updateCommunicationType
:
(
id
:
string
,
engineCommunicationTypeServiceUpdateCommunicationTypeBody
:
EngineCommunicationTypeServiceUpdateCommunicationTypeBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createCommunicationType
:
(
engineCommunicationTypeRequest
:
EngineCommunicationTypeRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
deleteCommunicationType
:
(
id
:
string
,
params
?:
DeleteCommunicationTypeParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
patchCommunicationType
:
(
id
:
string
,
engineCommunicationTypeServicePatchCommunicationTypeBody
:
EngineCommunicationTypeServicePatchCommunicationTypeBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
readCommunicationType
:
(
id
:
string
,
params
?:
ReadCommunicationTypeParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
searchCommunicationType
:
(
params
?:
SearchCommunicationTypeParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListCommunicationType
,
any
,
{}
>
>
;
updateCommunicationType
:
(
id
:
string
,
engineCommunicationTypeServiceUpdateCommunicationTypeBody
:
EngineCommunicationTypeServiceUpdateCommunicationTypeBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCommunicationType
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...