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": "2a8ed54d-7fcf-455f-8026-8f7b26271c13",
"FacilityId": 1,
"DepartmentId": 1,
"ClusterId": 1,
"DashboardId": "8f643aee-e837-4946-a26c-66f618f3362f",
"TenantId": "0f0030fc-584c-4a25-bef3-a8bf670b91be"
}
Response Information
Resource Description
None.