Class ByProjectKeyCustomersSearchPost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyCustomersSearchPost>, ClientRequestCommand<CustomerPagedSearchResponse>, CreateHttpRequestCommand, HttpRequestCommand<CustomerPagedSearchResponse>, RequestCommand<CustomerPagedSearchResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer_search.CustomerPagedSearchResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .search()
            .post(null)
            .execute()