CustomerApi
CustomerApi - object-oriented interface
Export
CustomerApi
Extends
BaseAPI
Constructors
new CustomerApi()
new CustomerApi(
configuration?,basePath?,axios?):CustomerApi
Parameters
configuration?
basePath?
string = BASE_PATH
axios?
AxiosInstance = globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protectedaxios:AxiosInstance=globalAxios
Inherited from
BaseAPI.axios
basePath
protectedbasePath:string=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protectedconfiguration:undefined|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1CustomerFeaturesCheckGet()
apiV1CustomerFeaturesCheckGet(
featureName?,options?):Promise<AxiosResponse<CustomerFeatureCheckDTO>>
Parameters
featureName?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<CustomerFeatureCheckDTO>>
Throws
Memberof
CustomerApi
apiV1CustomerGet()
apiV1CustomerGet(
options?):Promise<AxiosResponse<CustomerResponseDTO>>
Parameters
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<CustomerResponseDTO>>
Throws
Memberof
CustomerApi
apiV1CustomerNameGet()
apiV1CustomerNameGet(
name,options?):Promise<AxiosResponse<string>>
Parameters
name
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<string>>
Throws
Memberof
CustomerApi