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": "240eb688-27a6-40b5-a630-d43b0e8ab741",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "371bb027-d5b0-463f-b3b8-b2414a3310ff",
"TenantId": "e99f1c1a-0d08-4f6b-a714-e3eb1313b6f8"
}
Response Information
Resource Description
None.