Class ByProjectKeyInStoreKeyByStoreKeyQuotesByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyQuotesByIDPost>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyQuotesByIDPost>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyQuotesByIDPost>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyQuotesByIDPost>, ClientRequestCommand<Quote>, CreateHttpRequestCommand, HttpRequestCommand<Quote>, RequestCommand<Quote>



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