ContractDocumentReference
You can add a reference to a purchasing contract to your Document.
Elements
| Element | Cardinality | Description | 
|---|---|---|
| Contract Document Reference ( Invoice/ContractReferenceDocument/) | 0..1 | Group of information that references a purchasing contract that is associated with this document. | 
| Contract Document Reference ID Invoice/ContractReferenceDocument/ID) | 1..1 | The identifier of the purchasing contract. | 
| Contract Document Reference Issue Date ( Invoice/ContractReferenceDocument/IssueDate) | 0..1 | The date the purchasing contract was issued. | 
Example
<Invoice>
    <!-- code omitted for clarity -->
    <cac:ContractDocumentReference>
        <cbc:ID>CD-11223344</cbc:ID>
        <cbc:IssueDate>2024-07-01</cbc:IssueDate>
    </cac:ContractDocumentReference>    
    <!-- code omitted for clarity -->
</Invoice>
Updated 5 months ago
