France (Flux 2 UBL EXT-CTC-FR): Preceding Invoice Reference
You can reference the Document Type Code and other information about a referenced preceding invoice.
CIUS-FR extends the usage of the Preceding Invoice Reference group, by adding the possibility to provide the Document Type Code element DocumentTypeCode.
This element is used to provide the Invoice Type Code (UNCL 1001) InvoiceTypeCode of the referenced preceding invoice.
Elements
Use the BillingReference element to model this information:
| Name (Path) | Cardinality | Description |
|---|---|---|
Preceding Invoice Reference (/Invoice/BillingReference) | 0..n | 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. |
Restrictions
The following subset of the UNCL 1001 code list can be used for the Preceding Invoice Document Type Code:
| Code | Type | Description |
|---|---|---|
380 | Simple invoices | Commercial invoice |
389 | Simple invoices | Self-billed invoice |
393 | Simple invoices | Factored invoice |
501 | Simple invoices | Self-billed factored invoice |
386 | Deposit invoices | Deposit invoice |
500 | Deposit invoices | Self-invoiced deposit invoice |
384 | Corrective invoices | Corrective invoice |
471 | Corrective invoices | Self-invoiced corrective invoice |
472 | Corrective invoices | Factored corrective invoice |
473 | Corrective invoices | Self-invoiced corrective invoice invoiced |
261 | Credit notes | Self-invoiced credit note |
262 | Credit notes | Credit note for global discount |
381 | Credit notes | Credit note |
396 | Credit notes | Invoiced credit note |
502 | Credit notes | Self-invoiced credit note invoiced |
503 | Credit notes | Credit note for advance payment invoice |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:BillingReference>
<cac:InvoiceDocumentReference>
<ID>INV-99887766</ID>
<IssueDate>2025-09-30</IssueDate>
<DocumentTypeCode>380</DocumentTypeCode>
</cac:InvoiceDocumentReference>
</cac:BillingReference>
<!-- code omitted for clarity -->
</Invoice>
Updated about 20 hours ago
