France (CII(CDAR)): Requested Action Code

Read about the available Requested Action Codes for France documents.

A code indicating what the expected action is (such as a credit note request, amended invoice, and so on) 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 Code (ApplicationResponse/DocumentResponse/Response/Status/UBLExtensions/UBLExtension/ExtensionContent/StatusExtension/RequestedActionCode)0..1A code indicating what the expected action is.

The following OpenPeppol defined codes can be used:

CodeDescription
NOANo Action Required - No action is required
PINAdditional information required - Missing information requested without re-issuing invoice
NINCreate a Corrective Invoice - Request to re-issue a corrected invoice
CNFCreate a Total Asset - Request to fully cancel the referenced invoice with a credit note
CNPCreate a Partial Credit Note - Request to issue partial credit note for corrections only
CNARefund the invoice payment - Request to repay the amount paid on the invoice
OTHOther - Requested action is not defined by code

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:RequestedActionCode>NIN</vrbl:RequestedActionCode>
                                <!-- code omitted for clarity -->
                            </vrbl:StatusExtension>
                        </cec:ExtensionContent>
                    </cec:UBLExtension>
                </cec:UBLExtensions>
            </cac:Status>
        </cac:Response>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>