Class ByProjectKeyQuotesKeyByKeyPost

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