Class ByProjectKeyStagedQuotesKeyByKeyPost

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