Profile ID
You must specify the same Profile ID for all Documents.
Use the ProfileID element to specify urn:vertexinc:vrbl:billing:1
. This setting is the same for all countries.
Elements
Path | Description |
---|---|
Invoice/ProfileID | You must specify urn:vertexinc:vrbl:billing:1 . |
Restrictions
- You must use
urn:vertexinc:vrbl:billing:1
for theProfileID
element.
Example
The following example specifies the ProfileID
for a Romanian invoice:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:ProfileID>urn:vertexinc:vrbl:billing:1</cbc:ProfileID>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 2 months ago