Class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString>, ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString>, ExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsPostString>, 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("")
            .execute()