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": "45bb9de0-746e-4f5f-bc18-c20396e54c30",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "b6312cbf-f53c-46de-8abf-fffdac7ea73e",
"TenantId": "6bb2bf9e-b843-42c0-9777-11059c30c24c"
}
Response Information
Resource Description
None.