Germany B2G: Receiver Details
If you send Documents using email, you must specify the email address.
More general information about Routing Details is provided in the VRBL: Routing Details topic.
You can submit German B2G Documents using email (SMTP).
If you do so, you need to include the email address in the Receiver Details element.
If you use PEPPOL instead, you need to add the Buyer's electronic address in the another element. This is explained in the Germany B2G: Buyer's Electronic Address topic. In this case, you do not need to use the Receiver Details element.
Element
Use the following sub-elements of the RoutingDetails (Extn) Extension:
Name (Path) | Cardinality | Description |
---|---|---|
Receiver Details (UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/ ReceiverDetails ) | 0..1 | The technical final receiver address. Only used for email (SMTP). |
Example
<Invoice>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<vrbl:RoutingDetails>
<!-- unique sender ID -->
<vrbl:Sender>DE123456789</vrbl:Sender>
<!-- unique receiver ID -->
<vrbl:Receiver>GENERIC_PEPPOL_SMTP_DE_XRECHNUNG_3p0p1</vrbl:Receiver>
<vrbl:ReceiverDetails>[email protected]</vrbl:ReceiverDetails>
</vrbl:RoutingDetails>
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- unique document type id -->
<cbc:CustomizationID>urn:vertexinc:vrbl:billing:1</cbc:CustomizationID>
<!-- code omitted for clarity -->
</Invoice>
Updated about 19 hours ago