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": "a26a5fc6-4178-44e5-98a9-189622468ca9",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "9b0d38d0-9f24-4e83-acb3-9e6e2c87f517",
"TenantId": "915e6150-0c6c-48d3-95fb-7dc80e55ef80"
}
Response Information
Resource Description
None.