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": "1b81dcfb-97a0-414e-ad11-9afe7c42fa91",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "0d7e20c0-9afb-423a-8f65-d33c24836e74",
"TenantId": "e4bcd3f9-a77b-4622-b973-8b5408559c7c"
}
Response Information
Resource Description
None.