POST api/v1/facilities/SkillConfigUpdate
update the FacilitySkillConfiguration values based on FacilitySkillConfigurationId.
Request Information
URI Parameters
None.
Body Parameters
Collection of FacilitySkillConfigurationRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilitySkillConfigurationId | integer |
Required |
|
| FacilityId | integer |
Required |
|
| SkillLevelId | integer |
Required |
|
| IsViewAllDepartments | boolean |
Required |
|
| DateChanged | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"FacilitySkillConfigurationId": 1,
"FacilityId": 2,
"SkillLevelId": 3,
"IsViewAllDepartments": true,
"DateChanged": "2026-01-02T19:31:48.9353205-06:00"
},
{
"FacilitySkillConfigurationId": 1,
"FacilityId": 2,
"SkillLevelId": 3,
"IsViewAllDepartments": true,
"DateChanged": "2026-01-02T19:31:48.9353205-06:00"
}
]
Response Information
Resource Description
TaskOfApiResponseModelOfFacilitySkillReportConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | ApiResponseModelOfFacilitySkillReportConfigModel |
None. |
|
| Id | integer |
None. |
|
| Exception | AggregateException |
None. |
|
| Status | TaskStatus |
None. |
|
| IsCanceled | boolean |
None. |
|
| IsCompleted | boolean |
None. |
|
| CreationOptions | TaskCreationOptions |
None. |
|
| AsyncState | Object |
None. |
|
| IsFaulted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.