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": "14661a1f-aa47-4f98-b77b-67e14a18b944",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "a79eecb3-0605-4e3f-b63a-d7122968170c",
"TenantId": "b2f4997b-476a-40c6-a1ed-16bed1d800c2"
}
Response Information
Resource Description
None.