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": "92ac139f-115f-4f86-a6a1-10f461459aaa",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "80395b2d-2fd0-4cc9-b2f1-f37437a6a334",
"TenantId": "d48d0f86-e514-4536-9b01-2aca9121843c"
}
Response Information
Resource Description
None.