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": "82aa1445-0586-4a9a-a788-5f0ac4f9885f",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "b480d225-b525-4203-934d-89d3cb86fe6b",
"TenantId": "89eebfa0-9733-4ee6-88e2-5cfb5b2b0708"
}
Response Information
Resource Description
None.