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": "bd35e4eb-3027-4a4e-8f6c-2a0923f92ea8",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "12d339b9-591a-4475-95fd-5b16365d3421",
"TenantId": "f07ac89e-01cb-417c-a1b6-ae47cc2bb6eb"
}
Response Information
Resource Description
None.