Class ByProjectKeyMeQuoteRequestsKeyByKeyPost

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



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