POST api/v1/deptskillcoverage
Request Information
URI Parameters
None.
Body Parameters
DepartmentSkillCoverageCreateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DeptId | integer |
Required |
|
| DeptSkillId | integer |
Required |
|
| SkillLevelId | integer |
Required |
|
| SkillLevelCoveredById | integer |
Required |
|
| EffectiveDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"DeptId": 1,
"DeptSkillId": 2,
"SkillLevelId": 3,
"SkillLevelCoveredById": 4,
"EffectiveDate": "2026-01-02T15:35:42.6540104-06:00"
}
Response Information
Resource Description
ApiResponseModelOfDeptSkillCoverageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfDeptSkillCoverageModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.