Class ByProjectKeyCustomerGroupsByIDPostString

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



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