Class ByProjectKeyStagedQuotesByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStagedQuotesByIDPost>, Deprecatable200Trait<ByProjectKeyStagedQuotesByIDPost>, ErrorableTrait<ByProjectKeyStagedQuotesByIDPost>, ExpandableTrait<ByProjectKeyStagedQuotesByIDPost>, ClientRequestCommand<StagedQuote>, CreateHttpRequestCommand, HttpRequestCommand<StagedQuote>, RequestCommand<StagedQuote>



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