IClaimsUploadClaimFileRequestType Class

Parameters used to upload a claim file. For a successful upload, all of these parameters must be specified.
Inheritance Hierarchy
SystemObject
  IASIClaimsUploadClaimFileRequestType

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

The IClaimsUploadClaimFileRequestType 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 propertyClaimFile
Byte array representation of the file to attach to the claim.
Public propertyClaimNumber
The unique iAAWG claim number, used to determine which claim to attach the file to.
Public propertyContractNumber
The iAAWG contract number, used to determine which claim to attach the file to.
Public propertyFileName
The file's name, which will be used to determine file type.
Top
See Also

Reference