PUT api/v1/dashboardconfig/departmentsperclusters/{departmentPerClusterId}
Update DepartmentsPerClusterModel by primary key. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentPerClusterId | globally unique identifier |
Required |
Body Parameters
UpdateDepartmentPerClusterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentPerClusterId | globally unique identifier |
Required |
|
| FacilityId | integer |
None. |
|
| DepartmentId | integer |
None. |
|
| ClusterId | integer |
None. |
|
| DashboardId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentPerClusterId": "236d0587-2d9c-4ee2-9a3e-6a9664119a06",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "f8c710a5-3dbb-41c9-b7b7-80c740ce0ccf",
"TenantId": "698a42b9-08fb-4251-9e98-22c19aa45fcf"
}
Response Information
Resource Description
None.