Class ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyPost

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



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