Class ByProjectKeyQuoteRequestsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyQuoteRequestsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyQuoteRequestsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyQuoteRequestsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyQuoteRequestsKeyByKeyPostString>, ClientRequestCommand<QuoteRequest>, CreateHttpRequestCommand, HttpRequestCommand<QuoteRequest>, RequestCommand<QuoteRequest>



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