Skip to content

Document template · be.leave.c32_card

C32 Control Card --- Temporary Unemployment (BE)

  • Render-verified
  • Official document
  • Version 1.0.0

Leave and absence documents: approvals, rejections, career break forms, parental leave notifications, temporary unemployment, and C3.2 cards.

JSON Schema

Fields in this template

Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 39 fields:

Field Required Type Description
letter Required object
letter.place Required string
letter.date Required date
letter.language Required enum
letter.reference Optional string
employer Required object
employer.name Required string
employer.address Required string
employer.onss_number Required string Numéro d'immatriculation ONSS / RSZ (format 1.xxx.xxx-xx).
employer.bce_number Required string Numéro BCE / KBO (format 0xxx.xxx.xxx).
employer.vat_number Optional string
employer.joint_committee Optional string
employer.temp_unemployment_type Optional enum Type de chômage temporaire déclaré par l'employeur (art. 49--51bis AR 25.11.1991).
employee Required object
employee.surname Required string
employee.given_name Required string
employee.address Required string
employee.national_register_number Required string NISS / Rijksregisternummer (format YY.MM.DD-NNN.CC).
employee.statut Optional enum Statut du travailleur (ouvrier / employé).
employee.function_title Optional string
card Required object
card.month Required integer Mois de la carte (1=janvier ... 12=décembre).
card.year Required integer Année de la carte.
card.reference Optional string Référence interne de la carte (optionnel).
days Required array of object
days[].day Required integer Numéro du jour dans le mois.
days[].status Required enum Statut du jour : worked=travaillé, unemployed=chômage temporaire, weekend=week-end, holiday=jour férié, sick=maladie, training=formation re…
totals Required object
totals.days_worked Required integer Total de jours travaillés dans le mois.
totals.days_unemployed Required integer Total de jours de chômage temporaire dans le mois.

+9 more fields — the full JSON Schema is available in the dashboard and via the API.

POST /render

Generate it

One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.

curl
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "be.leave.c32_card",
    "data": { ... },
    "options": {"language": "en"}
  }' -o c32-card.pdf

Frequently asked questions

What is “C32 Control Card --- Temporary Unemployment (BE)”?

Leave and absence documents: approvals, rejections, career break forms, parental leave notifications, temporary unemployment, and C3.2 cards. On papii this document is available as template be.leave.c32_card: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a C32 Control Card --- Temporary Unemployment (BE) with AI?

Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.

Is the C32 Control Card --- Temporary Unemployment (BE) template legally compliant?

This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.