France (Flux 2 UBL EXT-CTC-FR): Invoice Line Preceding Invoice Reference
You can model references to preceding invoices at the line level.
CIUS-FR allows the usage of the Preceding Invoice Reference group on the line level.
As on the document level, this group also offers the Preceding Invoice Document Type Code element which is used to provide the Invoice Type Code (UNCL 1001) InvoiceTypeCode of the referenced preceding invoice.
This allows an invoice line to be able to refer to a specific preceding invoice.
Elements
| Element (Path) | Cardinality | Description |
|---|---|---|
Preceding Invoice Reference /Invoice/InvoiceLine/BillingReference | 0..1 | A group of elements providing information regarding preceding invoices. |
Invoice Document Reference InvoiceDocumentReference | 1..1 | A group of elements providing information regarding invoice references. |
Preceding Invoice Reference InvoiceDocumentReference/ID | 1..1 | The identification of an invoice that was previously sent by the Seller. |
Preceding Invoice Issue Date InvoiceDocumentReference/IssueDate | 0..1 | The date when the preceding invoice was issued. |
Preceding Invoice Document Type Code InvoiceDocumentReference/DocumentTypeCode | 0..1 | Code specifying the Invoice Type Code (UNCL 1001) of the preceding invoice. |
Example
<ubl:Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<cac:BillingReference>
<cac:InvoiceDocumentReference>
<cbc:ID>INV-99887766</cbc:ID>
<cbc:IssueDate>2025-09-30</cbc:IssueDate>
<cbc:DocumentTypeCode>380</cbc:DocumentTypeCode>
</cac:InvoiceDocumentReference>
</cac:BillingReference>
</cac:InvoiceLine>
<!-- code omitted for clarity -->
</ubl:Invoice>
Updated about 22 hours ago
