POST api/v1/Census/getforecastcensus

Get Census Forecast data for multiple departments. This is an asynchronous service.

Request Information

URI Parameters

None.

Body Parameters

ManageCensusRequestModel
NameDescriptionTypeAdditional information
DepartmentIds

Collection of integer

Required

PartOfDayIds

Collection of integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DepartmentIds": [
    1,
    2
  ],
  "PartOfDayIds": [
    1,
    2
  ],
  "StartDateTime": "2026-01-02T12:30:27.5385933-06:00",
  "EndDateTime": "2026-01-02T12:30:27.5385933-06:00"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.