Skip to content

Document template · generic.customer.upgrade_proposal

Service Upgrade Proposal

  • Render-verified
  • Commercial
  • Version 1.0.0

Proposal issued by a vendor to an existing customer to upgrade / expand the subscribed services. Captures the customer's current usage, the proposed upgrade's description, new features and implementation plan, commercial terms (upfront + recurring fee, term, early-termination terms), expected benefits, a current-vs-proposed comparison table and the offer validity date. Non-regulated commercial document — no statutory source.

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

Field Required Type Description
vendor Required object
vendor.name Required string
vendor.address Required string
vendor.contact_email Required string
customer Required object
customer.name Required string
customer.account_id Required string
current_usage_summary Required string
proposed_upgrade Required object
proposed_upgrade.description Required string
proposed_upgrade.new_features Required array of string
proposed_upgrade.implementation_plan_summary Required string
commercial_terms Required object
commercial_terms.upfront_fee Required number
commercial_terms.recurring_fee Required number
commercial_terms.currency Required string
commercial_terms.term_months Required integer
commercial_terms.early_termination_terms Required string
expected_benefits Required array of string
comparison_table Required array of object
comparison_table[].dimension Required string
comparison_table[].current Required string
comparison_table[].proposed Required string
validity_of_offer_until Required date
signatory Required object
signatory.name Required string
signatory.title 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.customer.upgrade_proposal",
    "data": { ... },
    "options": {"language": "en"}
  }' -o upgrade-proposal.pdf

Frequently asked questions

What is “Service Upgrade Proposal”?

Proposal issued by a vendor to an existing customer to upgrade / expand the subscribed services. Captures the customer's current usage, the proposed upgrade's description, new features and implementation plan, commercial terms (upfront + recurring fee, term, early-termination terms), expected benefits, a current-vs-proposed comparison table and the offer validity date. Non-regulated commercial document — no statutory source. On papii this document is available as template generic.customer.upgrade_proposal: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Service Upgrade Proposal 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 Service Upgrade Proposal 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.