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": "2afb27b7-deb4-472f-8c5e-8ac56c3ef98d",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "e06c4068-3f65-4ea1-9a67-97f1362714ec",
"TenantId": "be866af7-707f-47f6-ba54-6485f2d1195d"
}
Response Information
Resource Description
None.