Class ByProjectKeyQuoteRequestsPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyQuoteRequestsPost>, ErrorableTrait<ByProjectKeyQuoteRequestsPost>, ExpandableTrait<ByProjectKeyQuoteRequestsPost>, ClientRequestCommand<QuoteRequest>, CreateHttpRequestCommand, HttpRequestCommand<QuoteRequest>, RequestCommand<QuoteRequest>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote_request.QuoteRequest>> result = apiRoot
            .withProjectKey("{projectKey}")
            .quoteRequests()
            .post(null)
            .execute()