Class ByProjectKeyMeQuoteRequestsByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyMeQuoteRequestsByIDPost,QuoteRequest,MyQuoteRequestUpdate>
com.commercetools.api.client.ByProjectKeyMeQuoteRequestsByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeQuoteRequestsByIDPost>, Deprecatable200Trait<ByProjectKeyMeQuoteRequestsByIDPost>, ErrorableTrait<ByProjectKeyMeQuoteRequestsByIDPost>, ExpandableTrait<ByProjectKeyMeQuoteRequestsByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<QuoteRequest>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<QuoteRequest>



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