Class ByProjectKeyQuotesPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyQuotesPost,Quote,QuoteDraft>
com.commercetools.api.client.ByProjectKeyQuotesPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyQuotesPost>, ErrorableTrait<ByProjectKeyQuotesPost>, ExpandableTrait<ByProjectKeyQuotesPost>, io.vrap.rmf.base.client.ClientRequestCommand<Quote>, io.vrap.rmf.base.client.RequestCommand<Quote>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote.Quote>> result = apiRoot
            .withProjectKey("{projectKey}")
            .quotes()
            .post(null)
            .execute()