/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 14h 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
SalaryLedgers
6
SalaryRecords
14
get
Retrieves a list of salary records for the specified employment.
get
Retrieves a list of salary records for the specified salary ledger.
post
Creates and/or updates an array of SalaryRecords (payroll data). SalaryRecords passed with an Id of 0 (or omitted) will be added as new records, while records with Id > 0 will be updated.
delete
Deletes (deactivates) an array of SalaryRecords (payroll data) based on a list of Id's.
put
Updates an existing salary record.
post
Creates a new salary record.
patch
Updates an existing salary record.
put
Updates an existing salary record, specifying only a few essential properties.
post
Creates a new salary record, specifying only a few essential properties.
delete
Deletes a salary record if it is not used in any payroll batches. Deactivates it otherwise.
get
Retrieves a list of employees and selected payroll data, governed by the values of SalaryType.OverviewIndex and "flipped" to provide a total of 7x3 named fields instead of a collection of records. See Company -> Payroll Data in the interface for the intended usage. Use the routes marked "simple" to update or add SalaryRecords based on data served from this view.
post
Retrieves a list of employees and selected payroll data, based on the values of SalaryType.OverviewIndex and the filters supplied in the request body. This is a filtered version of api/salaryrecords/overview, see additional comments on that method.
get
Retrieves a list of all employees, each with a collection of salary records.
get
Retrieves a list of all employees, each with a collection of salary records, filtered by the specified SalaryCycleId.
SalaryStatements
22
SalaryTypes
21
Startuptasks
4
StaticData
156
TimeEntry
19
TimeEntryTypes
19
Users
18
SalaryRecords
Deletes (deactivates) an array of SalaryRecords (payroll data) based on a list of Id's.
delete
/api/salaryrecords/batch
Request body
integer[]
required
Response
OK
SystemWebHttpResultsOkResult
required
Request
object
Changes