VRBL: Line ID
You can add an ID for a line.
Use the ID
subelement of the InvoiceLine element to model this.
More information is provided in the Invoice Line IDs topic.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<cbc:ID>10</cbc:ID>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated 13 days ago