Class ByProjectKeyQuotesByIDPost

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