OriginatorDocumentReference
A reference to an originator document associated with this document.
Details
Element | Value |
---|---|
Name | OriginatorDocumentReference |
Path | Invoice/OriginatorDocumentReference |
Definition | A reference to an originator document associated with this document. |
Cardinality | 0..n |
Element
Element | Description |
---|---|
Invoice/OriginatorDocumentReference/ID | Specify the ID of the originator Document. |
Country Specific Configurations
Example
The following is for an Italian tender or lot:
<ubl:Invoice>
<cac:BillingReference>
<!-- Code omitted for clarity -->
<cac:OriginatorDocumentReference>
<cbc:ID>TENDR2345</cbc:ID>
</cac:OriginatorDocumentReference>
<!-- Code omitted for clarity -->
</cac:BillingReference>
</ubl:Invoice>
Updated 2 days ago