Documentsjabloon · eu.employment.posted_workers_a1_request
Aanvraag draagbaar document A1
- Rendering geverifieerd
- Juridisch gevoelig
- Versie 1.0.0
Request addressed to the competent social-security institution of the sending Member State for issuance of Portable Document A1 under Article 19(2) of Reg. (EC) 987/2009, certifying the legislation applicable to a posted worker per Articles 12 or 13 of Reg. (EC) 883/2004 (as amended by Dir. (EU) 2018/957 on posted workers).
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 56 velden:
| Veld | Verplicht | Type | Beschrijving |
|---|---|---|---|
| request_date | Verplicht | date | Date on which the request is submitted to the competent institution. |
| request_reference | Optioneel | string | Applicant's internal reference for this request. |
| a1_document_number | Optioneel | string | Optional — PD A1 form number, when already issued by the institution in response to this request. |
| sending_institution | Verplicht | object | Competent social-security institution of the sending Member State (Art. 1(q) Reg. 883/2004). |
| sending_institution.name | Verplicht | string | |
| sending_institution.member_state | Verplicht | string | ISO 3166-1 alpha-2 code of the sending Member State. |
| sending_institution.address | Verplicht | string | |
| sending_institution.contact_email | Optioneel | string | |
| sending_institution.reference | Optioneel | string | File reference assigned by the institution, if known. |
| sending_employer | Verplicht | object | Habitual employer established in the sending Member State where the worker normally carries out substantial activities (Art. 14(2) Reg. 987… |
| sending_employer.name | Verplicht | string | |
| sending_employer.legal_form | Optioneel | string | |
| sending_employer.address | Verplicht | string | |
| sending_employer.member_state | Verplicht | string | |
| sending_employer.identifier | Verplicht | string | National company / VAT / employer identifier. |
| sending_employer.social_security_number | Optioneel | string | Employer registration number with the sending social-security institution. |
| sending_employer.contact_person | Optioneel | string | |
| sending_employer.contact_email | Optioneel | string | |
| sending_employer.contact_phone | Optioneel | string | |
| host_employer | Verplicht | object | Undertaking or entity to which the worker is posted in the host Member State (Art. 12(1) Reg. 883/2004). |
| host_employer.name | Verplicht | string | |
| host_employer.address | Verplicht | string | |
| host_employer.member_state | Verplicht | string | |
| host_employer.identifier | Optioneel | string | Host entity national / VAT identifier, where available. |
| host_employer.contact_person | Optioneel | string | |
| host_employer.contact_email | Optioneel | string | |
| host_employer.relationship | Optioneel | enum | Nature of the link between sending employer and host. |
| worker | Verplicht | object | Posted worker subject to the sending Member State's legislation under Art. 12 or 13 Reg. 883/2004. |
| worker.family_name | Verplicht | string | |
| worker.given_name | Verplicht | string |
+26 extra velden — het volledige JSON-schema is beschikbaar in het dashboard en via de API.
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.employment.posted_workers_a1_request",
"data": { ... },
"options": {"language": "nl"}
}' -o posted-workers-a1-request.pdf Veelgestelde vragen
Wat is een “Aanvraag draagbaar document A1”?
Request addressed to the competent social-security institution of the sending Member State for issuance of Portable Document A1 under Article 19(2) of Reg. (EC) 987/2009, certifying the legislation applicable to a posted worker per Articles 12 or 13 of Reg. (EC) 883/2004 (as amended by Dir. (EU) 2018/957 on posted workers). Op papii is dit document beschikbaar als sjabloon eu.employment.posted_workers_a1_request: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.
Kan ik een “Aanvraag draagbaar document A1” 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 “Aanvraag draagbaar document A1” 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.