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": "6b69b614-568d-41b3-ab7b-7ad2c0aa1bf2",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "9a22450c-6108-4800-9a56-1655a1ffe2a0",
"TenantId": "728df4a5-5f49-4216-af60-509717135d35"
}
Response Information
Resource Description
None.