Class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPost>, ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPost>, ExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPost>, ClientRequestCommand<BusinessUnit>, CreateHttpRequestCommand, HttpRequestCommand<BusinessUnit>, RequestCommand<BusinessUnit>



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