France (CII(AR)): Status Date

You can specify the date from which the status takes affect.

Element

NameCardinalityDescription
Document Response Group (ApplicationResponse/DocumentResponse/Response)1..1A group of elements detailing the response information included in the Lifecycle Document.
Response Code Status Date (ApplicationResponse/DocumentResponse/Response/EffectiveDate)1..1Specify the date from which the status takes affect.

Example

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