Italy: SDI Receiver Code
You must specify an SDI Receiver code.
The Sistema di Interscambio (SDI) Receiver code specifies an accredited channel or public body who can receive the Document.
Use the SdIReceiverCode Extension to specify the code.
Italian Specification
Detail | Value |
---|---|
Italian Specification | 1.1.4 (CodiceDestinatario) |
Element
Element | Description |
---|---|
/Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/SdIReceiverCode | Specify the code. |
Restrictions
- For B2G Documents, the code is 6 characters/digits.
- For B2B Documents, the code is 7 characters/digits.
- For B2B Documents that reference cross-border trade, use
XXXXXXX
. - If the recipient does not have a an accredited channel, the code is
0000000
. - For San Marino, use
2R4GTO8
.
Example
<ubl:Invoice>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<!-- Code omitted for clarity -->
<vrbl:SdIReceiverCode>ABCDEFG</vrbl:SdIReceiverCode>
<!-- Code omitted for clarity -->
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</ubl:Invoice>
Updated about 1 month ago