China (GTS): Seller ID

Configure the Seller ID for your China documents.

Seller ID

An element providing an identification of the Seller. In China, it is used for the Seller self-assigned ID or to provide the Buyer's internal code for the Seller.

Element metadata

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/AccountingSupplierParty/Party/PartyIdentification/ID1..1M100001Identifier$.companyCode

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:AccountingSupplierParty>
    <!-- ... omitted for readability -->
    <cac:Party>
      <!-- ... omitted for readability -->
      <cac:PartyIdentification>
        <cbc:ID schemeID="VRBL:CN:CODE">00000000000000</cbc:ID>
      </cac:PartyIdentification>
    </cac:Party>
  </cac:AccountingSupplierParty>
</ubl:Invoice>

Did this page help you?