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": "e0b18dab-7bf1-46ef-9500-e5599695b98b",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "2d9f0256-9c10-462f-bf41-d62c0a26e87c",
"TenantId": "426a29db-9e02-46b9-aabb-3dd940af1485"
}
Response Information
Resource Description
None.