> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/pci-report-rejected.md).

# pci-report-rejected

### Overview

* **Key:** `pci-report-rejected`
* **Name:** PCI Report Rejected
* **Triggers when:** A submitted PCI report is rejected

### Fields

| Field           | Type    | Description                     |
| --------------- | ------- | ------------------------------- |
| pci\_report\_id | integer | ID of the rejected PCI report   |
| report\_name    | string  | Name of the rejected PCI report |

### Example data

```json
{
    "pci_report_id": 12345,
    "report_name": "Example Report"
}
```
