Participant APIs | REST

Version:
Download Open API Specification

Upload Receipt against POS Posts or Manual Claims

https://api.wealthcare.com/participant/services/participant/receipts/receiptinfo/{tpaId}/{employerId}/{participantId}

Upload Receipt against POS Posts or Manual Claims

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value was system generated with 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

    Participant Id

  • setldate string Required

    Settlement Date

  • seqnum integer <int32> Required

    Settlement Sequence Number

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. 1: encrypted, 0: decrypted, default to 0.

  • 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.