/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20h ago · Updated 20h 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
get
Retrieves a list of modules with information about whether each is enabled for the current company.
post
Sets package level for the active company, and optionally a list of modules. Note this has billing consequences. Please also note that all properties starting with "Enterprise" are only accessible to Intect staff. This includes changing packageLevel to or from the value 3.
get
Retrieves a list of all known Modules for specified country.
get
Retrieves a list of all known ModulePackages for specified country.
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
Modules
Retrieves a list of modules with information about whether each is enabled for the current company.
get
/api/modules
Response
OK
IntectGetModuleCompanyViewResult[]
required
CompanyId
integer
CompanyName
string
ModuleId
integer
PackageId
integer
nullable
ModuleName
string
ModuleKey
string
ModuleDescription
string
PackageName
string
PackageKey
string
PackageDescription
string
RegisterUsageOnly
boolean
ModulePrice
number
double
nullable
ModuleBillingPrinciple
string
ModuleBillingPrincipleId
integer
nullable
PackagePricePerPayslip
number
double
nullable
IsEnabled
boolean
nullable
InfoOnly
boolean
nullable
CompanyCurrentPackageLevel
integer
SortKey
string
Changes