@webitel/api-services
Preparing search index...
languages/languages
getLanguages
Function getLanguages
getLanguages
(
axiosInstance
?:
AxiosInstance
,
)
:
{
addContactLanguages
:
(
contactId
:
string
,
contactsInputLanguage
:
ContactsInputLanguage
[]
,
params
?:
AddContactLanguagesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
delContactLanguage
:
(
contactId
:
string
,
etag
:
string
,
params
?:
DelContactLanguageParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguage
,
any
,
{}
>
>
;
delContactLanguages
:
(
contactId
:
string
,
params
:
DelContactLanguagesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
getContactLanguages
:
(
contactId
:
string
,
params
?:
GetContactLanguagesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
setContactLanguage
:
(
contactId
:
string
,
etag
:
string
,
setContactLanguageBody
:
SetContactLanguageBody
,
params
?:
SetContactLanguageParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
setContactLanguage2
:
(
contactId
:
string
,
etag
:
string
,
setContactLanguage2Body
:
SetContactLanguage2Body
,
params
?:
SetContactLanguage2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
setContactLanguages
:
(
contactId
:
string
,
contactsInputLanguage
:
ContactsInputLanguage
[]
,
params
?:
SetContactLanguagesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
addContactLanguages
:
(
contactId
:
string
,
contactsInputLanguage
:
ContactsInputLanguage
[]
,
params
?:
AddContactLanguagesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
delContactLanguage
:
(
contactId
:
string
,
etag
:
string
,
params
?:
DelContactLanguageParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguage
,
any
,
{}
>
>
;
delContactLanguages
:
(
contactId
:
string
,
params
:
DelContactLanguagesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
getContactLanguages
:
(
contactId
:
string
,
params
?:
GetContactLanguagesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
setContactLanguage
:
(
contactId
:
string
,
etag
:
string
,
setContactLanguageBody
:
SetContactLanguageBody
,
params
?:
SetContactLanguageParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
setContactLanguage2
:
(
contactId
:
string
,
etag
:
string
,
setContactLanguage2Body
:
SetContactLanguage2Body
,
params
?:
SetContactLanguage2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
setContactLanguages
:
(
contactId
:
string
,
contactsInputLanguage
:
ContactsInputLanguage
[]
,
params
?:
SetContactLanguagesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLanguageList
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...