Class ByProjectKeyBusinessUnitsPostString

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



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