Skip to main content
Skip table of contents

UT Tax Code

URL

Verbs

Function

/UTTaxCode

GET

Query a list of all Tax Codes

/UTTaxCode/<code>

GET

Query a single Tax Code

Supported modifiers

Query String

Definition

Sample
isActiveOnly include active Tax CodesisActive=true
countryOnly include Tax Codes for the nominated countrycountry=AUS

Security Linked Menu

Menu Item
Located
Tax Code MaintenanceSystem / Taxation

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<UTTaxCode>
    <Code>GST 10%</Code>
    <Description>GST 10% (G1/G11)</Description>
    <ControlAccountNumber>*.*.*</ControlAccountNumber>
    <IsActive>true</IsActive>
    <IsAllowingChange>true</IsAllowingChange>
    <IsAllowingChangeToZero>true</IsAllowingChangeToZero>
    <IsNorthAmericanTax>false</IsNorthAmericanTax>
    <IsPurchasesTaxCode>true</IsPurchasesTaxCode>
    <IsReportingUSETax>false</IsReportingUSETax>
    <IsSalesTaxCode>true</IsSalesTaxCode>
    <IsWETTax>false</IsWETTax>
    <IsZeroRated>false</IsZeroRated>
    <ReduceTaxForPromptDiscount>true</ReduceTaxForPromptDiscount>
    <Country>AUS</Country>
    <SummaryCode>Taxable Supplies</SummaryCode>
    <OidString>2573.18</OidString>
    <Edition>19</Edition>
    <TaxCodeLines collection='true' count='1'>
        <TaxCodeLine>
            <EffectiveDate/>
            <Rate>10.00000000</Rate>
        </TaxCodeLine>
    </TaxCodeLines>
</UTTaxCode>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.