Class ByProjectKeyStagedQuotesByIDPostString

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<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyStagedQuotesByIDPostString,StagedQuote>
com.commercetools.api.client.ByProjectKeyStagedQuotesByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStagedQuotesByIDPostString>, Deprecatable200Trait<ByProjectKeyStagedQuotesByIDPostString>, ErrorableTrait<ByProjectKeyStagedQuotesByIDPostString>, ExpandableTrait<ByProjectKeyStagedQuotesByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<StagedQuote>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<StagedQuote>, io.vrap.rmf.base.client.RequestCommand<StagedQuote>



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