Class ByProjectKeyMeQuotesByIDPostString

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



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