Class ByProjectKeyMeQuoteRequestsPostString

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



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