DespatchDocumentReference

A reference to a Dispatch Advice associated with this document.

Details

DetailValue
NameDespatchDocumentReference
Path/Invoice/InvoiceLine/DespatchLineReference/
DefinitionA group of elements providing information about the despatch advice line reference for the invoice line.
Cardinality0..1

Elements

ElementDescription
/Invoice/InvoiceLine/DespatchLineReference/LineIDAn identifier for a referenced line within a dispatch advice.
/Invoice/InvoiceLine/DespatchLineReference/DocumentReference/IDAn identifier for a referenced dispatch advice.

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>