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": "a1475ef4-6fbb-4ae8-8ad3-0757d27799be",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "f6ea92fe-3aac-42e2-ad7d-0f019660d924",
"TenantId": "ec5b4701-5bf0-4789-95d8-c4afaa8bc044"
}
Response Information
Resource Description
None.