Class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDPost

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



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