Skip to main content
GET
/
companies
/
{id}
/
kammarkollegiet-penalty-fees
Get Kammarkollegiet sanction cases for a company
curl --request GET \
  --url https://lens-api.tic.io/companies/{id}/kammarkollegiet-penalty-fees \
  --header 'x-api-key: <api-key>'
[
  {
    "caseNumber": "<string>",
    "mostRecent": {
      "kammarkollegiet_SanktionsavgiftId": 123,
      "title": "<string>",
      "creditorAuthority": "<string>",
      "issuerAuthority": "<string>",
      "debtorName": "<string>",
      "debtorNumber": "<string>",
      "debtorMunicipality": "<string>",
      "diaryNumber": "<string>",
      "claimType": "<string>",
      "amount": 123,
      "currency": "<string>",
      "issuerDate": "2023-11-07T05:31:56Z",
      "issuerText": "<string>",
      "issuerDetails": {
        "title": "<string>",
        "issuerText": "<string>",
        "law": "<string>",
        "chapter": "<string>",
        "chapterSubTitle": "<string>",
        "section": "<string>"
      },
      "changeDate": "2023-11-07T05:31:56Z",
      "remainingAmount": 123,
      "closureDate": "2023-11-07T05:31:56Z",
      "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
    },
    "history": [
      {
        "kammarkollegiet_SanktionsavgiftId": 123,
        "title": "<string>",
        "creditorAuthority": "<string>",
        "issuerAuthority": "<string>",
        "debtorName": "<string>",
        "debtorNumber": "<string>",
        "debtorMunicipality": "<string>",
        "diaryNumber": "<string>",
        "claimType": "<string>",
        "amount": 123,
        "currency": "<string>",
        "issuerDate": "2023-11-07T05:31:56Z",
        "issuerText": "<string>",
        "issuerDetails": {
          "title": "<string>",
          "issuerText": "<string>",
          "law": "<string>",
          "chapter": "<string>",
          "chapterSubTitle": "<string>",
          "section": "<string>"
        },
        "changeDate": "2023-11-07T05:31:56Z",
        "remainingAmount": 123,
        "closureDate": "2023-11-07T05:31:56Z",
        "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
      }
    ]
  }
]
Max+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Response

Kammarkollegiet penalty-fee cases

caseNumber
null | string
mostRecent
object
history
null | object[]