OriginatorDocumentReference

A reference to a tender or lot that is associated with this Document.

More information is provided in the Tender or Lot Reference topic.

Details

ElementValue
NameOriginatorDocumentReference
PathInvoice/OriginatorDocumentReference
DefinitionA reference to a tender or lot that is associated with this Document.
Cardinality0..n

Element

ElementDescription
Invoice/OriginatorDocumentReference/IDSpecify the ID of the tender or lot.
Invoice/OriginatorDocumentReference/IssueDateSpecify the date the referenced tender or lot was issued.

Country-Specific Configurations

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:OriginatorDocumentReference>
        <cbc:ID>TL-11223344</cbc:ID>
        <cbc:IssueDate>2024-07-29</cbc:IssueDate>
    </cac:OriginatorDocumentReference>    
    <!-- code omitted for clarity -->
</Invoice>