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": "7fb4dd84-98f9-4f40-ab40-7bfb2a054145",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "04683bbd-e455-4d8a-ae02-4590e85e8d2d",
"TenantId": "58e332d6-12fe-45a4-9cdf-d86d3ba9ed17"
}
Response Information
Resource Description
None.