VRBL: Invoice Line IDs

You can an ID to lines in your Documents.

Element

Use the InvoiceLine/ID element to model this information:

Name (Path)CardinalityDescription
Invoice Line Identifier (Invoice/InvoiceLine/ID)1..1A 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>