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": "fdd321b9-2705-4882-a4e0-73567760a76d",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "307b4584-f5f0-4a4e-986e-c221a787a478",
"TenantId": "141df8f9-e250-4b8f-9b8f-965668fea1b2"
}
Response Information
Resource Description
None.