RoutingDetails (Extn)
Used in all countries to specify Sender and Receiver IDs.
This Extension can be used to specify the following:
- Sender IDs
- Receiver IDs
- Receiver details
Elements
Name (Path) | Cardinality | Description |
---|---|---|
Routing Details Group (UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails ) | Groups information about routing details | |
Sender ID (UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/Sender ) | The sender's ID. This is agreed to during your implementation project between you and Vertex and any other stakeholders. | |
Receiver ID (UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/ Receiver ) | The Receiver's ID. This needs to specify the Receiver for the country. A list of all Receivers is provided in the next section. | |
Receiver Details (UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/ ReceiverDetails ) | 0..1 | The technical final receiver address. Only used for email (SMTP). |
Format-Specific Configurations
Example
Here is an example for a German B2B Document:
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<vrbl:RoutingDetails>
<vrbl:Sender>DE000000000</vrbl:Sender>
<vrbl:Receiver>GENERIC_PEPPOL_UBL_DE</vrbl:Receiver>
</vrbl:RoutingDetails>
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtensi
Updated 5 days ago