Description
This function searches for a list of transaction logs matching a given search filter.
Style
Document
Input (Literal)
The input of this method is the argument listTransactionLogs of type listTransactionLogs having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
---|---|---|---|
searchFilter |
0..1 |
The filter to apply to the transaction logs |
|
queryLimit |
0..1 |
The query limit for the filter |
Output (Literal)
The output of this method is the argument listTransactionLogsResponse of type listTransactionLogsResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
listTransactionLogs |
0..1 |
The list of logs matching the supplied filter |
Remarks
On an exception, no logs are returned.
The invoices searched for are specified by the searchFilter and the queryLimit specified by the caller. For documentation on how the filter and query limit work, see the complex types searchFilter and queryLimit.
For more details on invoices, see the invoice complex type.