Invoice Line IDs

You can an ID to lines in your Documents.

Use the ID subelement of the InvoiceLine element to model this.

Element

ElementDescription
Invoice/InvoiceLine/IDSpecify the invoice line ID.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <cbc:ID>10</cbc:ID>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>