Create Daily State Tax Liability Report

Let system create Daily State Tax Liability Report.
Report data can be downloaded later (up to 7 days) with Get Report endpoint.
Output model can contains FileUrl/FileUrl for downloadable formats like PDF or filled Data property for JSON format.
This endpoint can be called only by System level users.

Employee call will return Forbidden result even for Employee own company.

Body Params
string | null
required

Two-Letter State Abbreviations. "0" for all states.

int32
enum
required

TaxDateRange.

Members:

  • 1 - Quarter1 ( Quarter1. )
  • 2 - Quarter2 ( Quarter2. )
  • 3 - Quarter3 ( Quarter3. )
  • 4 - Quarter4 ( Quarter4. )
  • 999 - CustomRange ( CustomRange. )

Allowed:
date-time | null

Required only if DateRangeType is CustomRange. In other cases it is ignored. Data type is validated and must be Number Data type is validated and is required if dateRangeType property is set to 999.

date-time | null

Required only if DateRangeType is CustomRange. In other cases it is ignored. Data type is validated and must be Number Data type is validated and is required if dateRangeType property is set to 999.

int32
enum

Members:

  • 1 - PDF ( Report Output Type - PDF. )
  • 2 - XLS ( Report Output Type - XLS. )
  • 3 - CSV ( Report Output Type - CSV. )
  • 4 - JSON ( Report Output Type - JSON. )
Allowed:
Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Credentials
Bearer
jwt
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
text/plain