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": "cca1abc0-8f9f-42e5-93ff-4142311d7197",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "1a484f16-2483-4dbd-9859-2b7e055eed94",
"TenantId": "37f76bbe-7c72-499c-8757-f407bc43d11f"
}
Response Information
Resource Description
None.