France (CII(AR)): Referenced Document Issue Date

You can specify the issue date for a referenced document.

Element

XPathCardinalityDescription
Document Reference (ApplicationResponse/DocumentReference)1..1A group to define a reference to a document.
Document Receipt Time (ApplicationResponse/DocumentReference/IssueDate1..1The date of the referenced document. Usually the date the original invoice was issued.

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
		<cac:DocumentReference>
            <!-- code omitted for clarity -->
            <cbc:IssueDate>2025-07-01</cbc:IssueDate> 
            <!-- code omitted for clarity -->
        </cac:DocumentReference>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>