China (GTS): Routing Details

Configure the Routing Details for your China documents.

Routing Details

VRBL messages are used to exchange electronic invoices and their related document types such as debit notes, credit notes, and so on. The technical receiver of the VRBL invoice requires a triple to correctly route (also known as 'process') messages. This triple consists of the groups child elements (technical sender and technical receiver) and the document type.

Element metadata

PathCardinalityUsage
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails1..1M

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cec:UBLExtensions>
    <!-- ... omitted for readability -->
    <cec:UBLExtension>
      <!-- ... omitted for readability -->
      <cec:ExtensionContent>
        <!-- ... omitted for readability -->
        <vrbl:InvoiceExtension>
          <!-- ... omitted for readability -->
          <vrbl:RoutingDetails>
            <!-- Unique sender ID. -->
            <vrbl:Sender>CN00000000000</vrbl:Sender>
            <!-- Unique receiver ID. -->
            <vrbl:Receiver>GENERIC_CN_GTS_1p0</vrbl:Receiver>
          </vrbl:RoutingDetails>
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>

Did this page help you?