/
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
CompanyCars
5
CompanyUsers
15
CustomValues
10
DimensionValues
5
Employments
25
EmploymentTemplates
30
Expense
13
Formulae
9
Holidays
6
Import
8
ImportMapping
15
get
Retrieves a list of ImportMappings for the current Company
put
Updates the passed ImportMapping. This means all ImportMappingColumns will be overwritten.
post
Creates a new ImportMapping and save it.
patch
Updates the passed ImportMapping. This means all ImportMappingColumns will be overwritten.
get
Loads the ImportMapping with passed id.
delete
Deletes the ImportMapping with the specified ID.
get
Retrieves a list of recommendations for the ImportMappings
get
Retrieves a list of ImportMappings for the current User's Account
get
Retrieves a list of ImportMappings for the current User's Account
get
Returns the ImportMappings for the current Company and given operation
post
Retrieves a template file for importing data with the provided TemplateRequest.
get
Retrieves a template file for importing data with the provided ImportMapping.
post
Retrieves a template file for importing data with the provided ImportMapping.
get
Exports a filled template file with the data of the company.
post
Exports a filled template file with the data of the company.
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
ImportMapping
Updates the passed ImportMapping. This means all ImportMappingColumns will be overwritten.
put
/api/importmapping
Request body
IntectImportMapping
required
Id
integer
CompanyId
integer
nullable
Name
string
StartRow
integer
CountryId
integer
nullable
TypeId
integer
AccountOnly
boolean
AccountId
integer
nullable
ImportMappingColumns
IntectImportMappingColumn[]
Account
IntectAccount
Response
OK
IntectImportMapping
required
Id
integer
CompanyId
integer
nullable
Name
string
StartRow
integer
CountryId
integer
nullable
TypeId
integer
AccountOnly
boolean
AccountId
integer
nullable
ImportMappingColumns
IntectImportMappingColumn[]
Account
IntectAccount
Changes