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": "641804b8-010e-42e0-91af-cbbe66ff11ac",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "93d0de9e-960c-4323-9174-be78f8b15b74",
"TenantId": "b7b21f2a-ecc6-427b-a561-6d016fd6ce1d"
}
Response Information
Resource Description
None.