France (CII(AR)): Referenced Document Issuer Party
You can specify the party who issued the referenced document.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Document Issuer Party (ApplicationResponse/DocumentResponse/DocumentReference/IssuerParty/) | 1..1 | A group to provide information about the party that issued the referenced document. |
Document Issuer Identification (ApplicationResponse/DocumentResponse/DocumentReference/ IssuerParty/PartyIdentification/ID) | 1..1 | A Party Identification Number of the Document Issuer. |
Sender Identification Scheme ID (ApplicationResponse/DocumentResponse/DocumentReference/ IssuerParty/PartyIdentification/ID @schemeID) | 1..1 | The Scheme Identifier of the Party Identification Number of the Document Issuer. |
Restrictions
In France, generally the SIREN numbers are used to identify parties in B2B invoices. If you use the SIREN number, you must specify 0002 in the Sender Identification Scheme ID attribute.
Example
<ubl:ApplicationResponse>
<!-- code omitted for clarity -->
<cac:DocumentResponse>
<cac:DocumentReference>
<!-- code omitted for clarity -->
<cac:IssuerParty>
<cac:PartyIdentification>
<!-- MDT-129 (Reference document issuer ID (global)) -->
<cbc:ID schemeID="0002">100000009</cbc:ID>
</cac:PartyIdentification>
</cac:IssuerParty>
<!-- code omitted for clarity -->
</cac:DocumentReference>
<!-- code omitted for clarity -->
</cac:DocumentResponse>
</ubl:ApplicationResponse>
Updated about 18 hours ago
