PUT api/v1/departmentcompetencies/{departmentCompetencyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentCompetencyId | integer |
Required |
Body Parameters
DepartmentCompetencyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentCompetencyId | integer |
Required |
|
| DepartmentId | integer |
Required |
|
| CompetencyId | integer |
Required |
|
| CreateDateUtc | date |
Required |
|
| UserChanged | string |
String length: inclusive between 0 and 50 |
|
| DateChangedUtc | date |
Required |
|
| Inactive | boolean |
Required |
|
| Competency | CompetencyModel |
None. |
|
| DepartmentFsDept | FsDeptModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
DepartmentCompetencyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentCompetencyId | integer |
Required |
|
| DepartmentId | integer |
Required |
|
| CompetencyId | integer |
Required |
|
| CreateDateUtc | date |
Required |
|
| UserChanged | string |
String length: inclusive between 0 and 50 |
|
| DateChangedUtc | date |
Required |
|
| Inactive | boolean |
Required |
|
| Competency | CompetencyModel |
None. |
|
| DepartmentFsDept | FsDeptModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.