Class ByProjectKeyChannelsByIDPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyChannelsByIDPostString>, Deprecatable200Trait<ByProjectKeyChannelsByIDPostString>, ErrorableTrait<ByProjectKeyChannelsByIDPostString>, ExpandableTrait<ByProjectKeyChannelsByIDPostString>, ClientRequestCommand<Channel>, CreateHttpRequestCommand, HttpRequestCommand<Channel>, RequestCommand<Channel>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.channel.Channel>> result = apiRoot
            .withProjectKey("{projectKey}")
            .channels()
            .withId("{ID}")
            .post("")
            .execute()