action beanstream_post_reports { label: "Search Query" description: "Query for transactions using a date range and optional search criteria. This method allows you to page your search results if you are expecting a lot of results to be returned. The page start value begins at 1. If no records are found the API will return a 404 error message. For details on the parameters and allowed values for Criteria please visit the documentation http://developer.beanstream.com/documentation/analyze-payments/search-specific-criteria/" provider: beanstream method: POST path: "/reports" encoding: json output: { type: "object" additionalProperties: true } }