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": "ea22c64f-0700-49c8-bf02-4b287652f15d",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "6655d214-b3d1-47bd-b16e-37d6085f0802",
"TenantId": "90dc92e0-7b59-436a-8f62-71388c2ba9fe"
}
Response Information
Resource Description
None.