Skip to content

Modèle de document · eu.employment.posted_workers_a1_request

Demande de document portable A1

  • Rendu vérifié
  • Sensible juridiquement
  • Version 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

Champs de ce modèle

Les données envoyées à l'API sont validées par le schéma JSON du modèle avant tout rendu. Ce modèle définit 56 champs :

Champ Obligatoire Type Description
request_date Obligatoire date Date on which the request is submitted to the competent institution.
request_reference Optionnel string Applicant's internal reference for this request.
a1_document_number Optionnel string Optional — PD A1 form number, when already issued by the institution in response to this request.
sending_institution Obligatoire object Competent social-security institution of the sending Member State (Art. 1(q) Reg. 883/2004).
sending_institution.name Obligatoire string
sending_institution.member_state Obligatoire string ISO 3166-1 alpha-2 code of the sending Member State.
sending_institution.address Obligatoire string
sending_institution.contact_email Optionnel string
sending_institution.reference Optionnel string File reference assigned by the institution, if known.
sending_employer Obligatoire 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 Obligatoire string
sending_employer.legal_form Optionnel string
sending_employer.address Obligatoire string
sending_employer.member_state Obligatoire string
sending_employer.identifier Obligatoire string National company / VAT / employer identifier.
sending_employer.social_security_number Optionnel string Employer registration number with the sending social-security institution.
sending_employer.contact_person Optionnel string
sending_employer.contact_email Optionnel string
sending_employer.contact_phone Optionnel string
host_employer Obligatoire object Undertaking or entity to which the worker is posted in the host Member State (Art. 12(1) Reg. 883/2004).
host_employer.name Obligatoire string
host_employer.address Obligatoire string
host_employer.member_state Obligatoire string
host_employer.identifier Optionnel string Host entity national / VAT identifier, where available.
host_employer.contact_person Optionnel string
host_employer.contact_email Optionnel string
host_employer.relationship Optionnel enum Nature of the link between sending employer and host.
worker Obligatoire object Posted worker subject to the sending Member State's legislation under Art. 12 or 13 Reg. 883/2004.
worker.family_name Obligatoire string
worker.given_name Obligatoire string

+26 champs supplémentaires — le schéma JSON complet est disponible dans le tableau de bord et via l'API.

POST /render

Générez-le

Un seul appel POST /render : envoyez votre JSON, recevez le PDF final. Ou passez-vous du JSON et décrivez le document en langage naturel sur 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": "eu.employment.posted_workers_a1_request",
    "data": { ... },
    "options": {"language": "fr"}
  }' -o posted-workers-a1-request.pdf

Questions fréquentes

Qu'est-ce qu'un « Demande de document portable 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). Sur papii, ce document est disponible sous forme du modèle eu.employment.posted_workers_a1_request : un schéma JSON associé à un rendu PDF déterministe — les mêmes données produisent toujours le même document.

Puis-je générer un « Demande de document portable A1 » avec l'IA ?

Oui. chut.app — le back-office IA propulsé par papii — remplit ce modèle à partir d'une description en langage naturel : vous décrivez le document en une phrase, l'IA structure les données, papii les valide contre le schéma et génère le PDF. Les développeurs peuvent aussi appeler directement l'API papii avec du JSON structuré.

Le modèle « Demande de document portable A1 » est-il conforme juridiquement ?

Ce modèle est au rendu vérifié : son schéma, ses données d'exemple et sa sortie PDF sont testés automatiquement à chaque version. Il est publié avec le statut « ready », ce qui signifie qu'il n'a pas encore passé la revue juridique finale de papii. Lorsqu'il fait référence à une législation précise, celle-ci est indiquée dans la description du modèle — faites toujours vérifier par un professionnel les documents à portée juridique avant de vous y fier.