Create all filings for a period
Not yet implemented.
Creates statutory filings for a business and period in a single call. Supports two modes:
Cadana payroll: Provide payrollRunIds — Cadana determines which
filing types apply based on active workers and their compensation flags
(IMSS-eligible, INFONAVIT-eligible, etc.) and pulls amounts from the tax engine.
External payroll: Provide a filings array with explicit amounts and
person IDs per filing type. Use this when the client runs payroll outside
Cadana and just needs Cadana to file and remit.
For example, a Mexican business with 15 employees would get up to 4 filings: ISR, IMSS, INFONAVIT, and ISN.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Body
Batch create filings for a business and period in one call. Pick one input shape:
payrollRunIds— Cadana derives the filing types and breakdowns from the linked Cadana payroll runs. Each filing is created assource: cadanaand runs the full lifecycle.filings— Provide an explicit array, each entry with its ownfilingTypeId,currency, andbreakdown. Each entry can besource: cadana(Cadana files for you) orsource: external(you already filed and supply afilingReference). Use this when amounts were computed outside Cadana.
Exactly one of payrollRunIds or filings must be provided.
"2026-02-01"
"2026-02-28"
Link to Cadana payroll runs. Cadana auto-determines filing types
and populates amounts from the tax engine.
Mutually exclusive with filings.
Explicit per-filing data. Use this when you computed the amounts
outside Cadana — works for both source: cadana (Cadana still
files) and source: external (you already filed). Mutually
exclusive with payrollRunIds.
Limit to a specific jurisdiction. If omitted, creates filings for all jurisdictions where the business has active workers.
Limit to specific filing types (only applies when using
payrollRunIds mode). If omitted, creates all applicable
filing types based on worker flags.
Response
Filings created