Class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString

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<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString,BusinessUnit>
com.commercetools.api.client.ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString>, ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString>, ExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString>, io.vrap.rmf.base.client.ClientRequestCommand<BusinessUnit>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<BusinessUnit>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.business_unit.BusinessUnit>> result = apiRoot
            .withProjectKey("{projectKey}")
            .asAssociate()
            .withAssociateIdValue("{associateId}")
            .businessUnits()
            .post("")
            .execute()