Skip to content

Documentsjabloon · generic.customer.renewal_notice

Contract Renewal Notice

  • Rendering geverifieerd
  • Commercieel
  • Versie 1.0.0

Contract-renewal notification sent by a vendor to an existing customer under a fixed-term commercial contract. Captures the current contract reference, term and annual value; the renewal offer's new term and annual value; the price-change percentage; a prose summary of value delivered in the outgoing period; the response deadline for the customer; next steps; and the vendor signatory. Non-regulated commercial document — no statutory source.

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 27 velden:

Veld Verplicht Type Beschrijving
vendor Verplicht object
vendor.name Verplicht string
vendor.address Verplicht string
vendor.contact_email Verplicht string
customer Verplicht object
customer.name Verplicht string
customer.account_id Verplicht string
current_contract Verplicht object
current_contract.reference Verplicht string
current_contract.start_date Verplicht date
current_contract.end_date Verplicht date
current_contract.annual_value Verplicht number
current_contract.currency Verplicht string
renewal_offer Verplicht object
renewal_offer.new_term_start Verplicht date
renewal_offer.new_term_end Verplicht date
renewal_offer.new_annual_value Verplicht number
renewal_offer.currency Verplicht string
renewal_offer.notes Verplicht string
price_change_pct Verplicht number
value_delivered_in_period Verplicht string
customer_responses_required_by Verplicht date
next_steps Verplicht array of string
signatory Verplicht object
signatory.name Verplicht string
signatory.title Verplicht string
signatory.date Verplicht 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
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.customer.renewal_notice",
    "data": { ... },
    "options": {"language": "nl"}
  }' -o renewal-notice.pdf

Veelgestelde vragen

Wat is een “Contract Renewal Notice”?

Contract-renewal notification sent by a vendor to an existing customer under a fixed-term commercial contract. Captures the current contract reference, term and annual value; the renewal offer's new term and annual value; the price-change percentage; a prose summary of value delivered in the outgoing period; the response deadline for the customer; next steps; and the vendor signatory. Non-regulated commercial document — no statutory source. Op papii is dit document beschikbaar als sjabloon generic.customer.renewal_notice: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.

Kan ik een “Contract Renewal 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 Renewal 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.