Class ByProjectKeyMeQuoteRequestsByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeQuoteRequestsByIDPost>, Deprecatable200Trait<ByProjectKeyMeQuoteRequestsByIDPost>, ErrorableTrait<ByProjectKeyMeQuoteRequestsByIDPost>, ExpandableTrait<ByProjectKeyMeQuoteRequestsByIDPost>, 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()
            .withId("{ID}")
            .post(null)
            .execute()