Class ByProjectKeyMeQuoteRequestsKeyByKeyPost

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

Updates a QuoteRequest for the authenticated Customer using one or more update actions.



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