EmployeeClassification Resource
Settings Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| get | GET /api/EmployeeClassification/get |
Admin or Module READ | |
| find | GET /api/EmployeeClassification/find |
Admin or Module READ | |
| save | POST /api/EmployeeClassification/save |
Admin or Module WRITE | |
| save-batch | POST /api/EmployeeClassification/save-batch |
Admin or Module WRITE | |
| delete | POST /api/EmployeeClassification/delete |
Admin or Module WRITE |
| Property | Type | Description |
|---|---|---|
id |
number | |
title |
string | |
default_hourly_rate |
number | |
default_cost_hr |
number | |
ot15_cost_hr |
number | |
ot2_cost_hr |
number | |
ot25_cost_hr |
number | |
group_id |
number | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number | |
union_id |
number | |
color_hex |
string |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order |
default_hourly_rate DESC |
| Related Resource | Key | Relationship to EmployeeClassification | Property |
|---|---|---|---|
| User | updated_by |
Belongs To | UpdatedBy |
| Union | union_id |
Belongs To | Union |
| ClassificationGroup | group_id |
Belongs To | ClassificationGroup |
| User | user_id |
Owns Many | User |