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": "4329550e-5753-4514-9979-fdd639335ef3",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "f02fbe4c-0886-4300-bf62-2d6a54a04a3c",
"TenantId": "9f96472d-ad2a-41c8-9f27-fd437ed64843"
}
Response Information
Resource Description
None.