Create Findings
Service providers can now register Findings as part of product registration. Registering the findings enables an Encompass Admin to map findings to an Encompass Condition or Task.
Findings Code
The value for a Findings Code must be unique within a given product
{
"result": {
"format": "application/vnd.findings-create-1.0.0.json",
"action": "CREATE_FINDINGS",
"details": {
"findings": [
{
"code": "INC-040",
"title": "Borrower name not found on the Credit Header Search.",
"description": "Review Borrower Profile screen to determine if there are identity related issues. Determine if the name identified have been disclosed.",
"referenceId": "76698c45-8bd1-40d5-a963-4508c2fefd7e",
"status": "Fail",
"scope": {
"type": "application",
"id": "id"
},
"comments": [
{
"comment": ""
}
]
}
]
}
}
}
Updated 4 months ago