Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
[
    {
        "taxrate": "0.00%",
        "countrytype": "Domestic",
        "itemtype": "Goods",
        "taxcode": "1126"
    },
    {
        "taxrate": "0.00%",
        "countrytype": "EU",
        "itemtype": "Service",
        "taxcode": "1129"
    },
    {
        "taxrate": "0.00%",
        "countrytype": "EU",
        "itemtype": "Goods",
        "taxcode": "1130"
    },
    {
        "taxrate": "0.00%",
        "countrytype": "Import",
        "itemtype": "Service",
        "taxcode": "1127"
    },
    {
        "taxrate": "0.00%",
        "countrytype": "Import",
        "itemtype": "Goods",
        "taxcode": "1127"
    }
]

Lookup Results

  • Invalid Tax Codes are not returned by the lookup

    • Inactive = T

    • trandate is not within Effective From and Valid Until.

    • Available on “Sales Transactions

    • FlowAP Document Subsidiary does not belong to Tax Code Subsidiaries

  • When no tax code is found from the hierarchy: “STA_EMPTY” is set on the taxcode element of the FlowAP document JSON data.

  • Internal id of the tax code will be set on the taxcode element of the FlowAP document JSON when a tax rate is found.