post https://api.clientpay.com/v2/connect/search
Only functions in tandem with an existing Connect integration. Accepts a query parameter and returns an array of invoice objects matching that parameter from the connected environment.
Header Parameters
Parameter | Type | Description |
---|---|---|
accessId* | String | Unique identifier that ensures that the integrator has the authorization to make requests on behalf of the customer. |
Body Parameters
Parameter | Type | Description |
---|---|---|
connectOption* | Integer | Indicates which connected environment is being queried. ProLaw = 1, Enterprise = 2, 3E = 3, Aderant = 4. |
searchOption* | Integer | Indicates which field is being queried. Invoice or Statement = 1, Matter ID = 2, Client ID = 3. |
searchText* | String | Exact search text. |
filterOption | Integer | Filter option to filter search results matching filter text value. Invoice or Statement = 1, MatterID = 2, ClientID = 3 |
filterText | String | Filter text value used to limit the results of searchText to only those that also match filterText. |