Max+

/companies/{id}/penalities-and-late-fees

Path Parameters
  • id
    Type: integerFormat: int32
    required

    Signed 32-bit integers (commonly used integer type).

Responses
Request Example for get/companies/{id}/penalities-and-late-fees
curl https://lens-api.tic.io/companies/1/penalities-and-late-fees \
  --header 'x-api-key: YOUR_SECRET_TOKEN'
[
  {
    "actor": null,
    "description": null,
    "occuredAt": null,
    "taxationPeriodFrom": null,
    "taxationPeriodTo": null,
    "taxationPeriod": null,
    "declarationDate": null,
    "voidDate": null,
    "voidCause": null,
    "amount": null,
    "detailsUrl": null
  }
]