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": "d0c9cb60-58b3-4768-b16d-d276c038ac7a",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "4390ee87-b471-4d39-96a7-7471deda421b",
"TenantId": "c83330aa-6c1f-4bf2-8e9a-86c6fde656af"
}
Response Information
Resource Description
None.