Class ByProjectKeyCustomersSearchPostString

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



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