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": "efb405a9-087f-4f47-ba19-26fe486d6974",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "c9fb94c4-0bf1-4f3b-a252-0e76cfa00654",
"TenantId": "dc2503d2-a279-4573-a924-154caa779485"
}
Response Information
Resource Description
None.