@webitel/api-services
Preparing search index...
related-cases/related-cases
getRelatedCases
Function getRelatedCases
getRelatedCases
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createRelatedCase
:
(
primaryCaseEtag
:
string
,
webitelCasesCreateInputRelatedCase
:
WebitelCasesCreateInputRelatedCase
,
params
?:
CreateRelatedCaseParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
deleteRelatedCase
:
(
primaryCaseEtag
:
string
,
etag
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
listRelatedCases
:
(
primaryCaseEtag
:
string
,
params
?:
ListRelatedCasesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCaseList
,
any
,
{}
>
>
;
locateRelatedCase
:
(
primaryCaseEtag
:
string
,
etag
:
string
,
params
?:
LocateRelatedCaseParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
updateRelatedCase
:
(
etag
:
string
,
updateRelatedCaseBody
:
UpdateRelatedCaseBody
,
params
?:
UpdateRelatedCaseParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
updateRelatedCase2
:
(
etag
:
string
,
updateRelatedCase2Body
:
UpdateRelatedCase2Body
,
params
?:
UpdateRelatedCase2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createRelatedCase
:
(
primaryCaseEtag
:
string
,
webitelCasesCreateInputRelatedCase
:
WebitelCasesCreateInputRelatedCase
,
params
?:
CreateRelatedCaseParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
deleteRelatedCase
:
(
primaryCaseEtag
:
string
,
etag
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
listRelatedCases
:
(
primaryCaseEtag
:
string
,
params
?:
ListRelatedCasesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCaseList
,
any
,
{}
>
>
;
locateRelatedCase
:
(
primaryCaseEtag
:
string
,
etag
:
string
,
params
?:
LocateRelatedCaseParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
updateRelatedCase
:
(
etag
:
string
,
updateRelatedCaseBody
:
UpdateRelatedCaseBody
,
params
?:
UpdateRelatedCaseParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
updateRelatedCase2
:
(
etag
:
string
,
updateRelatedCase2Body
:
UpdateRelatedCase2Body
,
params
?:
UpdateRelatedCase2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesRelatedCase
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...