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": "ea3d2b9a-460c-4a66-8ef3-7abf3e261a7e",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "0052d6cb-7002-4dbb-98ee-02ba289e554f",
"TenantId": "8aca13bd-1423-4b46-b309-d7ce55f24541"
}
Response Information
Resource Description
None.