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": "5531a9bd-a230-4b46-aa0e-b5cdb6e1c82e",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "8d4feeed-12f1-46c3-862a-b4365f4271e6",
"TenantId": "8815d8c9-168d-4a50-a54d-83c33bbbc1c3"
}
Response Information
Resource Description
None.