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
HotelId

integer

None.

NightlyStays

integer

None.

NightlyRooms

integer

None.

LeisureGroupsTotal

integer

None.

LeisureSingleTotal

integer

None.

BusinessGroupTotal

integer

None.

BusinessSingleTotal

integer

None.

Arrivals

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:
{
  "HotelId": 1,
  "NightlyStays": 2,
  "NightlyRooms": 3,
  "LeisureGroupsTotal": 4,
  "LeisureSingleTotal": 5,
  "BusinessGroupTotal": 6,
  "BusinessSingleTotal": 7,
  "Arrivals": 8,
  "Month": 9,
  "Year": 10,
  "Day": 11,
  "IsClosed": true,
  "DailyRegistration": true,
  "DisplayMonhtYear": "11 september 10"
}