Class ByProjectKeyCustomerGroupsByIDPost

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



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