Business Process Types
The Business Process Type helps recipients process the Document.
Use the ProfileID element to specify urn:vertexinc:vrbl:billing:1
. This value is the same for all countries.
It is used to identify the business process context in which the transaction appears, to enable the Buyer to process the Document in an appropriate way.
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 14 days ago