Class ByProjectKeyProductDiscountsKeyByKeyPostString

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



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