Skip to main content
GET
Fetch the e-reporting summary for a party
Each kind reports two distinct windows. open_period_* is the window currently being accumulated against (what the party is filling right now); next_due_period_* is the window the platform will generate a report for next, together with its filing next_due_deadline. After a report is generated for the open window, next_due_* advances while open_* stays put until the calendar rolls over. Always returns 200. When the party exists but reporting was never enabled (or was disabled), enabled is false and kinds is empty — this lets callers tell “party not found” (404) apart from “party not reporting”.

Authorizations

Authorization
string
header
required

Authenticate using a valid Invopop enrollment token in the Bearer scheme.

Example: Authorization: Bearer <token>

Path Parameters

silo_entry_id
string
required

ID of the org.Party silo entry being onboarded.

Example:

"5b45453c-cdd0-11ed-afa1-0242ac120002"

Response

Reporting summary for the party.

A party's Flux 10 e-reporting status across all report kinds.

silo_entry_id
string
required

Silo entry (party) the summary is for.

Example:

"5b45453c-cdd0-11ed-afa1-0242ac120002"

siren
string
required

9-digit French SIREN of the party.

Example:

"123456789"

enabled
boolean
required

Whether e-reporting is currently enabled for the party.

Example:

true

kinds
object[]
required

Per-kind status blocks. Empty when reporting is not enabled.

regime
enum<string>

VAT regime driving the reporting cadences. Omitted when reporting is not enabled.

  • real_normal_monthly - Réel normal mensuel.
  • real_normal_quarterly - Réel normal trimestriel.
  • simplified - Réel simplifié.
  • vat_franchise - Franchise en base.
Available options:
real_normal_monthly,
real_normal_quarterly,
simplified,
vat_franchise
Example:

"real_normal_monthly"