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"
}
]
}
]Returns Kammarkollegiet sanction/penalty cases for the company, grouped by diary number, with the most recent balance and the full history per case.
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"
}
]
}
]