Click or drag to resize

IClaims Interface

An API for handling claims on iAAWG warranties.

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

The IClaims 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 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 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