Class ByProjectKeyCustomerGroupsByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomerGroupsByIDPost>, Deprecatable200Trait<ByProjectKeyCustomerGroupsByIDPost>, ErrorableTrait<ByProjectKeyCustomerGroupsByIDPost>, ExpandableTrait<ByProjectKeyCustomerGroupsByIDPost>, ClientRequestCommand<CustomerGroup>, CreateHttpRequestCommand, HttpRequestCommand<CustomerGroup>, RequestCommand<CustomerGroup>



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