VRBL: Line Despatch Reference
You can add a reference to a dispatch at the line level.
Use the DespatchLineReference
subelement of the InvoiceLine element to model at the line level.
More information is provided in the Dispatch Advice References topic.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:DespatchLineReference>
<cbc:LineID>120</cbc:LineID>
<cac:DocumentReference>
<cbc:ID>PO12345</cbc:ID>
</cac:DocumentReference>
</cac:DespatchLineReference>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated 14 days ago