Italy FPA: Project Reference
You can specify a code to represent public investment funds.
The Inter-ministerial Committee for Economic Planning (CIPE) issues codes that represent public investment projects, called the Unified Project Code (UPC).
Use the ID sub-element of the ProjectReference element to specify this code.
Italian Specification
| Detail | Value | 
|---|---|
| Italian Specification | 2.1.2.6 (CodiceCUP) | 
Element
| Path | Description | 
|---|---|
| Invoice/ProjectReference/ID | Specify the code. | 
Restrictions
- This is only used for B2G. It corresponds to the AgID's suggested implementation.
- You must use the UPC.
Example
The following example specifies PROJ4444 for the code:
<ubl:Invoice>
    <cac:ProjectReference>
        <!-- Code omitted for clarity -->
        <cbc:ID>PROJ4444</cbc:ID>
        <!-- Code omitted for clarity -->
    </cac:ProjectReference>
</ubl:Invoice>
Updated about 1 month ago
