POST api/v1/dashboardconfig/departmentsperclusters
Create a new DepartmentsPerClusterMode. This is an asynchronous service.
Request Information
URI Parameters
None.
Body Parameters
CreateDepartmentPerClusterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityId | integer |
Required |
|
| DepartmentId | integer |
Required |
|
| ClusterId | integer |
Required |
|
| DashboardId | globally unique identifier |
Required |
|
| TenantId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"FacilityId": 1,
"DepartmentId": 2,
"ClusterId": 3,
"DashboardId": "3796cb5e-394c-4bf9-847d-9ea6ca3b9293",
"TenantId": "f0e0b38a-dd26-476d-ad38-a8e39b4fc188"
}
Response Information
Resource Description
DepartmentsPerClusterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Departments | Collection of integer |
None. |
|
| IsDuplicateName | boolean |
None. |
|
| Message | string |
None. |
|
| DepartmentPerClusterId | globally unique identifier |
Required |
|
| ClusterId | integer |
Required |
|
| FacilityId | integer |
Required |
|
| DepartmentId | integer |
Required |
|
| TenantId | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| Createdby | string |
Required String length: inclusive between 0 and 50 |
|
| DashboardId | globally unique identifier |
Required |
|
| Cluster | ClusterModel |
None. |
|
| Dashboard | DashboardModel |
None. |
|
| DepartmentFsDept | FsDeptModel |
None. |
|
| FacilityFsFacility | FsFacilityModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.