Findings Registration

Service providers can now register Findings as part of product registration. Findings are defined as issues uncovered by a service. Registering the findings enables an Encompass Admin to map findings to an Encompass Condition or Task. Please note, when registering your findings, the code must be unique per product. The mapping of findings to conditions or task happens as part the service setup in Encompass. When an EPC service returns finding(s) in a patch transaction, EPC will create an Encompass Condition or Task as defined in the conditions mapping.

Register Findings


{
   "entitlements": {
      "data": {
         "transactions": [….],
         "findings": {
            "types": [
               {
                  "code": "INC-010",
                  "name": "Is there a minimum history of 2 years of employment income?"
               },
               {
                  "code": "INC-020",
                  "name": "Are there any employment gaps ≥ 30 days?"
               }
            ],
            "statuses": [
               "Open",
               "Pending"
            ]
         }
      }
   }
}