DespatchDocumentReference

A reference to a Dispatch Advice associated with this document.

Use this element to specify dispatch information at the Document level.

Use the DespatchLineReference element to specify the details at the line level.

Restrictions

  • If the Document references charges to items that were delivered in separate dispatches. these references should be provided on the line level.
  • If an item is delivered in multiple dispatches, the Document must specify individual lines
  • If you do specify the dispatch information at the Line level, you cannot specify it at the Document level.

Elements

Name (Path)CardinalityDescription
Dispatch Document Reference (/Invoice/DespatchDocumentReference)0..1A group of elements providing information about the dispatch advice reference at the Document level.
Dispatch Document Reference ID (/Invoice/DespatchDocumentReference/ID)1..1An identifier for the dispatch document.
Dispatch Document Reference Issue Date (/Invoice/DespatchDocumentReference/IssueDate)0..1The date of issue.

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>