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
Element | Value |
---|---|
Name | OriginatorDocumentReference |
Path | Invoice/OriginatorDocumentReference |
Definition | A reference to a tender or lot that is associated with this Document. |
Cardinality | 0..n |
Element
Element | Description |
---|---|
Invoice/OriginatorDocumentReference/ID | Specify the ID of the tender or lot. |
Invoice/OriginatorDocumentReference/IssueDate | Specify 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>
Updated about 1 month ago