Documentsjabloon · generic.legal.agency_agreement
Handelsagentuurovereenkomst
- Rendering geverifieerd
- Juridisch gevoelig
- Versie 1.0.0
Commercial agency contract under Council Directive 86/653/EEC on self-employed commercial agents (as transposed in each Member State). Captures the principal-agent relationship, territory, commission basis, mandatory notice periods and the post-termination indemnity / compensation regime (Arts. 17–18 of the Directive) which the parties cannot derogate from to the agent's detriment (Art. 19).
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 26 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| reference | Optioneel | string | |
| effective_date | Optioneel | date | |
| principal | Verplicht | object | |
| agent | Verplicht | object | |
| territory | Verplicht | array of string | |
| products_or_services_in_scope | Verplicht | array of string | |
| exclusivity | Verplicht | enum | |
| commission_rate_pct | Verplicht | number | |
| commission_basis | Verplicht | string | Art. 7 Dir. 86/653/EEC: on which transactions the commission is due, timing, and how it is calculated. |
| expenses_policy | Optioneel | string | |
| agent_obligations | Verplicht | array of string | |
| principal_obligations | Verplicht | array of string | |
| term | Verplicht | object | |
| term.type | Verplicht | enum | |
| term.start_date | Optioneel | date | |
| term.end_date | Optioneel | date | Only for fixed-term contracts. |
| termination_provisions | Verplicht | object | |
| termination_provisions.notice_periods | Verplicht | string | Art. 15 Dir. 86/653/EEC minimums: 1 month in year 1, 2 in year 2, 3 in year 3+ (Member States may extend). |
| termination_provisions.indemnity_or_compensation_clause | Verplicht | string | Art. 17 Dir. 86/653/EEC: Member State choice of indemnity (default, up to 1 year's average commission) or compensation (damages). |
| post_termination_non_compete_optional | Optioneel | object | |
| post_termination_non_compete_optional.duration_months | Verplicht | integer | Art. 20 Dir. 86/653/EEC caps at 2 years. |
| post_termination_non_compete_optional.territory | Verplicht | string | |
| post_termination_non_compete_optional.activities | Verplicht | string | |
| post_termination_non_compete_optional.compensation | Optioneel | string | |
| governing_law | Verplicht | string | |
| signatories | Verplicht | array |
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.agency_agreement",
"data": { ... },
"options": {"language": "nl"}
}' -o agency-agreement.pdf Veelgestelde vragen
Wat is een “Handelsagentuurovereenkomst”?
Commercial agency contract under Council Directive 86/653/EEC on self-employed commercial agents (as transposed in each Member State). Captures the principal-agent relationship, territory, commission basis, mandatory notice periods and the post-termination indemnity / compensation regime (Arts. 17–18 of the Directive) which the parties cannot derogate from to the agent's detriment (Art. 19). Op papii is dit document beschikbaar als sjabloon generic.legal.agency_agreement: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Handelsagentuurovereenkomst” 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 “Handelsagentuurovereenkomst” 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.