/
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
put
Updates an existing Account's data.
patch
Updates an existing Account's data.
get
Retrieves information about the Account object related to the current user. An Account is a containing entity for Companies and Users, and can refer to a payroll agency, accountant firm, corporation or similar.
get
Retrieves information about the Account object related to the current company. An Account is a containing entity for Companies and Users, and can refer to a payroll agency, accountant firm, corporation or similar.
get
Gets any accounts that can the current company can join.
get
Retrieves a list of all companies that belong to the current Account, with various information targeted towards accountants/bookkeepers. Note that this method cannot be used in conjunction with PUT or POST methods, it is read-only.
post
Creates a new company belonging to the current Account. Automatically grants administrator access to the current user. Provides options to copy configuration from an existing company.
post
Attaches an existing Intect company to the current Account. Requires that the current user already has full administrator access to the company.
post
Attaches the current company to the target Account.
delete
Removes an existing Intect company from the current Account. Requires that the current user already has full account administrator access.
put
Sets AccountComment for the relevant company. This field is only visible to users associated with the company's Account.
delete
Removes a User from the current user's Account (M-C organization).
get
Retrieves a list of all users that belong to the current Account.
get
Retrieves a list of all users that belong to the current Account.
get
Retrieves a list of all users that belong to the current Account, along with information about their access to the specified company.
get
Retrieves a list of all companies that belong to the current Account, along with information about a specific user's access to that company.
put
Grants or revokes access to a specific company for a user within the relevant Account. This can have the effect of either creating, updating, or deactivating a CompanyUser.
put
Grants or revokes access to a specific company for a user within the relevant Account. This can have the effect of either creating, updating, or deactivating a CompanyUser.
put
Grants or revokes access to companies for users within the relevant Account. This can have the effect of either creating, updating, or deactivating CompanyUsers.
get
Retrieves a list of all SalaryBatches across companies that belong to the current Account, and which the current user has access to.
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
SalaryStatements
22
SalaryTypes
21
Startuptasks
4
StaticData
156
TimeEntry
19
TimeEntryTypes
19
Users
18
Account
Updates an existing Account's data.
put
/api/account
Request body
IntectAccount
required
Id
integer
Name
string
StatusId
integer
AccountTypeId
integer
IsPublic
boolean
Description
string
DefaultInvoiceTypeId
integer
MasterCompanyId
integer
nullable
MasterCompanyEmail
string
MasterCompanyVATRegistrationNumber
string
MasterCompanyName
string
MasterCompanyAddress
string
MasterCompanyPostalCode
string
MasterCompanyCity
string
MasterCompanyCountry
string
MasterCompanyEAN
string
MasterCompanyAttention
string
Companies
IntectCompany[]
LoginHistories
IntectLoginHistory[]
MasterCompany
IntectCompany
ImportMappings
IntectImportMapping[]
AccountType
IntectAccountType
AccountStatus
IntectAccountStatus
DefaultInvoiceType
IntectAccountInvoiceType
PricePackage
IntectPricePackage
Response
OK
IntectAccount
required
Id
integer
Name
string
StatusId
integer
AccountTypeId
integer
IsPublic
boolean
Description
string
DefaultInvoiceTypeId
integer
MasterCompanyId
integer
nullable
MasterCompanyEmail
string
MasterCompanyVATRegistrationNumber
string
MasterCompanyName
string
MasterCompanyAddress
string
MasterCompanyPostalCode
string
MasterCompanyCity
string
MasterCompanyCountry
string
MasterCompanyEAN
string
MasterCompanyAttention
string
Companies
IntectCompany[]
LoginHistories
IntectLoginHistory[]
MasterCompany
IntectCompany
ImportMappings
IntectImportMapping[]
AccountType
IntectAccountType
AccountStatus
IntectAccountStatus
DefaultInvoiceType
IntectAccountInvoiceType
PricePackage
IntectPricePackage
Changes
No recorded changes to this endpoint across all 1 revision of this API.