Sender (Extn)
Used to specify the Sender ID.
Details
Component | Value |
---|---|
Name | RoutingDetails |
Path | Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/Sender |
Data Type | RoutingDetails |
Type | n/a |
Minimum Occurrence | 0 |
Maximum Occurrence | n/a |
Super Ordinate Element | RoutingDetails (Extn) |
Global Topics | Sender ID |
Element
Element | Description |
---|---|
UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/Sender | The sender's ID. This is agreed during your implementation project between you and Vertex and any other stakeholders. |
Example
The following example is from the Sender ID topic:
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<vrbl:RoutingDetails>
<vrbl:Sender>ERP_EU_25</vrbl:Sender>
<vrbl:Receiver>GENERIC_MY_MYINVOIS_1p0p0</vrbl:Receiver>
</vrbl:RoutingDetails>
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
Updated about 1 month ago