Class ByProjectKeyCartDiscountsByIDPostString

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



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