Class ByProjectKeyStagedQuotesByIDPostString

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



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