How BIL Reports Work
- Start a BIL extraction for the entity.
- Poll the extraction until it reaches a terminal status.
- List the entity’s BIL reports.
- Retrieve the report by ID when you need the full report data or file references.
- Download the XML or PDF file through the Files API.
Requirements
The entity must have a name. BIL searches are name-based, so the extraction cannot run for an entity without a name. For implementation details, see Extraction request examples.| Field | Description |
|---|---|
fecha | Date and time reported by BIL for the generated report. |
investigado | Name searched and reported by BIL. |
folio | BIL report folio. |
gradoMaximo | Highest grade returned by BIL for the report. |
data | Parsed BIL XML response. The structure follows the vendor response and can vary by report content. |
xmlFile | File resource for the original XML response. |
pdfFile | File resource for the BIL PDF report. |