GET
/
datasets
/
companies
/
{companyId}
/
se
/
temporary-tax-payment-respite
Tax respite
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/se/temporary-tax-payment-respite \
  --header 'x-api-key: <api-key>'
[
  {
    "transactionMonth": "<string>",
    "grantedAmount": 123,
    "takedBackAmount": 123,
    "ceasedAmount": 123,
    "outstandingAmount": 123
  }
]
This endpoint contains information about temporary tax payment respites that companies has been granted.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

Response

OK

transactionMonth
string | null
grantedAmount
integer | null
takedBackAmount
integer | null
ceasedAmount
integer | null
outstandingAmount
integer | null