France (CII(CDAR)): Referenced Document Additional Party
You can add additional parties to your France documents.
A group of elements used to provide information regarding the change of the payee of the invoice in the event of factoring after invoice transmission.
Technically, it is also possible to provide information about different parties. See the UNCL 3035 subset for allowed values.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Document Reference (ApplicationResponse/DocumentReference) | 1..1 | A group to define a reference to a document. |
Additional Party (ApplicationResponse/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/AdditionalParty) | 0..n | A group of elements providing information about third parties not represented in VRBL core. |
Additional Party Code (ApplicationResponse/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/AdditionalParty/@code) | 1..1 | A code specifying the party role. |
Additional Party Description (ApplicationResponse/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/AdditionalParty/@description) | 0..1 | A description of the party role. |
Restrictions
| Code | Description |
|---|---|
BY | Buyer |
DL | Factor |
SE | Seller |
AB | Buyer's Agent |
SR | Seller's Agent |
PE | Payee |
PR | Payer |
II | Invoicer |
IV | Invoiced (invoiced to, addressed to) |
WK | Electronic invoicing platform or operator (of the supplier/seller or the buyer) |
The Additional Party group has three child elements:
| Name (Path) | Cardinality | Description |
|---|---|---|
Party Information (Party) | 1..1 | A group containing information regarding a party such as IDs, address, legal entity, contact information. |
Party Identifier (Party/PartyIdentification/ID) | 1..1 | An element identifying a party. |
Party Identifier Scheme ID (Party/PartyIdentification/ID/@schemeID) | 1..1 | The scheme identifier of the party identifier. |
A description on how to provide Party Information can be found in the VRBL Core section.
In this context, only the Party Identification ID is used.
Because scheme ID code from the following subset of the ICD 6523 standard are allowed:
| Code | Description |
|---|---|
0002 | SIREN with 9 characters |
0009 | SIRET with 14 characters |
0223 | EU_OUTSIDE_FRANCE with 18 characters |
0227 | OUTSIDE_EU (including Wallis and Futuna) with 18 characters |
0224 | Routing code with 100 characters |
0228 | RIDET with 9 or 10 characters |
0229 | TAHITI with 9 characters |
0226 | INDIVIDUAL with 80 characters |
0238 | Approved platform registration number or PPF with 4 characters |
Example of Additional Party information:
<ubl:ApplicationResponse>
<!-- code omitted for clarity -->
<cac:DocumentResponse>
<cac:DocumentReference>
<!-- code omitted for clarity -->
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:DocumentReferenceExtension>
<!-- code omitted for clarity -->
<vrbl:AdditionalParty code="DL">
<cac:Party>
<cac:PartyIdentification>
<cbc:ID schemeID="0002">333333333</cbc:ID>
</cac:PartyIdentification>
</cac:Party>
</vrbl:AdditionalParty>
<!-- code omitted for clarity -->
</vrbl:DocumentReferenceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- code omitted for clarity -->
</cac:DocumentReference>
<!-- code omitted for clarity -->
</cac:DocumentResponse>
</ubl:ApplicationResponse>
Updated about 3 hours ago
