FHA Case Query
This form is used to retrieve case-specific details from the Federal Housing Administration (FHA) database. It provides information such as case numbers, borrower details, property information, and loan status to assist with mortgage processing and compliance.
To use the Upload PDF endpoint for this document, you must use FHA_CASE_QUERY
in the form_type
parameter.
Field descriptions
The following fields are available on this document type:
JSON Attribute | Data Type | Description |
---|---|---|
fha_case_query-Part1-General:fhaCaseNumber(CaseIdNumber) | Text | FHA Case Number (Case ID Number) |
fha_case_query-Part1-General:borrowerName | Text | Borrower Name |
fha_case_query-Part1-General:propertyAddress:addressLine1 | Text | Property Address |
fha_case_query-Part1-General:propertyAddress:addressLine2 | Text | Property Address |
fha_case_query-Part1-General:propertyAddress:city | Text | Property Address |
fha_case_query-Part1-General:propertyAddress:state | State | Property Address |
fha_case_query-Part1-General:propertyAddress:zip | ZIP Code | Property Address |
fha_case_query-Part2-ProcessingDetails:caseQueryResults(ProcessingStatus) | Text | Case Query Results (Processing Status) |
fha_case_query-Part2-ProcessingDetails:caseQueryDetails(ProcessingMessages) | Text | Case Query Details (Processing Messages) |
fha_case_query-Part2-ProcessingDetails:caseType(CaseTypeCd) | Text | Case Type (Case Type CD) |
fha_case_query-Part2-ProcessingDetails:caseNumberAssignedDate(DateCaseReceived) | Date | Case Number Assigned Date (Date Case Received) |
Sample document
Sample JSON result
{
"pk": 58504805,
"uuid": "83590e3f-9b25-4312-97c9-da15e00029b6",
"name": "FHA Case Query",
"created": "2025-02-26T20:18:20Z",
"created_ts": "2025-02-26T20:18:20Z",
"verified_pages_count": 1,
"book_status": "ACTIVE",
"id": 58504805,
"forms": [
{
"pk": 63674482,
"uuid": "3d677b84-67e0-424f-8367-65a1d7124723",
"uploaded_doc_pk": 90841057,
"form_type": "FHA_CASE_QUERY",
"form_config_pk": 1163773,
"tables": [],
"attribute_data": null,
"raw_fields": {
"fha_case_query-Part1-General:borrowerName": {
"value": "LANSKY, FAKE",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part1-General:propertyAddress:zip": {
"value": "12345-6789",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part1-General:propertyAddress:city": {
"value": "NEW CITY",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part1-General:propertyAddress:state": {
"value": "AL",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part1-General:fhaCaseNumber(CaseIdNumber)": {
"value": "012-3456789",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part1-General:propertyAddress:addressLine1": {
"value": "123 NEW STREET",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part1-General:propertyAddress:addressLine2": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part2-ProcessingDetails:caseType(CaseTypeCd)": {
"value": "REGULAR DIRECT ENDORSEMENT (ADP CODE 111)",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part2-ProcessingDetails:caseQueryResults(ProcessingStatus)": {
"value": "SUCCESS",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part2-ProcessingDetails:caseQueryDetails(ProcessingMessages)": {
"value": "CASE QUERY SUCCESSFULLY COMPLETED\nALL BORROWERS PASSED SSN VALIDATION -NAME, SSN OR DOB CHANGES WILL REVALIDATE",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
},
"fha_case_query-Part2-ProcessingDetails:caseNumberAssignedDate(DateCaseReceived)": {
"value": "06/21/2024",
"is_empty": false,
"alias_used": null,
"source_filename": "FHA Case Query.pdf",
"confidence": 1.0
}
}
}
],
"book_is_complete": true
}
Updated 2 days ago