@webitel/api-services
    Preparing search index...

    Function getCustomers

    • Parameters

      • axiosInstance: AxiosInstance = axios

      Returns {
          getCustomer: (
              params?: GetCustomerParams,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ApiGetCustomerResponse, any, {}>>;
          getCustomer2: (
              id: string,
              params?: GetCustomer2Params,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ApiGetCustomerResponse, any, {}>>;
          licenseUsage: (
              customerId: string,
              params?: LicenseUsageParams,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ApiLicenseUsageResponse, any, {}>>;
          licenseUsage2: (
              params?: LicenseUsage2Params,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ApiLicenseUsageResponse, any, {}>>;
          licenseUsage3: (
              params?: LicenseUsage3Params,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ApiLicenseUsageResponse, any, {}>>;
          licenseUsers: (
              id: string,
              params?: LicenseUsersParams,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ApiLicenseUsersResponse, any, {}>>;
          serverInfo: (
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ApiServerInfoResponse, any, {}>>;
          updateCustomer: (
              params?: UpdateCustomerParams,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ApiUpdateCustomerResponse, any, {}>>;
      }