Countries
| API | Description |
|---|---|
| GET api/GetCountriesByHotel?year={year}&month={month}&day={day} |
No documentation available. |
Authentication
| API | Description |
|---|---|
| POST api/ResetPassword |
No documentation available. |
| POST api/ValidateToken?token={token} |
No documentation available. |
| POST api/ResetPasswordMail?email={email} |
No documentation available. |
| POST api/Authentication |
No documentation available. |
Users
| API | Description |
|---|---|
| GET api/GetUserByAdminUser?isActive={isActive} |
No documentation available. |
| GET api/IsSuperUser |
No documentation available. |
| GET api/IsAdmin |
No documentation available. |
| PUT api/Users?userName={userName}&token={token} |
No documentation available. |
| POST api/Users |
No documentation available. |
UserHotels
| API | Description |
|---|---|
| GET api/GetUserHotelByUser?userName={userName} |
No documentation available. |
| PUT api/UserHotels |
No documentation available. |
Capacities
| API | Description |
|---|---|
| GET api/GetCapacitiesBy?year={year}&month={month} |
No documentation available. |
| GET api/GetCapacitiesByYear?year={year} |
No documentation available. |
| PUT api/Capacities |
No documentation available. |
| POST api/Capacities?userName={userName}&token={token} |
No documentation available. |
ClosedMonths
| API | Description |
|---|---|
| DELETE api/DeleteClosedMonth?userName={userName}&token={token} |
No documentation available. |
| POST api/ClosedMonths |
No documentation available. |
Hotels
| API | Description |
|---|---|
| GET api/GetHotelsByUser?isActive={isActive} |
No documentation available. |
| PUT api/Hotels?userName={userName}&token={token} |
No documentation available. |
| POST api/Hotels |
No documentation available. |
| DELETE api/Hotels/{id}?userName={userName}&token={token} |
No documentation available. |
Registrations
| API | Description |
|---|---|
| GET api/GetRegistrationsByHotelAndMonth?year={year}&month={month}&day={day}&readOnly={readOnly} |
No documentation available. |
| GET api/GetTotalRegistration?year={year}&month={month}&day={day}&readOnly={readOnly} |
No documentation available. |
| DELETE api/DeleteRegistration?id={id} |
No documentation available. |
| GET api/Registrations?year={year}&month={month} |
No documentation available. |
| PUT api/Registrations |
No documentation available. |
| POST api/Registrations?hotelId={hotelId} |
No documentation available. |
Years
| API | Description |
|---|---|
| GET api/Years |
No documentation available. |
Token
| API | Description |
|---|---|
| GET api/Token |
No documentation available. |
Benchmark
| API | Description |
|---|---|
| GET api/Benchmark?selectedYear={selectedYear}&hotelName={hotelName}&availableYears[0]={availableYears[0]}&availableYears[1]={availableYears[1]}&areaId={areaId} |
No documentation available. |