Participant APIs | REST

Selected Version:
Download Open API File

Get list of tax forms for reassociated account.

https://api.wealthcare.com/participant/services/documents/HSATaxForms/reassoc/{tpaId}/{employerId}/{participantId}

Retrieve a list of tax forms associated with a reassociated account, identified by TPA ID, Employer ID, and Participant ID. This operation is useful for obtaining tax documentation for participants whose accounts have been reassociated with a new TPA or employer.

Request

  • 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 user whose feature information is being retrieved.

  • flexAccountId string Required

    A unique identifier for the flex account, used to specify which account's tax forms to retrieve.

  • reassocTpaId string Required

    The TPA ID associated with the reassociated account, which helps in identifying the correct administrative instance for the tax forms.

  • reassocEmployerId string Required

    The Employer ID linked to the reassociated account, necessary for filtering the tax forms relevant to the specific employer.

  • reassocParticipantId string Required

    The Participant ID of the individual whose tax forms are being requested, ensuring the correct documentation is retrieved.

  • reassocFlexAccountId string Required

    The Flex Account ID for the reassociated account, used to uniquely identify the account in the system.

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. Use 1 for encrypted, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.

Response

  • array <object>
    • AccountHolderFormKey integer <int64>
    • TpaId string
    • FlexAcctKey integer <int32>
    • TaxYear integer <int32>
    • FormName string
    • TaxFormKey integer <int32>
    • PcsFileKey integer <int32>
    • ExternalAcctId string
    • AccountDetailsXml string
    • DeliveryMethod integer <int32>
    • MailedDte string <date-time>
    • TaxFormOptions integer <int32>
  • array <object>
    • AccountHolderFormKey integer <int64>
    • TpaId string
    • FlexAcctKey integer <int32>
    • TaxYear integer <int32>
    • FormName string
    • TaxFormKey integer <int32>
    • PcsFileKey integer <int32>
    • ExternalAcctId string
    • AccountDetailsXml string
    • DeliveryMethod integer <int32>
    • MailedDte string <date-time>
    • TaxFormOptions integer <int32>
Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...