Skip to contents

Tax Declarations

Get tax declaration records for a company.

View as Markdown

Returns a paginated list of tax declarations and accruals for the specified company.

Endpoint

Parameters

ParameterTypeInDescription
company_idintegerpathThe unique identifier of the company.
pageintegerqueryPage number (default: 1).
limitintegerqueryRecords per page (default: 100).

Code Examples

Get tax declarations

Response

Success response

Error Handling

Error response

This is a paid endpoint. It can also respond with 402{"status": 402, "message": "payment required"} — when the subscription is expired, canceled, or past due, and 429{"status": 429, "message": "quota exhausted"} — when the plan’s report quota for the current period is used up.