Skip to main content
GET
/
companies
/
{id}
/
payrolls
Get payroll summary for a company
curl --request GET \
  --url https://lens-api.tic.io/companies/{id}/payrolls \
  --header 'x-api-key: <api-key>'
{
  "payroll2": [
    {
      "companyPayroll2Id": 123,
      "periodStart": "2023-11-07T05:31:56Z",
      "periodEnd": "2023-11-07T05:31:56Z",
      "payrollPeriods": 123,
      "sumPayrollTax": 123,
      "numberOfPeriods": 123,
      "numberOfPeriodsWithZero": 123,
      "personnelCostsInAnnualReport": 123,
      "calculatedPersonnelCosts": 123,
      "deviationInCosts": 123,
      "deviationInCostsChange": 123,
      "deviation": 123,
      "numberOfEmployees": 123,
      "numberOfLateFeesForPeriod": 123,
      "taxSurchangeAmountForPeriod": 123,
      "lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
      "externalId": 123,
      "externalOrigin": "table_Bolagsverket_Notification"
    }
  ],
  "payrolls": [
    {
      "skatteverket_MOMS_AGId": 123,
      "period": 123,
      "belopp": 123,
      "externtid": 123,
      "forandring": 123,
      "forandringProcent": 123
    }
  ]
}
Enterprise+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Response

Payroll summary

payroll2
null | object[]
payrolls
null | object[]