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": "b1939abe-2e88-4a53-bcbf-9cac6b91b4d4",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "99853918-685e-4209-8fb6-439da0ce4d81",
"TenantId": "d31337d4-90ce-45ef-84ff-a60370cced2f"
}
Response Information
Resource Description
None.