Skip to main content
GET
/
companies
/
{id}
/
penalities-and-late-fees
Get penalties and late fees for a company
curl --request GET \
  --url https://lens-api.tic.io/companies/{id}/penalities-and-late-fees \
  --header 'x-api-key: <api-key>'
[
  {
    "actor": "<string>",
    "description": "<string>",
    "occuredAt": "2023-11-07T05:31:56Z",
    "taxationPeriodFrom": "<string>",
    "taxationPeriodTo": "<string>",
    "taxationPeriod": "<string>",
    "declarationDate": "2023-11-07T05:31:56Z",
    "voidDate": "2023-11-07T05:31:56Z",
    "voidCause": "<string>",
    "amount": 123,
    "detailsUrl": "<string>"
  }
]
Max+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Response

Consolidated penalties and late fees

actor
null | string
description
null | string
occuredAt
null | string<date-time>
taxationPeriodFrom
null | string
taxationPeriodTo
null | string
taxationPeriod
null | string
declarationDate
null | string<date-time>
voidDate
null | string<date-time>
voidCause
null | string
amount
null | integer<int32>
detailsUrl
null | string