Class ByProjectKeyStagedQuotesByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyStagedQuotesByIDPost,StagedQuote,StagedQuoteUpdate>
com.commercetools.api.client.ByProjectKeyStagedQuotesByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStagedQuotesByIDPost>, Deprecatable200Trait<ByProjectKeyStagedQuotesByIDPost>, ErrorableTrait<ByProjectKeyStagedQuotesByIDPost>, ExpandableTrait<ByProjectKeyStagedQuotesByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<StagedQuote>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<StagedQuote>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.staged_quote.StagedQuote>> result = apiRoot
            .withProjectKey("{projectKey}")
            .stagedQuotes()
            .withId("{ID}")
            .post(null)
            .execute()