/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2d ago
Details
Filter operations
AbsenceInterval
6
Account
20
Audit
7
Auth
19
Backend
2
Balances
24
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
get
Retrieves a list of all salary cycles accessible to the current company.
put
Updates a custom salary cycle, and optionally replaces all its attached SalaryPeriods and/or SalaryCycleTranslations with the request body. Note translations are not yet fully supported.
post
Creates a custom salary cycle, optionally with a list of SalaryPeriods and/or SalaryCycleTranslations.
get
Retrieves a list of salary cycles used by at least one active employee in the currently active company. Note the standard monthly cycle is always included.
get
Retrieves a list of salary periods in the specified salary cycle, filtered to only show the most relevant periods based on today's date.
get
Retrieves a list of all salary periods in the specified salary cycle.
put
Updates a salary period within a custom cycle.
post
Creates a period within a custom salary cycle.
get
Auto-generates salary periods for the specified salary cycle for the next 5 years, based on its values for Days, Months and IsForwardPaid. Note that in case of any existing SalaryPeriods in the cycle, the new periods will start after the last existing one.
get
Suggests the next relevant salary period in the specified salary cycle. Defined as the first period after the company's newest finalized payroll batch.
get
Suggest a dispatch date in accordance with the Company settings.
get
Shows the current period in the specified salary cycle.
get
Retrieves information about whether or not the specified salary period already has one or more payroll batches.
get
Retrieves a list of potentially relevant salary periods
SalaryLedgers
6
SalaryRecords
14
SalaryStatements
22
SalaryTypes
21
Startuptasks
4
StaticData
156
TimeEntry
19
TimeEntryTypes
19
Users
18
SalaryCycles
Updates a salary period within a custom cycle.
put
/api/salarycycles/periods
Request body
IntectSalaryPeriod
required
Id
integer
StartDate
string
date-time
EndDate
string
date-time
SalaryCycleId
integer
SuggestedPayoutDate
string
date-time
nullable
FriendlyName
string
SalaryCycle
IntectSalaryCycle
SalaryPeriodCountryMappings
IntectSalaryPeriodCountryMapping[]
Response
OK
IntectSalaryPeriod
required
Id
integer
StartDate
string
date-time
EndDate
string
date-time
SalaryCycleId
integer
SuggestedPayoutDate
string
date-time
nullable
FriendlyName
string
SalaryCycle
IntectSalaryCycle
SalaryPeriodCountryMappings
IntectSalaryPeriodCountryMapping[]
Changes