The GetQuotes function returns all Quote records for the specified parameters.
Method | /GetQuotes |
The request body is of type GetQuotes.
Name | Description | Data Type |
---|---|---|
filter | QuotesFilter | |
offset | xml:int | |
recordCount | xml:int | |
orderBy | xml:string |
|
The response body is of type GetQuotesResponse.
Name | Description | Data Type |
---|---|---|
GetQuotesResult | ArrayOfViewQuoteInfo |
|