Class ByProjectKeyCustomerGroupsByIDPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyCustomerGroupsByIDPostString,CustomerGroup>
com.commercetools.api.client.ByProjectKeyCustomerGroupsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomerGroupsByIDPostString>, Deprecatable200Trait<ByProjectKeyCustomerGroupsByIDPostString>, ErrorableTrait<ByProjectKeyCustomerGroupsByIDPostString>, ExpandableTrait<ByProjectKeyCustomerGroupsByIDPostString>, 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()
            .withId("{ID}")
            .post("")
            .execute()