---
title: "Gathers Norwegian vacation balances for a company based on the specified parameters"
method: POST
path: "/api/balances/novacation"
tags: ["Balances"]
---

# Gathers Norwegian vacation balances for a company based on the specified parameters

`POST /api/balances/novacation`

## Request body

- IntectBusinessLogicNoVacationBalanceLogicNorwegianCompanyVacationBalances
  - `CompanyId` integer
  - `BalancePeriodId` integer
  - `PerDate` string, date-time
  - `VacationPayoutMethodId` integer
  - `IncludeInactive` boolean
  - `IncludeEmpty` boolean
  - `UserEmploymentVacationDetails` IntectBusinessLogicNoVacationBalanceLogicUserEmploymentVacationDetail[]
    - `UserEmploymentId` integer
    - `UserEmploymentName` string
    - `WorkDaysPerWeek` integer
    - `VacationEarningPercentage` string
    - `SeniorVacationEarningPercentage` string
    - `VacationEarned` number, double, nullable
    - `SeniorVacationEarned` number, double, nullable
    - `VacationPaidOut` number, double, nullable
    - `SeniorVacationPaidOut` number, double, nullable
    - `VacationRemaining` number, double, nullable
    - `VacationDaysEarned` integer, nullable
    - `SeniorVacationDaysEarned` integer, nullable
    - `VacationDaysSpent` number, double, nullable
    - `SeniorVacationDaysSpent` number, double, nullable
    - `VacationDaysRemaining` number, double, nullable
    - `SpentDaysAdjustment` integer, nullable
    - `SeniorDaysSpentAdjustment` integer, nullable

## Response `200`

OK

- IntectBusinessLogicNoVacationBalanceLogicNorwegianCompanyVacationBalances[]
  - `CompanyId` integer
  - `BalancePeriodId` integer
  - `PerDate` string, date-time
  - `VacationPayoutMethodId` integer
  - `IncludeInactive` boolean
  - `IncludeEmpty` boolean
  - `UserEmploymentVacationDetails` IntectBusinessLogicNoVacationBalanceLogicUserEmploymentVacationDetail[]
    - `UserEmploymentId` integer
    - `UserEmploymentName` string
    - `WorkDaysPerWeek` integer
    - `VacationEarningPercentage` string
    - `SeniorVacationEarningPercentage` string
    - `VacationEarned` number, double, nullable
    - `SeniorVacationEarned` number, double, nullable
    - `VacationPaidOut` number, double, nullable
    - `SeniorVacationPaidOut` number, double, nullable
    - `VacationRemaining` number, double, nullable
    - `VacationDaysEarned` integer, nullable
    - `SeniorVacationDaysEarned` integer, nullable
    - `VacationDaysSpent` number, double, nullable
    - `SeniorVacationDaysSpent` number, double, nullable
    - `VacationDaysRemaining` number, double, nullable
    - `SpentDaysAdjustment` integer, nullable
    - `SeniorDaysSpentAdjustment` integer, nullable

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
