China (GTS): Seller Tax Scheme ID

Configure the Seller Tax Scheme ID for your China documents.

Seller Tax Scheme ID

The scheme of the tax identifier. Use VAT.

Element metadata

PathCardinalityUsageExample Value
Invoice/AccountingSupplierParty/Party/PartyTaxScheme/TaxScheme/ID1..1MVAT

Mapping logic

if /ubl:Invoice/cbc:InvoiceTypeCode = 380

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:AccountingSupplierParty>
    <!-- ... omitted for readability -->
    <cac:Party>
      <!-- ... omitted for readability -->
      <cac:PartyTaxScheme>
        <!-- ... omitted for readability -->
        <cac:TaxScheme>
          <cbc:ID>VAT</cbc:ID>
        </cac:TaxScheme>
      </cac:PartyTaxScheme>
    </cac:Party>
  </cac:AccountingSupplierParty>
</ubl:Invoice>

Did this page help you?