Filings
Preview filings
Preview proposed filings for a registration before generating them
POST
Preview the filings that would be generated for a given registration and time period. This is a read-only operation — no filings are created. Use this to verify the filing schedule before committing.
The preview endpoint supports two input modes:
- V2 — pass
registration_tax_type_idto preview filings for a V2 registration - V1 — pass
country,state, andfiling_frequencyfor legacy registrations
Request body
The corporation UUID.
The V2 registration content ID. When provided, the V2 filing calendar is used.Example:
"REG_STATE_CEN_06_RST"The start of the tax period range in
YYYY-MM format.Example: "2025-01"The end of the tax period range in
YYYY-MM format. If omitted, only filings for the start month are returned.Example: "2025-12"ISO country code. Required for V1 filings when
registration_tax_type_id is not provided.State or province code. Required for V1 filings when
registration_tax_type_id is not provided.Filing frequency. Required for V1 filings when
registration_tax_type_id is not provided.How V2 preview works
When you provide aregistration_tax_type_id, the system:
- Validates that the registration belongs to the specified corporation
- Looks up all filing calendar entries for that
registration_tax_type_id - Filters entries to those whose tax period falls within the requested date range
- Expands composite frequencies — if a registration has multiple frequencies (e.g.,
QUARTERLYandANNUAL_RECONCILIATION), all matching entries are included - Returns the proposed filings with dates, frequencies, and form titles
Related
- Bulk create filings — Generate the previewed filings
- Filings overview — Filing concepts and lifecycle
- V2 registrations — Create registrations to enable filings