Class ByProjectKeyStagedQuotesKeyByKeyPostString

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<ByProjectKeyStagedQuotesKeyByKeyPostString,StagedQuote>
com.commercetools.api.client.ByProjectKeyStagedQuotesKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStagedQuotesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyStagedQuotesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyStagedQuotesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyStagedQuotesKeyByKeyPostString>, 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()
            .withKey("{key}")
            .post("")
            .execute()