InvoiceLine/ID
You can add an ID for a line at the line level.
More information about these IDs is provided in the VRBL: Invoice Line IDs topic.
You can use the ID element to model this information at the Document-level.
Element
| Name (Path) | Cardinality | Description |
|---|---|---|
Invoice Line Identifier (Invoice/InvoiceLine/ID) | 1..1 | A unique identifier for the individual line within the invoice. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<cbc:ID>10</cbc:ID>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated 20 days ago
