ProjectReference
You can add a reference to a project.
More information is provided in the Project References topic.
Details
Detail | Value |
---|---|
Name | ProjectReference |
Path | Invoice/ProjectReference |
Definition | A reference to a project. |
Cardinality | 0..1 |
Element
Element | Description |
---|---|
Invoice/ProjectReference/ID | Specify the project's ID. |
Country-Specific Configurations
Example
<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