VRBL: Project References
You can add a reference to a project to your Document.
Element
Use the ProjectReference element to model this information:
Element | Cardinality | Description |
---|---|---|
Project Reference (Invoice/ProjectReference ) | 0..1 | A group of elements providing information about a related Project. |
Project Reference - ID (Invoice/ProjectReference/ID ) | 1..1 | Specify the project's ID. |
Country-Specific configurations
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:ProjectReference>
<cbc:ID>PRJ.11223344</cbc:ID>
</cac:ProjectReference>
<!-- code omitted for clarity -->
</Invoice>
Updated 4 days ago