PUT api/v1/departmentskills/{departmentSkillId}/{licensed}/{effectiveDate}/{includeInISASStaffingGrid}
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 |
|
| 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": "aabe7b5c-5e9b-4589-bd55-00bd781c7aaa",
"DateChanged": "2026-01-02T21:51:12.0044602-06:00",
"Licensed": true,
"EffectiveDate": "2026-01-02T21:51:12.0044602-06:00",
"ExpiresDate": "2026-01-02T21:51:12.0044602-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"
]
}