Class ByProjectKeyStagedQuotesPost

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