Invoice Line IDs
You can an ID to lines in your Documents.
Use the ID
subelement of the InvoiceLine element to model this.
Element
Element | Description |
---|---|
Invoice/InvoiceLine/ID | Specify the invoice line ID. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<cbc:ID>10</cbc:ID>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated about 2 months ago