Class ByProjectKeyCustomerGroupsKeyByKeyPostString

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<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyCustomerGroupsKeyByKeyPostString,CustomerGroup>
com.commercetools.api.client.ByProjectKeyCustomerGroupsKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomerGroupsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyCustomerGroupsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyCustomerGroupsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyCustomerGroupsKeyByKeyPostString>, 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()
            .withKey("{key}")
            .post("")
            .execute()