Versions Compared

Key

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

...

Request a Case to be reopened




Finding and viewing cases
Anchor
FindingAndViewingCases
FindingAndViewingCases

  • Use the endpoint, www.example.com/QFDAPI/v1/claim/list to get a list of claimIds and other claim details

  • The /claim/list endpoint request takes in search params: customerId, accountNumber, and claimId. At least one of the fields must be in the request to /claim/list

    • The claimId returned in /claim/list can be used to retrieve specific claim details

  • Use the endpoint, www.example.com/QFDAPI/v1/claim/retrieve to get details about a specific claim
    • /claim/retrieve returns details about the claim as well as a Stages list denoting the current and completed stages of the claim, and an Actions list with actions that can be performed on the claim.

...