Class ByProjectKeyMeQuoteRequestsPostString

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<ByProjectKeyMeQuoteRequestsPostString,QuoteRequest>
com.commercetools.api.client.ByProjectKeyMeQuoteRequestsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyMeQuoteRequestsPostString>, ErrorableTrait<ByProjectKeyMeQuoteRequestsPostString>, ExpandableTrait<ByProjectKeyMeQuoteRequestsPostString>, 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}")
            .me()
            .quoteRequests()
            .post("")
            .execute()