VRBL: Line Document Reference
You can a reference to an additional document to a line.
Use the DocumentReference
subelement of the InvoiceLine element to model this information.
More information is provided in the Line Document Reference topic.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:DocumentReference>
<cbc:ID schemeID="PI">ABC.2024.0013</cbc:ID>
</cac:DocumentReference>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated about 2 months ago