Claims Class

An API for locating, viewing, and creating claims for iAAWG warranties.
Inheritance Hierarchy
SystemObject
  IASClaims

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

The Claims type exposes the following members.

Methods
  NameDescription
Public methodGetClaimDetails
Returns the details of a single filed claim.
Public methodGetClaimDetailsByClaimNumber
Returns a count of pending claims matching one or more supplied search parameters.
Public methodStatic memberGetClaimFormDetails
Public methodGetClaimsList
Returns a set of claims, with high level information only, matching a particular set of search parameters.
Public methodGetClaimsListByCustomer
Returns a set of claims for a specific customer, with high level information only.
Public methodGetClaimsTaxRate
Returns the sales tax rate of pending claims matching one or more supplied search parameters.
Public methodGetClaimTypes
Returns a count of pending claims matching one or more supplied search parameters.
Public methodGetPendingClaimsCount
Returns a count of pending claims matching one or more supplied search parameters.
Public methodGetPendingClaimsList
Returns a set of claims, with high level information only, matching a particular set of search parameters.
Public methodStatic memberPostClaimFormDetails
Public methodUploadClaimFile
Uploads a file to help document a filed claim.
Public methodUploadFile
Uploads a file to help document a filed claim.
Top
See Also

Reference