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": "dc1d88ed-f93e-467e-b45a-17969911709f",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "afb07a8f-0fb4-4a22-a6cc-67b765ae88fe",
"TenantId": "22b23d1f-14f6-4b46-9905-fc96bbc1365f"
}
Response Information
Resource Description
None.