Class ByProjectKeyCustomerGroupsKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyCustomerGroupsKeyByKeyPost,CustomerGroup,CustomerGroupUpdate>
com.commercetools.api.client.ByProjectKeyCustomerGroupsKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomerGroupsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyCustomerGroupsKeyByKeyPost>, ErrorableTrait<ByProjectKeyCustomerGroupsKeyByKeyPost>, ExpandableTrait<ByProjectKeyCustomerGroupsKeyByKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<CustomerGroup>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CustomerGroup>



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