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": "f09f447f-9d28-481f-b44f-fb96d0f0f98b",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "d407ed95-d384-47ed-9c38-77c379cb2e09",
"TenantId": "dc6b5e88-a506-4944-860b-30311898d841"
}
Response Information
Resource Description
None.