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": "69250e94-6d0a-423d-95f6-4d0bef1a4a58",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "b7bd44ff-ea7d-4f27-af0c-531271a860a8",
"TenantId": "2f41d1db-08aa-42cc-b3bc-51d884207c1e"
}
Response Information
Resource Description
None.