GET api/GetTotalRegistration?year={year}&month={month}&day={day}&readOnly={readOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

integer

Required

month

integer

Required

day

integer

Required

readOnly

boolean

Required

Body Parameters

None.

Response Information

Resource Description

TotalRegistration
NameDescriptionTypeAdditional information
ShelterId

integer

None.

NightlyStays

integer

None.

NightlyRooms

integer

None.

Departures

integer

None.

Arrivals

integer

None.

TotalArrivals

integer

None.

TotalRemaining

integer

None.

Month

integer

None.

Year

integer

None.

Day

integer

None.

IsClosed

boolean

None.

DailyRegistration

boolean

None.

DisplayMonhtYear

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ShelterId": 1,
  "NightlyStays": 2,
  "NightlyRooms": 3,
  "Departures": 4,
  "Arrivals": 5,
  "TotalArrivals": 6,
  "TotalRemaining": 7,
  "Month": 8,
  "Year": 9,
  "Day": 10,
  "IsClosed": true,
  "DailyRegistration": true,
  "DisplayMonhtYear": "10 august 9"
}