Class ByProjectKeyQuoteRequestsByIDPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyQuoteRequestsByIDPostString,QuoteRequest>
com.commercetools.api.client.ByProjectKeyQuoteRequestsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyQuoteRequestsByIDPostString>, Deprecatable200Trait<ByProjectKeyQuoteRequestsByIDPostString>, ErrorableTrait<ByProjectKeyQuoteRequestsByIDPostString>, ExpandableTrait<ByProjectKeyQuoteRequestsByIDPostString>, 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}")
            .quoteRequests()
            .withId("{ID}")
            .post("")
            .execute()