/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 22h ago
Details
Filter operations
AbsenceInterval
6
Account
20
Audit
7
Auth
19
Backend
2
Balances
24
get
Retrieves a list of available balance definitions.
get
Retrieves a list of available balance definitions that can be individually imported to.
post
Retrieves a list of balance periods with descriptive names, specifically for Danish vacation.
get
Retrieves a list of company specific balance definitions.
post
Creates a balance definition.
put
Updates an existing balance definition.
patch
Updates an existing balance definition.
put
Updates an existing balance definition and related TemplateBalanceConfigurations
patch
Updates an existing balance definition and related TemplateBalanceConfigurations
put
Updates an existing balance definition, related TemplateBalanceConfigurations and EmploymentBalanceConfigurations
patch
Updates an existing balance definition, related TemplateBalanceConfigurations and EmploymentBalanceConfigurations
get
Checks if a balance definition can be deleted.
delete
Deletes an existing balance definition. This is only permitted for custom balance definitions that haven't been used during finalized payroll batches.
patch
Deactivates a custom balance definition, plus any related salary types and salary records.
patch
Reactivates a custom balance definition.
post
Retrieves all balance periods for the current company.
get
Retrieves balance periods for specified balance.
post
Retrieves balance periods for specified balance.
post
Retrieves a list of balances for the specified definition and optionally period.
post
Submits a request to correct balances.
post
Submits a change to update Swedish vacation balances for an employee per a date.
get
Retrieves Swedish vacation balances for the specified useremployment and per date.
post
Gathers Norwegian vacation balances for a company based on the specified parameters
post
Updates Norwegian vacation balances with given adjustments and returns the outcome for the specified parameters
Companies
27
CompanyCars
5
CompanyUsers
15
CustomValues
10
DimensionValues
5
Employments
25
EmploymentTemplates
30
Expense
13
Formulae
9
Holidays
6
Import
8
ImportMapping
15
Insights
22
Integrations
43
Miscellaneous
14
Modules
4
PaymentPlanRecipient
6
Preferences
4
Reports
10
SalaryBatches
30
SalaryCycles
14
SalaryLedgers
6
SalaryRecords
14
SalaryStatements
22
SalaryTypes
21
Startuptasks
4
StaticData
156
TimeEntry
19
TimeEntryTypes
19
Users
18
Balances
Retrieves all balance periods for the current company.
post
/api/balances/periods
Response
OK
IntectBalancePeriod[]
required
Id
integer
BalanceId
integer
EarningStartDate
string
date-time
EarningEndDate
string
date-time
SpendingStartDate
string
date-time
SpendingEndDate
string
date-time
SpecialIdentifier
string
BalanceDefinition
IntectBalanceDefinition
Name
string
Changes