VRBL: Contract References
You can add a reference to a purchasing contract in your Documents.
You can add an ID and an issue date to help identify the contract.
Elements
Use the ContractDocumentReference element to model this information:
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 20 days ago