Class ByProjectKeyBusinessUnitsByIDPostString

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



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