France (CII(AR)): Referenced Document ID
You can add an ID for a referenced document.
Element
| XPath | Cardinality | Description |
|---|---|---|
Document Reference (ApplicationResponse/DocumentReference) | 1..1 | A group to define a reference to a document. |
Document Receipt Time (ApplicationResponse/DocumentReference/ID | 1..1 | An identifier for a referenced document. Usually the number of the related invoice. |
Example
<ubl:ApplicationResponse>
<!-- code omitted for clarity -->
<cac:DocumentResponse>
<cac:DocumentReference>
<!-- code omitted for clarity -->
<cbc:ID>F202500003</cbc:ID>
<!-- code omitted for clarity -->
</cac:DocumentReference>
<!-- code omitted for clarity -->
</cac:DocumentResponse>
</ubl:ApplicationResponse>
Updated 6 days ago
