POST api/v1/Census/updatecensusformanagecensus

Updates the census and dept forecast values (forecast, actual and staff to) for manage census in actionable dashboard (Asynchronous service). This is an asynchronous service.

Request Information

URI Parameters

None.

Body Parameters

Collection of ManageCensusEditModel
NameDescriptionTypeAdditional information
DeptId

integer

None.

StartTime

date

None.

StaffTo

integer

None.

ForecastCensus

decimal number

None.

ActualCensus

integer

None.

Note

string

None.

AveragePatientClassificationRating

decimal number

None.

CensusId

integer

None.

FsDeptForecastCensusID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DeptId": 1,
    "StartTime": "2026-01-02T21:47:03.361057-06:00",
    "StaffTo": 1,
    "ForecastCensus": 1.1,
    "ActualCensus": 1,
    "Note": "sample string 3",
    "AveragePatientClassificationRating": 1.0,
    "CensusId": 4,
    "FsDeptForecastCensusID": "108c453e-73d5-46dd-9eb1-e1ff97aa1e25"
  },
  {
    "DeptId": 1,
    "StartTime": "2026-01-02T21:47:03.361057-06:00",
    "StaffTo": 1,
    "ForecastCensus": 1.1,
    "ActualCensus": 1,
    "Note": "sample string 3",
    "AveragePatientClassificationRating": 1.0,
    "CensusId": 4,
    "FsDeptForecastCensusID": "108c453e-73d5-46dd-9eb1-e1ff97aa1e25"
  }
]

Response Information

Resource Description

ApiResponseModelOfListOfFsCensuModel
NameDescriptionTypeAdditional information
Data

ApiResponseDataModelOfListOfFsCensuModel

None.

Errors

Collection of string

None.

Warnings

Collection of string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.