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": "fbb28929-f035-4cb8-b1a9-03be6650aed2",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "1c5916cf-3d54-41d3-a4b4-4920216b3ace",
"TenantId": "885e1421-06fe-4ee4-a811-6cc70b82cc6e"
}
Response Information
Resource Description
None.