China (GTS): Routing Details Sender

Configure the Routing Details Sender for your China documents.

Routing Details Sender

The unique technical sender identifier. Use the Tax ID of the Seller.

Element metadata

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/RoutingDetails/Sender1..1M123456789012345Identifier$.sellerTax

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>
            <vrbl:Sender>CN00000000000</vrbl:Sender>
            <!-- ... omitted for readability -->
          </vrbl:RoutingDetails>
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>

Did this page help you?