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

You can add the date received to your application responses.

Elements

XPathCardinalityDescription
Document Reference (ApplicationResponse/DocumentReference)1..1A group to define a reference to a document
Document Receipt Date (ApplicationResponse/DocumentReference/UBLExtensions// DocumentReferenceExtension/ReceiptDate)1..1The date the referenced document was received

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
		<cac:DocumentReference>
            <!-- code omitted for clarity -->
            <cec:UBLExtensions>
				<cec:UBLExtension>
					<cec:ExtensionContent>
						<vrbl:DocumentReferenceExtension>
							<vrbl:ReceiptDate>2025-07-01</vrbl:ReceiptDate>
                            <!-- code omitted for clarity -->
						</vrbl:DocumentReferenceExtension>
					</cec:ExtensionContent>
				</cec:UBLExtension>
			</cec:UBLExtensions>	
            <!-- code omitted for clarity -->
        </cac:DocumentReference>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>