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": "4e324c67-bb9d-413a-ba3d-a65d90cfd7b7",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "0cd41732-f10e-49a1-ad89-8b8e35e67266",
"TenantId": "2cb757c2-4c39-46ee-b5dc-b9bccdb28fdc"
}
Response Information
Resource Description
None.