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": "5ca0f82f-1d19-47cf-8154-4ec0b27011dc",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "0ead4c0e-e72a-4725-b9eb-456d8310e139",
"TenantId": "6d0fdba4-f5fc-4f65-bd62-9561975634fe"
}
Response Information
Resource Description
None.