France (CII(INV)): Invoice Line Notes
You must qualify notes on the line level.
Elements
Use the Note element to model this information:
| (Path) | Cardinality | Description |
|---|---|---|
Invoice Line Note (Invoice/InvoiceLine/Note) | 0..1 | A textual note that gives unstructured information that is relevant to the invoice line |
Restrictions
- You can use a value from the UNCL 4451 list to model the qualifier.
- Use the format
#Qualifier#Free-Textto model the code.
Example
<ubl:Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cbc:Note>#SUR#New article number 12345</cbc:Note>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</ubl:Invoice>
Updated about 18 hours ago
