wafeq_simplified_invoices_tax_authority_report_create
Submit a simplified invoice to the tax authority for processing and validation. This action is irreversible; confirm the invoice contents before reporting.
Instructions
🔴 IRREVERSIBLE · files the document with an external tax authority · Simplified Invoices · POST /simplified-invoices/{id}/tax-authority/report/
Report simplified invoice to tax authority
Report the simplified invoice to the tax authority for processing and validation.
Submits the document outside your organization for clearance/reporting. It CANNOT be recalled or undone through this API. Confirm with the user before calling, and check the document's contents first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |