United States (DBNA): Seller Tax Scheme Identifier

Configure the Seller Tax Scheme Identifier for your United States documents.

The tax scheme identifier of the seller. Use TAX.

Elements

PathCardinalityUsageFinal Format Path
Invoice/AccountingSupplierParty/Party/PartyTaxScheme/TaxScheme/ID1..1M/Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cbc:ID

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>TAX</cbc:ID>
        </cac:TaxScheme>
      </cac:PartyTaxScheme>
    </cac:Party>
  </cac:AccountingSupplierParty>
</ubl:Invoice>

Did this page help you?