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": "7a2a8400-8523-46e9-a9e8-09dd663fbf25",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "8c6f1a6d-aae1-477f-8b5a-ebe1b752f6e4",
"TenantId": "612a85e3-57ca-45a0-be46-15ecb28fb944"
}
Response Information
Resource Description
None.