Class ByProjectKeyBusinessUnitsSearchPostString

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyBusinessUnitsSearchPostString>, ClientRequestCommand<BusinessUnitPagedSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<BusinessUnitPagedSearchResponse>, RequestCommand<BusinessUnitPagedSearchResponse>

If the initial indexing is in progress or the feature is inactive, A SearchNotReady error is returned. If inactive, you can reactivate it.



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