Upload Receipt against POS Posts or Manual Claims
Uploads a receipt for a specific participant, identified by TPA ID, Employer ID, and Participant ID, to be associated with either Point of Sale (POS) posts or manual claims.
-
tpaId string Required
A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.
-
employerId string Required
Unique identifier for the employer. Note: When the employer was created, WealthCare Admin assigned the 3-character prefix; you assigned the remaining characters.
-
participantId string Required
Unique identifier for the participant whose features are being queried.
-
setldate string Required
The date on which the settlement occurs, formatted as a string (e.g., "YYYY-MM-DD"). This parameter is required to specify the settlement date for the receipt being uploaded.
-
seqnum integer <int32> Required
The sequence number associated with the settlement, represented as an integer. This parameter is required to uniquely identify the settlement sequence for the receipt upload.
-
decrypt integer <int32>
Indicate if the URI parameters are encrypted or not. Use 1 for encrypted and 0 for decrypted; defaults to 0 if not specified.
-
FileKey integer <int32>
This is a value to be generated by the system when the file is uploaded into WCA. Send 0 on the Upload Manual Claim Receipt request.
-
FileFormat integer <int32>
Refers to format of receipt file uploaded: Unknown = 0, Fixed = 1, CSV = 2, XML = 4, PDF = 8, QIF = 16, Excel = 32, JPEG/JPG = 64, GIF = 128, BMP =256, FixedNacha = 512, Delimited = 1024, Word = 2048, PNG = 4096, TIFF = 8192, ExtFileFormat = 16384
-
ContentLength integer <int32>
The file length, in bytes.
-
ContentType string
The MIME content type of the uploaded file.
-
FileName string
The name of the receipt file, including the directory path.
-
InputStream string <byte>
A byte array representing the contents of the file for the reciept.
-
Base64 string
The string representation in Base 64 of the file content. You will need to decode this to display the image.
-
TpaId string
A unique identifier used to identify your admin instance. This value was system generated with the admin instance was created.
-
FileKey integer <int32>
A system generated ID used to identify the receipt file.
-
DocId string
A system generated ID created when a file is submitted through a document queue instead of by a participant.
-
DocDisplayName string
Document Display Name
-
OriginalFileName string
Original File Name
-
UploadDate string <date-time>
The date the receipt file was uploaded.