Class ByProjectKeyCartDiscountsByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCartDiscountsByIDPost>, Deprecatable200Trait<ByProjectKeyCartDiscountsByIDPost>, ErrorableTrait<ByProjectKeyCartDiscountsByIDPost>, ExpandableTrait<ByProjectKeyCartDiscountsByIDPost>, ClientRequestCommand<CartDiscount>, CreateHttpRequestCommand, HttpRequestCommand<CartDiscount>, RequestCommand<CartDiscount>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart_discount.CartDiscount>> result = apiRoot
            .withProjectKey("{projectKey}")
            .cartDiscounts()
            .withId("{ID}")
            .post(null)
            .execute()