POST api/v1/departmentskills/{departmentId}/{skillLevelId}/{licensed}/{effectiveDate}
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 |
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": "2dd8fad6-a9c6-43a5-be96-c066dd0ef151",
"DateChanged": "2026-01-02T21:52:33.9152256-06:00",
"Licensed": true,
"EffectiveDate": "2026-01-02T21:52:33.9152256-06:00",
"ExpiresDate": "2026-01-02T21:52:33.9152256-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"
]
}