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": "bf1bc5a2-005e-42b1-a7b5-864751bc940c",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "f8f66758-48c8-45b2-85e7-3dc1c60ea0e3",
"TenantId": "237d4aa9-a307-4930-b99e-cc67f72e33af"
}
Response Information
Resource Description
None.