PUT api/v1/dashboardconfig/departmentsperclusters/{departmentPerClusterId}

Update DepartmentsPerClusterModel by primary key. This is an asynchronous service.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
departmentPerClusterId

globally unique identifier

Required

Body Parameters

UpdateDepartmentPerClusterModel
NameDescriptionTypeAdditional 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": "31af95de-0d19-4745-aa0d-65db6dd4f98e",
  "FacilityId": 1,
  "DepartmentId": 1,
  "ClusterId": 1,
  "DashboardId": "e375c8e8-475b-4723-86ce-7c3719640789",
  "TenantId": "ccdf71d5-bae1-4cca-8e12-412bb80b3103"
}

Response Information

Resource Description

None.