/
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
get
Retrieves a list of all possible dimension values for the specified dimension number.
put
Updates an existing dimension value.
post
Creates a dimension value.
patch
Updates an existing dimension value.
delete
Deletes an existing dimension value. If existing records refer to the value, it will be deactivated behind the scenes instead of deleted outright.
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
DimensionValues
Creates a dimension value.
post
/api/dimensionvalues
Request body
IntectDimensionValue
required
Id
integer
CompanyId
integer
DimensionNumber
integer
Value
string
Description
string
ApproverCompanyUserId
integer
nullable
LimitToDepartmentId
integer
nullable
LimitToTemplateId
integer
nullable
Response
OK
IntectDimensionValue
required
Id
integer
CompanyId
integer
DimensionNumber
integer
Value
string
Description
string
ApproverCompanyUserId
integer
nullable
LimitToDepartmentId
integer
nullable
LimitToTemplateId
integer
nullable
Changes