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": "af3cc55e-34e9-41ff-814c-3b193eb1b9ab",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "cee062a3-599b-490f-a087-94609a0641d4",
"TenantId": "ed291db3-eede-4e2e-8e8b-29509d74b588"
}
Response Information
Resource Description
None.