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": "dd0925d5-2eca-44e2-8bc5-2d3cbf44a0d3",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "efc4cf2b-e1c8-4abb-8f2c-a80759622720",
"TenantId": "b5cb89b6-2575-4e76-b391-3deaa22bcecc"
}
Response Information
Resource Description
None.