Class ByProjectKeyMeQuotesByIDPost

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<ByProjectKeyMeQuotesByIDPost,Quote,MyQuoteUpdate>
com.commercetools.api.client.ByProjectKeyMeQuotesByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeQuotesByIDPost>, Deprecatable200Trait<ByProjectKeyMeQuotesByIDPost>, ErrorableTrait<ByProjectKeyMeQuotesByIDPost>, ExpandableTrait<ByProjectKeyMeQuotesByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<Quote>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Quote>, io.vrap.rmf.base.client.RequestCommand<Quote>



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