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": "9ac860fe-0a17-432d-a227-0160ff29160e",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "e120f020-8df3-48b5-8af8-9b371c69e43b",
"TenantId": "2cfd99d1-e578-47fc-8bbb-5448936846f8"
}
Response Information
Resource Description
None.