IClaimsGetPendingClaimsListRequestType Class

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

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

The IClaimsGetPendingClaimsListRequestType type exposes the following members.

Constructors
  NameDescription
Public methodIClaimsGetPendingClaimsListRequestType
Initializes a new instance of the IClaimsGetPendingClaimsListRequestType class
Top
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 propertyDaysToInclude
Supply the number of days to include. Defaults to 30.
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 propertyFilterByClaimType
OPTIONAL. Choose a claim type to limit the search.
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 propertyFilterByStatus
OPTIONAL. Choose a claim status 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 propertyPageNumber
Results are paged. Supply the page number. Defaults to 1.
Public propertyPageSize
Results are paged. Supply the page size. Defaults to 50.
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