IClaimsGetClaimsListRequestType Class

Parameters used to return a list of claims. Many of the parameters are optional, allowing for general or specific searches.
Inheritance Hierarchy
SystemObject
  IASIClaimsGetClaimsListRequestType

Namespace:  IAS
Assembly:  Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GetClaimsListRequestType

The IClaimsGetClaimsListRequestType type exposes the following members.

Properties
  NameDescription
Public propertyAuthentication
Information used for authentication of the calling program/site as well as information describing the remote site user.
Public propertyClaimNumber
OPTIONAL. The unique iAAWG claim number, used to filter the list of claims to return to the calling program.
Public propertyContractNumber
OPTIONAL. The iAAWG contract number, used to filter the list of claims to return to the calling program.
Public propertyCustomerFirstName
OPTIONAL. The full or partial customer first name, used to filter the list of claims to return to the calling program.
Public propertyCustomerLastName
OPTIONAL. The full or partial customer last name, used to filter the list of claims to return to the calling program.
Public propertyDealerID
OPTIONAL. The unique iAAWG dealer ID, used to filter the list of claims to return to the calling program.
Public propertyEndDate
OPTIONAL. The latest date the claim was filed, used to filter the list of claims to return to the calling program.
Public propertyFilterByAgentID
OPTIONAL. Supply the unique iAAWG agent ID to filter the results for that agent.
Public propertyFilterByDealerID
OPTIONAL. Supply a list of unique iAAWG dealer IDs to limit the search.
Public propertyFilterByMasterDealerID
OPTIONAL. Supply a list of unique iAAWG master dealer IDs to limit the search.
Public propertyLast8OfVIN
OPTIONAL. The last eight digits of the vehicle VIN, used to filter the list of claims to return to the calling program.
Public propertyMasterDealerID
OPTIONAL. The unique iAAWG master dealer ID, used to filter the list of claims to return to the calling program.
Public propertyProductLine
OPTIONAL. The product line, used to filter the list of claims to return to the calling program.
Public propertySearchAllDealers
OPTIONAL. Broaden the search to include all dealers. Default is False. (Only available to iAAWG internal users.)
Public propertyStartDate
OPTIONAL. The earliest date the claim was filed, used to filter the list of claims to return to the calling program.
Top
See Also

Reference