/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
AbsenceInterval
6
Account
20
Audit
7
Auth
19
Backend
2
Balances
24
Companies
27
get
Retrieves a list of all companies that the user has access to.
put
Updates the target company.
patch
Updates the target company.
get
Retrieves a simplified list of all companies that the user has access to - including only a few key properties.
post
Submits a request to sign up as a new customer - creating an account, a company and a user. This method may be called anonymously.
post
Submits a request to sign up as a new customer based on data from Catacloud - creating an account, a company and a user. This method may be called anonymously.
get
DEPRECATED: Gets information about a (danish) company by CVR number. Powered by www.cvrapi.dk.
get
Gets information about a company by VAT number. Powered by cvrapi.dk and allabolag.se
get
Gets information about the currently active company.
put
Updates the currently active company.
patch
Updates the currently active company.
get
Gets information about the specified company, naturally assuming you have access to it.
get
Gets the currently active company's logo as a raw byte array.
post
Sets the current company's logo. The image must be attached to the request as a file.
delete
Deletes the logo for the currently active company.
get
Gets a list of departments in the currently active company.
put
Updates an existing department under the currently active company.
post
Creates a new department under the currently active company.
patch
Updates an existing department under the currently active company.
delete
Deletes or deactivates an existing department in the currently active company. If the department references any employees, templates or payroll batch records it will be deactivated; otherwise deleted.
post
Specifies that the company has accepted Intect's general terms. This is a legacy method only relevant for companies that signed up in May 2018 or earlier.
post
Toggles the demo state of the current company.
get
Gets information about the Mastercard payment agreements within the active company.
post
Sends out tax card requests for all active employees whose current tax card type does not match their preferred type (based on PreferredTaxCardTypeId).
post
Sends out tax card requests for all active employees in the current company. Note that this function is only accessible to Intect staff users.
get
Retrieves all roles and their associated permissions for the current company. Only accessible by users with the FullAdmin role.
post
Assigns or updates a specific permission for a role within the current company. Only users with the FullAdmin role are authorized to perform this action.
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
Companies
Retrieves a simplified list of all companies that the user has access to - including only a few key properties.
get
/api/companies/simple
Response
OK
IntectWebAPIControllersCompaniesControllerSimpleCompany[]
required
Id
integer
Name
string
VatRegistrationNumber
string
SecondaryVatRegistrationNumber
string
RoleId
integer
AccountId
integer
nullable
Changes