Class ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyPostString>, 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("")
            .execute()