France (CII(AR)): Structured Rejection Note

You can add a rejection note to explain the reasons for the rejection.

Element

Name (Path)CardinalityDescription
Free-Text Note (ApplicationResponse/DocumentResponse/Response/Status/UBLExtensions/ UBLExtension/ExtensionContent/StatusExtension/Note)0..1Free-text reason for the rejection of a document
Free-Text Note Type (ApplicationResponse/DocumentResponse/Response/Status/UBLExtensions/ UBLExtension/ExtensionContent/StatusExtension/vrbl:Note @code)0..1Code identifying the type of free-text note. It needs to follow the UNTDID 4451 list

Restrictions

You must use a code from the UNTDID 4451 list in the Free-Text Note Type attribute.

Example

This example shows a structured rejection note group that is related to a rejected invoice:

<ubl:ApplicationResponse>    
    <!-- code omitted for clarity -->
    <cac:Status>
    	<cec:UBLExtensions>
		    <cec:UBLExtension>
    			<cec:ExtensionContent>
				    <vrbl:StatusExtension>
					    <vrbl:Note code="AHN">Facture identique reçue sur une autre adresse</vrbl:Note>
				    </vrbl:StatusExtension>
			    </cec:ExtensionContent>
		    </cec:UBLExtension>
	    </cec:UBLExtensions>			
    </cac:Status>
    <!-- code omitted for clarity -->
</ubl:ApplicationResponse>