VRBL: Universally Unique Identifier (UUID)
A universally unique identifier for an instance of this document.
You can specify this at the Document or Line level.
Element
Document level
Use the UUID element to model this information at the Document level:
Name (Path) | Cardinality | Description |
---|---|---|
UUID (Invoice/UUID ) | 0..1 | A universally unique identifier for an instance of this document. |
Line level
Use the InvoiceLine/UUID element to model this information at the line level:
Name (Path) | Cardinality | Description |
---|---|---|
Invoice Line UUID (Invoice/InvoiceLine/UUID ) | 1..1 | A universal unique invoice line identification. |
Country-Specific configurations
The following country-specific configurations exist:
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:UUID>8d487816-70b8-4ade-a618-9d620b73814a</cbc:UUID>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 1 day ago