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": "7d9da262-f8dc-4683-83a5-5d2b9d8ec6a5",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "6b35d6a1-5eb9-4695-b1c1-aa6749e6768a",
"TenantId": "c668f9f5-515f-42de-bca0-edc30e185810"
}
Response Information
Resource Description
None.