France (CII(INV)): Contract Reference
You can add text about a contract.
Use the Contract Type element to model the textual description.
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 Type (Invoice/ContractReferenceDocument/DocumentType) | 0..n | The type of contract being referenced, expressed as text |
Contract Document Reference Issue Date (Invoice/ContractReferenceDocument/IssueDate) | 0..1 | The date the purchasing contract was issued |
Example
<ubl:Invoice>
<!-- code omitted for clarity -->
<cac:ContractDocumentReference>
<cbc:ID>CD-11223344</cbc:ID>
<cbc:DocumentType>Contract Type Description</cbc:DocumentType>
</cac:ContractDocumentReference>
<!-- code omitted for clarity -->
</ubl:Invoice>
Updated 3 days ago
