pci-report-expire-today
Overview
Key:
pci-report-expire-today
Name: PCI Report Expires Today
Triggers when: The validity of a PCI report is about to expire. This occurs 90 days after a PCI report is approved.
Fields
Field
Type
Description
approved_date
string
Date of report approval
approved_days_ago
integer
Days since report approval
expires_in_days
integer
Days until report expiration
pci_report_id
integer
ID of the report
report_name
string
Name of the report
Example data
{
"approved_date": "2021-07-28",
"approved_days_ago": 90,
"expires_in_days": 0,
"report_id": 123456,
"report_name": "Sample Report"
}
Last updated
Was this helpful?