Create a AR Tax Item
    • 13 Jun 2025
    • 1 Minute to read
    • Dark
      Light

    Create a AR Tax Item

    • Dark
      Light

    Article summary

    Post
    /ar-rest-api/rest/1/artaxitems

    Create Tax Items

    UI Location: Financials - Accounts Receivable - Setup - Local Tables - Tax Codes

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceItem+json
    Body parameters
    object
    Example{ "ArtaxCode": "T7", "ArtaxCompCode": "001", "ArtaxActiveFlag": "Y", "ArtaxDeptCode": "00", "ArtaxAccCode": "11103", "ArtaxHldbkAccCode": "20053", "ArtaxHldbkDeptCode": "00", "ArtaxPercent": "7", "ArtaxFrtCode": "Y", "ArtaxInsCode": "Y", "ArtaxMiscCode": "Y", "ArtaxTaxCode": "N", "ArtaxLneCode": "N", "ArtaxFobCode": "N", "ArtaxApIncFlag": "N", "ArtaxApCreditFlag": "N", "ArtaxApDirectPayFlag": "N", "ArtaxCompoundTaxFlag": "N", "ArtaxNonTaxableFlag": "N", "ArtaxVUuid": "" }
    ArtaxCompCode
    string Required

    Company Code

    ArtaxHldbkDeptCode
    string Required

    AR Tax Liability Retainage Department Code.

    ArtaxInsCode
    string Required

    Is this tax to be calculated on any Insurance charges? Set to ‘Y’ or ‘N’.

    Max length1
    ArtaxLneCode
    string Required

    Leave Null

    Max length1
    ArtaxApCreditFlag
    string Required

    Indicates if this tax is a tax credit type tax (ie. GST/VAT). Set to ‘Y’ or ‘N’.

    Max length1
    ArtaxApDirectPayFlag
    string Required

    Indicates if this tax is directly payable to the government. Set to ‘Y’ or ‘N’.

    Max length1
    ArtaxFrtCode
    string Required

    Is this tax to be calculated on any Freight charges? Set to ‘Y’ or ‘N’.

    Max length1
    ArtaxActiveFlag
    string Required

    Active Flag

    ArtaxApIncFlag
    string Required

    Indicates if this tax is included in the vendor’s invoice amount. Set to ‘Y’ or ‘N’.

    Max length1
    ArtaxMiscCode
    string Required

    Is this tax to be calculated on any Miscellaneous charges? Set to ‘Y’ or ‘N’.

    Max length1
    ArtaxNonTaxableFlag
    string Required

    Flag indicates that the tax code is a non-taxable version (0%) of the regular tax code. A non-taxable tax code will always be of the form ARTAX_CODE appended with an asterisk (*). Set to ‘Y’ or ‘N’.

    Max length1
    ArtaxFobCode
    string Required

    Leave Null

    Max length1
    ArtaxAccCode
    string Required

    AR Tax Liability Account Code

    ArtaxVUuid
    string

    Unique raw ID

    Max length64
    ArtaxDeptCode
    string Required

    AR Tax Liability Department Code

    ArtaxCode
    string Required

    Tax Code

    ArtaxHldbkAccCode
    string Required

    AR Tax Liability Retainage Account Code.

    ArtaxPercent
    string Required

    Tax Percentage.

    ArtaxTaxCode
    string Required

    Leave Null

    Max length1
    ArtaxCompoundTaxFlag
    string Required

    Compound Tax Flag. Set to ‘Y’ or ‘N’.

    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "ArtaxAccCode": "11103",
      "ArtaxActiveFlag": "Y",
      "ArtaxApAccCode": null,
      "ArtaxApCreditFlag": "N",
      "ArtaxApDeptCode": null,
      "ArtaxApDirectPayFlag": "N",
      "ArtaxApHldbkAccCode": null,
      "ArtaxApHldbkDeptCode": null,
      "ArtaxApIncFlag": "N",
      "ArtaxApLiabAccCode": null,
      "ArtaxApLiabDeptCode": null,
      "ArtaxCode": "T7",
      "ArtaxCompCode": "001",
      "ArtaxCompoundTaxFlag": "N",
      "ArtaxDeptCode": "00",
      "ArtaxDirectPayVenCode": null,
      "ArtaxFobCode": "N",
      "ArtaxFrtCode": "Y",
      "ArtaxHldbkAccCode": "20053",
      "ArtaxHldbkDeptCode": "00",
      "ArtaxInsCode": "Y",
      "ArtaxJbCostCatCode": null,
      "ArtaxJbCostPhsCode": null,
      "ArtaxJbInvTaxRegistration": null,
      "ArtaxLneCode": "N",
      "ArtaxMiscCode": "Y",
      "ArtaxName": null,
      "ArtaxNonTaxableFlag": "N",
      "ArtaxPayJourCode": null,
      "ArtaxPayPercent": null,
      "ArtaxPercent": 7,
      "ArtaxShortName": null,
      "ArtaxTaxCode": "N",
      "ArtaxTdsTax": null,
      "ArtaxVUuid": "F2659677F44336FDE05316821FAC36DE",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ar-rest-api/rest/1/artaxitems/F2659677F44336FDE05316821FAC36DE",
          "name": "artaxitems",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ar-rest-api/rest/1/artaxitems/F2659677F44336FDE05316821FAC36DE",
          "name": "artaxitems",
          "kind": "item"
        }
      ]
    }
    object