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

PathDescription
Invoice/ProfileIDYou must specify urn:vertexinc:vrbl:billing:1.

Restrictions

  • You must use urn:vertexinc:vrbl:billing:1 for the ProfileID 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>