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) | Cardinality | Description |
|---|---|---|
Clarification Information (ApplicationResponse/DocumentResponse/Response/Status) | 0..1 | A 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..1 | A code indicating what the expected action is. |
The following OpenPeppol defined codes can be used:
| Code | Description |
|---|---|
NOA | No Action Required - No action is required |
PIN | Additional information required - Missing information requested without re-issuing invoice |
NIN | Create a Corrective Invoice - Request to re-issue a corrected invoice |
CNF | Create a Total Asset - Request to fully cancel the referenced invoice with a credit note |
CNP | Create a Partial Credit Note - Request to issue partial credit note for corrections only |
CNA | Refund the invoice payment - Request to repay the amount paid on the invoice |
OTH | Other - 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>
Updated about 3 hours ago
