/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 1d ago
Details
Filter operations
AbsenceInterval
6
Account
20
Audit
7
Auth
19
Backend
2
Balances
24
Companies
27
CompanyCars
5
CompanyUsers
15
CustomValues
10
get
Retrieves a list of the custom values for the current company
post
Sets a custom value for the current company
get
Retrieves a list of the custom values for the target template in the current company
put
Updates a custom value the target template in the current company
post
Sets a custom value the target template in the current company
get
Retrieves a list of the custom values for the target employment in the current company
put
Updates a custom value for the target employment in the current company
post
Sets a custom value for the target employment in the current company
post
Sets a custom value
delete
Delete a custom value
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
CustomValues
Updates a custom value the target template in the current company
put
/api/customvalues/employmenttemplate/{templateId}
Path parameters
templateId
integer
required
Request body
IntectCustomValue
required
Id
integer
Locked
boolean
Name
string
AppliesFrom
string
date-time
Text
string
Value
number
double
nullable
CompanyId
integer
nullable
UserEmploymentId
integer
nullable
UserEmploymentTemplateId
integer
nullable
Company
IntectCompany
UserEmployment
IntectUserEmployment
UserEmploymentTemplate
IntectUserEmploymentTemplate
Response
OK
IntectCustomValue
required
Id
integer
Locked
boolean
Name
string
AppliesFrom
string
date-time
Text
string
Value
number
double
nullable
CompanyId
integer
nullable
UserEmploymentId
integer
nullable
UserEmploymentTemplateId
integer
nullable
Company
IntectCompany
UserEmployment
IntectUserEmployment
UserEmploymentTemplate
IntectUserEmploymentTemplate
Changes