Class ByProjectKeyStagedQuotesKeyByKeyPostString

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



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