Class ByProjectKeyProductDiscountsByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductDiscountsByIDPost>, Deprecatable200Trait<ByProjectKeyProductDiscountsByIDPost>, ErrorableTrait<ByProjectKeyProductDiscountsByIDPost>, ExpandableTrait<ByProjectKeyProductDiscountsByIDPost>, ClientRequestCommand<ProductDiscount>, CreateHttpRequestCommand, HttpRequestCommand<ProductDiscount>, RequestCommand<ProductDiscount>



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