Documentsjabloon · generic.legal.termination_notice_generic
Contract Termination Notice
- Rendering geverifieerd
- Juridisch gevoelig
- Versie 1.0.0
Generic termination notice for a commercial contract (NOT employment — employment dismissal lives in '{cc}.dismissal.*'). Captures the identifying details of the contract being terminated, the legal basis (enum), the effective date and notice period, the grounds where termination is for cause, any wind-down arrangements and surviving obligations.
JSON Schema
Velden in dit sjabloon
Data die naar de API wordt gestuurd, wordt gevalideerd tegen het JSON-schema van het sjabloon vóór er iets wordt gerenderd. Dit sjabloon definieert 28 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| reference | Optioneel | string | |
| date | Optioneel | date | |
| sender | Verplicht | object | |
| sender.legal_name | Verplicht | string | |
| sender.address | Verplicht | string | |
| sender.representative_name | Optioneel | string | |
| sender.representative_role | Optioneel | string | |
| sender.contact_email | Optioneel | string | |
| recipient | Verplicht | object | |
| recipient.legal_name | Verplicht | string | |
| recipient.address | Verplicht | string | |
| recipient.attention | Optioneel | string | |
| contract_reference | Verplicht | object | |
| contract_reference.title | Verplicht | string | |
| contract_reference.date | Verplicht | date | |
| contract_reference.parties | Verplicht | string | |
| contract_reference.reference | Optioneel | string | |
| termination_basis | Verplicht | enum | |
| termination_effective_date | Verplicht | date | |
| notice_period_days | Verplicht | integer | |
| grounds_summary | Optioneel | string | Required if termination_basis == 'breach_unremedied' or 'other'; describes the unremedied breach or other grounds in sufficient detail to s… |
| wind_down_arrangements | Verplicht | string | Transition, data return, final invoicing, handover of deliverables, etc. |
| post_termination_obligations | Verplicht | array of string | |
| signatory | Verplicht | object | |
| signatory.name | Verplicht | string | |
| signatory.role | Verplicht | string | |
| signatory.place | Optioneel | string | |
| signatory.date | Optioneel | date |
POST /render
Genereer het
Eén POST /render-oproep: stuur je JSON, ontvang de afgewerkte PDF. Of sla de JSON over en beschrijf het document in gewone taal op chut.app.
curl -X POST https://api.papii.eu/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "generic.legal.termination_notice_generic",
"data": { ... },
"options": {"language": "nl"}
}' -o termination-notice-generic.pdf Veelgestelde vragen
Wat is een “Contract Termination Notice”?
Generic termination notice for a commercial contract (NOT employment — employment dismissal lives in '{cc}.dismissal.*'). Captures the identifying details of the contract being terminated, the legal basis (enum), the effective date and notice period, the grounds where termination is for cause, any wind-down arrangements and surviving obligations. Op papii is dit document beschikbaar als sjabloon generic.legal.termination_notice_generic: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Contract Termination Notice” genereren met AI?
Ja. chut.app — de AI-backoffice aangedreven door papii — vult dit sjabloon in op basis van een beschrijving in gewone taal: jij beschrijft het document in één zin, de AI structureert de data, papii valideert die tegen het schema en rendert de PDF. Ontwikkelaars kunnen de papii-API ook rechtstreeks aanroepen met gestructureerde JSON.
Is het sjabloon “Contract Termination Notice” juridisch conform?
Dit sjabloon heeft een geverifieerde rendering: het schema, de voorbeelddata en de PDF-uitvoer worden bij elke release automatisch getest. Het is gepubliceerd met status “ready”, wat betekent dat het de finale juridische review van papii nog niet heeft doorlopen. Waar het naar specifieke wetgeving verwijst, staat dat vermeld in de sjabloonbeschrijving — laat documenten met juridische gevolgen altijd door een professional nakijken voor je erop vertrouwt.