Update Findings

As part of a patch response, partners can update the status of previously created findings.

πŸ“˜

Update Findings Constraint

The ability to update the status of a previously created Findings will only be applied to Findings that were mapped to an Encompass Condition. The status for Findings mapped to Task can only be updated by an Encompass user.

{
  "status": "completed",
  "loanFormat": "application/vnd.plm-2.0.0+json",
  "result": {
    "format": "application/vnd.findings-update-1.0.0.json",
    "action": "UPDATE_FINDINGS",
    "details": {
      "findings": [
        {
          "id": "ee25fc28-fa94-449b-8ae0-d571fd8912f5",
          "code": "INC-030",
          "description": "Review Borrower Profile screen to determine if there are identity related issues. Determine if the name identified have been disclosed. 112",
          "status": "Something"
        },
        {
          "id": "65811e27-3444-4416-8d56-902553c35e97",
          "code": "INC-040",
          "status": "Completed"
        },
        {
          "id": "7ee798c1-fa5a-40c3-b0d4-c3626f2e2bcf",
          "code": "INC-047",
          "description": "Review Borrower Profile screen to determine if there are identity related issues. Determine if the name identified have been disclosed.",
          "status": "Pending"
        },
        {
          "id": "d147be87-5e11-46c6-b9e7-956c4a8f11f0",
          "code": "INC-048",
          "status": "Completed"
        }
      ]
    }
  },