Documentsjabloon · eu.trade.ec_sales_list
EC Sales List
- Rendering geverifieerd
- Officieel document
- Versie 1.0.0
Goods-focused per-customer recapitulation of intra-community supplies. Several member states separate the 'EC Sales List' (ESL, goods-only) from the broader Art. 262 recapitulative statement that covers services; this template produces the ESL view specifically.
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 23 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| declarant | Verplicht | object | |
| declarant.name | Verplicht | string | |
| declarant.vat_id | Verplicht | string | |
| declarant.address | Optioneel | string | |
| declarant.contact_name | Optioneel | string | |
| declarant.contact_email | Optioneel | string | |
| period | Verplicht | object | |
| period.year | Verplicht | integer | |
| period.month | Optioneel | integer | |
| period.quarter | Optioneel | integer | |
| lines | Verplicht | array of object | |
| lines[].customer_country_code | Verplicht | string | |
| lines[].customer_vat_id | Verplicht | string | |
| lines[].customer_name | Optioneel | string | |
| lines[].value | Verplicht | number | |
| lines[].indicator | Verplicht | enum | HMRC-style indicator: 0 = B2B supply of goods, 2 = triangular, 3 = services reverse-charged. |
| totals | Verplicht | object | |
| totals.currency | Verplicht | string | |
| totals.total | Verplicht | number | |
| totals.line_count | Optioneel | integer | |
| filed_on | Optioneel | date | |
| reference | Optioneel | string | |
| correction | Optioneel | boolean | True if this filing corrects a previous submission. |
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": "eu.trade.ec_sales_list",
"data": { ... },
"options": {"language": "nl"}
}' -o ec-sales-list.pdf Veelgestelde vragen
Wat is een “EC Sales List”?
Goods-focused per-customer recapitulation of intra-community supplies. Several member states separate the 'EC Sales List' (ESL, goods-only) from the broader Art. 262 recapitulative statement that covers services; this template produces the ESL view specifically. Op papii is dit document beschikbaar als sjabloon eu.trade.ec_sales_list: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “EC Sales List” 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 “EC Sales List” 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.