Wolters Kluwer CCH® SureTax®

    Show / Hide Table of Contents

    SureTax Returns API

    GET Due Forms

    GET Due Forms

    Overview

    This API retrieves the open obligations from the partner/external system.

    This API provides access to retrieve current open obligations from the partner or external system. Open obligations represent pending or ongoing tasks, commitments, or responsibilities within the system.

    OperationId: GET Due Forms

    Authorization Method(s): OAuth</a

    Verb: GET

    End Point: /api/v1/Forms/DueForms



    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
    External Reporting Entity* ExternalReportingEntity string
    Start Date For Reporting Period* StartDateForReportingPeriod string
    Reporting Period From Date ReportingPeriodFromDate string
    Reporting Period To Date ReportingPeriodToDate string
    Include Locations IncludeLocations boolean
    Offset Offset integer
    Limit Limit integer
    Honor Reporting Period To Date honorReportingPeriodToDate boolean
    Location Id LocationId string
    Reporting Country ReportingCountry string
    Reporting Year ReportingYear integer
    Reporting Periodicity ReportingPeriodicity string
    Reporting Period Num ReportingPeriodNum string
    Form Id FormId string
    Submission Mode SubmissionMode string
    Due Date DueDate string

    *Mandatory parameter

    DueFormsResponse

    Overview

    The response object containing a list of due forms.

    DueFormsResponse
    Display NameField NameField Type
    Data dataarray[DueFormEntity]
    DueFormEntity
    Display NameField NameField Type
    Reporting Year reportingYearstring
    Reporting Country reportingCountrystring
    Reporting Period From Date reportingPeriodFromDatestring
    Reporting Period To Date reportingPeriodToDatestring
    Due Date dueDatestring
    Form Id formIdstring
    Reporting Periodicity reportingPeriodicitystring
    Reporting Period Num reportingPeriodNumstring
    Submission Mode submissionModestring

    Example Response

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

    {
      "data": [
        {
          "reportingYear": "2023",
          "reportingCountry": "US",
          "reportingPeriodFromDate": "2023-01-01",
          "reportingPeriodToDate": "2023-03-31",
          "dueDate": "2023-04-15",
          "formId": "FORM12345",
          "reportingPeriodicity": "Q",
          "reportingPeriodNum": "04",
          "submissionMode": "M"
        }
      ]
    }
    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 of due forms in the specified format. Success Response - 200 OK. The API will respond with the requested data.
    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 API will respond with an error if there is an issue with the request parameters.
    401 401 Unauthorized: The user's authentication is not valid.
    500 Internal server error. The API will respond with an error if there is an unexpected server issue.




    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.