POST api/v1/Census/UpdateCensusForSummaryPeriod
Updates the department summaries for display for the time interval of daily roster. This is an asynchronous service.
Request Information
URI Parameters
None.
Body Parameters
Collection of FsDailyRosterCensusEditTransferModel| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
[
{
"DeptId": 1,
"StartTime": "2026-01-02T14:26:37.3994153-06:00",
"StaffTo": 1,
"ForecastCensus": 1.1,
"ActualCensus": 1,
"Note": "sample string 3",
"AveragePatientClassificationRating": 1.0,
"CensusId": 4
},
{
"DeptId": 1,
"StartTime": "2026-01-02T14:26:37.3994153-06:00",
"StaffTo": 1,
"ForecastCensus": 1.1,
"ActualCensus": 1,
"Note": "sample string 3",
"AveragePatientClassificationRating": 1.0,
"CensusId": 4
}
]
Response Information
Resource Description
ApiResponseModelOfListOfFsCensuModel| Name | Description | Type | Additional 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.