PUT api/v1/departmentskills/{departmentSkillId}/{licensed}/{effectiveDate}
Update department skill. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentSkillId | integer |
Required |
|
| licensed | boolean |
Required |
|
| effectiveDate | 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": "9997be9e-6490-4267-bb26-b7df2ebdcc90",
"DateChanged": "2026-01-02T19:29:35.2338264-06:00",
"Licensed": true,
"EffectiveDate": "2026-01-02T19:29:35.2338264-06:00",
"ExpiresDate": "2026-01-02T19:29:35.2338264-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"
]
}