Class ByProjectKeyProductDiscountsByIDPostString

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



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