Skip to content

Document template · be.leave.career_break_request

Career Break / Time Credit Request (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 44 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.bce_number Required string Numéro BCE / KBO (format 0xxx.xxx.xxx).
employer.vat_number Required string Numéro TVA / BTW (format BE0xxxxxxxxx).
employer.onss_number Required string Numéro ONSS / RSZ.
employer.joint_committee Required string Commission paritaire / Paritair Comité.
employer.social_secretariat Optional object
employer.enterprise_size Optional enum Taille de l'entreprise pour déterminer le délai de préavis (< 21 : 6 mois ; ≥ 21 : 3 mois — art. 12 CCT 103).
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.date_of_birth Optional date
employee.start_date Required date Date d'entrée en service — pour vérification de l'ancienneté (art. 5 CCT 103 : 2 ans minimum).
employee.statut Optional enum Statut du travailleur.
employee.function_title Optional string
employee.seniority_years Optional number Ancienneté dans l'entreprise en années (doit être ≥ 2 pour CCT 103).
current_employment Required object
current_employment.hours_per_week Required number Nombre d'heures hebdomadaires actuelles.
current_employment.contract_type Required enum Type de contrat de travail actuel.
current_employment.work_regime Optional enum Régime de travail actuel.
request Required object
request.type Required enum Modalité de crédit-temps demandée : interruption complète, mi-temps, 1/5e, fin de carrière (CCT 105).

+14 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.career_break_request",
    "data": { ... },
    "options": {"language": "en"}
  }' -o career-break-request.pdf

Frequently asked questions

What is “Career Break / Time Credit Request (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.career_break_request: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Career Break / Time Credit Request (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 Career Break / Time Credit Request (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.