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": "282cffb7-23ab-4d8d-8169-6b1dab142724",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "17cd26f4-ced7-46ca-aaba-20bc3e639a2a",
"TenantId": "f146dc76-609d-4b66-88ef-b4cfb8a0a512"
}
Response Information
Resource Description
None.