Class ByProjectKeyStagedQuotesPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyStagedQuotesPostString,StagedQuote>
com.commercetools.api.client.ByProjectKeyStagedQuotesPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStagedQuotesPostString>, ErrorableTrait<ByProjectKeyStagedQuotesPostString>, ExpandableTrait<ByProjectKeyStagedQuotesPostString>, 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()
            .post("")
            .execute()