POST api/v1/departmentskills/{departmentId}/{skillLevelId}/{licensed}/{effectiveDate}/{includeInISASStaffingGrid}
Create a new department skill. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentId |
Id for the department. |
integer |
Required |
| skillLevelId |
Id for the skill level |
integer |
Required |
| licensed |
Is thiis a licensed skill. |
boolean |
Required |
| effectiveDate |
Is thiis a licensed skill. |
date |
Required |
| includeInISASStaffingGrid |
Should this show in the ISAS Staffing Grid |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfDepartmentSkillModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfDepartmentSkillModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"DepartmentSkillId": 1,
"DepartmentId": 2,
"SkillLevelId": 3,
"ApplicationChanged": "sample string 4",
"UserChangerd": "sample string 5",
"Version": "QEA=",
"rowguid": "87507948-f968-40d8-87c5-0e5ef9a6c36e",
"DateChanged": "2026-01-02T21:52:07.2846327-06:00",
"Licensed": true,
"EffectiveDate": "2026-01-02T21:52:07.2846327-06:00",
"ExpiresDate": "2026-01-02T21:52:07.2846327-06:00",
"CountOnDashboard": true,
"includeInISASStaffingGrid": true,
"Description": "sample string 12",
"LongDescription": "sample string 13"
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}