Class ByProjectKeyMeQuoteRequestsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeQuoteRequestsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyMeQuoteRequestsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyMeQuoteRequestsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyMeQuoteRequestsKeyByKeyPostString>, 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("")
            .execute()