Skip to content

Document template · generic.facilities.lease_termination

Lease Termination Notice

  • Render-verified
  • Legal-sensitive
  • Version 1.0.0

Formal notice of lease termination sent by one party (lessor or lessee) to the other. Country-agnostic. Supports end-of-term, contractual break-clause, mutual termination and early termination for cause. BE reference: Loi 30.04.1951 on commercial leases (3-6-9 triennial break) and Code civil; FR: Code de commerce L145-9 (congé triennal); DE: BGB paragraphs 542, 568.

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 22 fields:

Field Required Type Description
sender_role Required enum
sender_details Required object
recipient_details Required object
lease_reference Required object
lease_reference.address Required string
lease_reference.date Required date
lease_reference.contract_ref Required string
premises_address Required string
termination_type Required enum
termination_date Required date
notice_period_days Required integer
grounds_prose Optional string
handover_arrangements Required object
handover_arrangements.date Required date
handover_arrangements.condition_expected Required string
handover_arrangements.meter_readings_required Required boolean
deposit_return_address Required string
signatory Required object
signatory.name Required string
signatory.role Required string
signatory.place Required string
signatory.date Required date

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": "generic.facilities.lease_termination",
    "data": { ... },
    "options": {"language": "en"}
  }' -o lease-termination.pdf

Frequently asked questions

What is “Lease Termination Notice”?

Formal notice of lease termination sent by one party (lessor or lessee) to the other. Country-agnostic. Supports end-of-term, contractual break-clause, mutual termination and early termination for cause. BE reference: Loi 30.04.1951 on commercial leases (3-6-9 triennial break) and Code civil; FR: Code de commerce L145-9 (congé triennal); DE: BGB paragraphs 542, 568. On papii this document is available as template generic.facilities.lease_termination: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Lease Termination Notice 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 Lease Termination Notice 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.