Wolters Kluwer CCH® SureTax®

    Show / Hide Table of Contents

    SureTax DRC API

    GET Tax Items

    GET Tax Items

    Overview

    This endpoint retrieves additional data from tax items that were previously uploaded into the system.

    OperationId: Get Tax Items

    Authorization Method(s): OAuth

    Verb: GET

    End Point: /Forms/TaxItems



    Query Parameters
    Query parameters in an API operation are key-value pairs that are included in the URL of an API request to filter or modify the data returned by the API. They come after the `?` in the URL and are often used to pass optional parameters like search terms, pagination information, sorting criteria, or filters to narrow down the data in the response.

    Display String Field Name Field Type
    Id id string
    Offset Offset string
    Limit Limit string

    *Mandatory parameter

    GetTaxItemsResponse

    Overview

    GetTaxItemsResponse
    Display NameField NameField Type
    Datadataarray[TaxItem]
    TaxItem
    Display NameField NameField Type
    Company CodecompanyCodestring
    Document NumberdocumentNumberstring
    Fiscal YearfiscalYearstring
    Item NumberitemNumberstring
    Product ClassificationproductClassificationstring
    To_Authoritiesto_Authoritiesarray[Authorities]
    Authorities
    Display NameField NameField Type
    Level SAPlevelSAPstring
    Tax Jurisdiction LeveltaxJurisdictionLevelstring
    Tax Jurisdiction Level CodetaxJurisdictionLevelCodestring
    Tax Jurisdiction For CalctaxJurisdictionForCalcstring
    Tax Jurisdiction For ReportingtaxJurisdictionForReportingstring
    Base AmountbaseAmountstring
    Tax RatetaxRatestring
    Tax AmounttaxAmountstring

    Example Response

    The following is an example response you can expect for this operation

    {
      "data": [
        {
          "companyCode": "1111",
          "documentNumber": "2222\u2019",
          "fiscalYear": "2024",
          "itemNumber": "1",
          "productClassification": "PC",
          "to_Authorities": [
            {
              "levelSAP": "1",
              "taxJurisdictionLevel": "1",
              "taxJurisdictionLevelCode": "DI",
              "taxJurisdictionForCalc": "FULTON",
              "taxJurisdictionForReporting": "GEORGIA",
              "baseAmount": "100.00",
              "taxRate": "0.25",
              "taxAmount": "25.00"
            }
          ]
        }
      ]
    }
    Response Codes
    Response codes in an API indicate the outcome of a request. They are three-digit numbers returned by the server to help the client understand if the request was successful, encountered an error, or needs further action. This operation has the following possible responses.

    code description
    200 The API response contains a list with data from tax items. Success Response - 200 OK. The API will respond with a list of data from tax items and their information.
    204 204 No Content If no records are found for the provided request, the API will respond with a No Content status.
    400 Bad Request - The server could not process the request due to invalid input or missing required parameters.
    401 401 Unauthorized: The user's authentication is not valid.
    500 Internal Server Error - An unexpected error occurred on the server while processing the request.




    Enter Environment Credentials








    Wolters Kluwer Product Name - Page anchor links toWolters Kluwer Product Name - Page anchor links to
    © Wolters Kluwer and/or its affiliates. All rights reserved.