Class ByProjectKeyProductDiscountsKeyByKeyPost

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



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