Class ByProjectKeyCustomerGroupsKeyByKeyPostString

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



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