Class ByProjectKeyCustomerGroupsPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyCustomerGroupsPost>, ErrorableTrait<ByProjectKeyCustomerGroupsPost>, ExpandableTrait<ByProjectKeyCustomerGroupsPost>, ClientRequestCommand<CustomerGroup>, CreateHttpRequestCommand, HttpRequestCommand<CustomerGroup>, RequestCommand<CustomerGroup>



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