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": "3990f9a0-9bdf-40e9-ad89-c06be1cd216a",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "929f3649-8237-44cb-979a-4c5efe885e2c",
"TenantId": "5a69ffed-f3b4-4cad-b03b-44c899cc55f8"
}
Response Information
Resource Description
None.