VRBL: Dispatch Advice Reference
You can reference a dispatch advice in your Document.
When an invoice references items that were delivered with separate dispatches, the references should be provided on the line level using the DespatchDocumentReference element.
When the invoiced quantity of an item is delivered in more than one dispatch, the invoice must have separate lines for each dispatch. When dispatches are referenced on line level, you cannot have a document-level reference.
Use the DespatchDocumentReference element to model this information.
Elements
Element | Description |
---|---|
/Invoice/DespatchDocumentReference/ID | An identifier of a referenced dispatch advice. |
/Invoice/DespatchDocumentReference/IssueDate | The date when the dispatch advice was issued. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:DespatchDocumentReference>
<cbc:ID>DN-11223344</cbc:ID>
<cbc:IssueDate>2024-08-30</cbc:IssueDate>
</cac:DespatchDocumentReference>
<!-- code omitted for clarity -->
</Invoice>
Updated 13 days ago