Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide explains how to use the interaction API to view claims, add and view Attachments, Notes, and Transactions to claims, view and resend Correspondence, and request that a case is withdrawn or reopened.

Swaggerhub: https://app.swaggerhub.com/apis-docs/Quavo/QFD-public/1.1.0


Interaction API

Finding and viewing Cases

Adding and viewing Attachments

Adding and viewing Notes

Adding and viewing Transactions

Viewing, downloading, and resending Correspondence

Request a Case to be withdrawn

Request a Case to be reopened

Tasks Summary

List Tasks

Task Details List

Task Action



Anchor
FindingAndViewingCases
FindingAndViewingCases

...

  • Follow the Finding and viewing Cases instructions to get a valid ClaimId
  • Use the endpoint, www.example.com/QFDAPI/v1/correspondence/list to get a list of Correspondence linked to a claim as well as details about the Correspondence
  • The LinkReference ID returned in /correspondence/list can be used to retrieve a specific correspondence
  • Use the endpoint, www.example.com/QFDAPI/v1/correspondence/retrieve to retrieve a specific correspondence by passing in the LinkReference value
    • This endpoint returns EmailStyleMarkup and Body

...