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": "45c1117b-1130-4897-8978-f0bd00a3fb05",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "6c4b3721-6e29-4260-9d7b-3937ce733deb",
"TenantId": "a2c8717f-eecf-4f56-8208-fa63b93de8c8"
}
Response Information
Resource Description
None.