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