France (CII(AR)): Referenced Document ID

You can add an ID 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/ID1..1An 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>