France (CII(CDAR)): Requested Action

You can add the Requested Action to your France documents.

A free text indicating what is the expected action (such as a credit note request or amended invoice, etc.) of the receiver of the Lifecycle status.

Elements

Name (Path)CardinalityDescription
Clarification Information (ApplicationResponse/DocumentResponse/Response/Status)0..1A group of business terms to provide clarification information regarding the status of a referenced document.
Requested Action (ApplicationResponse/DocumentResponse/Response/Status/UBLExtensions/UBLExtension/ExtensionContent/StatusExtension/RequestedAction)0..1A free text indicating what is the expected action.

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
        <cac:Response>
            <!-- code omitted for clarity -->
            <cac:Status>
                <cec:UBLExtensions>
                    <cec:UBLExtension>
                        <cec:ExtensionContent>
                            <vrbl:StatusExtension>
                                <!-- code omitted for clarity -->
                                <vrbl:RequestedAction>Créer une Facture Rectificative</vrbl:RequestedAction>
                                <!-- code omitted for clarity -->
                            </vrbl:StatusExtension>
                        </cec:ExtensionContent>
                    </cec:UBLExtension>
                </cec:UBLExtensions>
            </cac:Status>
        </cac:Response>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>