Class ByProjectKeyCustomerGroupsKeyByKeyPost

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



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