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": "f1b5303d-a588-4524-9351-c7141675b644",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "d508d049-dd6a-494a-8d21-a5a4bd7a095e",
"TenantId": "5a9874cd-cc86-42a4-82f7-8dc62e42b304"
}
Response Information
Resource Description
None.