Class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost>, Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost>, ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost>, ExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost>, ClientRequestCommand<BusinessUnit>, CreateHttpRequestCommand, HttpRequestCommand<BusinessUnit>, RequestCommand<BusinessUnit>



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