Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

ProductConfiguratorCCPQuoteIntegrationApiAxiosParamCreator

ProductConfiguratorCCPQuoteIntegrationApi - axios parameter creator

Signature

ProductConfiguratorCCPQuoteIntegrationApiAxiosParamCreator: (
	configuration?: Configuration
) => {
    getConfigurationOverviewForQuote: (baseSiteId: string,
	entryNumber: number,
	quoteId: string,
	userId: string,
	options?: AxiosRequestConfig) => Promise<RequestArgs>;
}

Parameters

NameRequiredTypeDescription
configurationOptionalConfiguration

Referenced Types

  • AxiosRequestConfig

On this page