Class ByProjectKeyQuoteRequestsPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyQuoteRequestsPostString,QuoteRequest>
com.commercetools.api.client.ByProjectKeyQuoteRequestsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyQuoteRequestsPostString>, ErrorableTrait<ByProjectKeyQuoteRequestsPostString>, ExpandableTrait<ByProjectKeyQuoteRequestsPostString>, io.vrap.rmf.base.client.ClientRequestCommand<QuoteRequest>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<QuoteRequest>, io.vrap.rmf.base.client.RequestCommand<QuoteRequest>



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