Class ByProjectKeyQuoteRequestsKeyByKeyPost

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



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