Class ByProjectKeyBusinessUnitsByIDPost

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



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