Class ByProjectKeyStagedQuotesPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStagedQuotesPostString>, ErrorableTrait<ByProjectKeyStagedQuotesPostString>, ExpandableTrait<ByProjectKeyStagedQuotesPostString>, ClientRequestCommand<StagedQuote>, CreateHttpRequestCommand, HttpRequestCommand<StagedQuote>, RequestCommand<StagedQuote>



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