Class ByProjectKeyStagedQuotesKeyByKeyPost

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



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