Description
This function searches for a list of invoices matching a given search filter.
Style
Document
Input (Literal)
The input of this method is the argument listInvoices of type listInvoices having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
---|---|---|---|
searchFilter |
0..1 |
The filter to apply to the invoices |
|
queryLimit |
0..1 |
The query limit for the filter |
Output (Literal)
The output of this method is the argument listInvoicesResponse of type listInvoicesResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
listInvoices |
0..1 |
The list of invoices matching the supplied filter |
Remarks
On an exception, no invoices 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.