Class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost

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