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": "ee5f8401-9cd6-4399-a4cf-a8912ae47e9d",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "1230ff15-a9cf-4d80-a59d-032d9b34b7b5",
"TenantId": "b18e150c-2cc6-4ddc-b961-6736b5497556"
}
Response Information
Resource Description
None.