Project References
You can add a reference to a project to your Document.
Use the ProjectReference element to model this information.
Element
Element | Description |
---|---|
Invoice/ProjectReference/ID | 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 14 days ago