SearchSuggestionsB2C

A controller with functions associated with the B2C's search suggestions.

APIDescription
GET api/b2c/searchSuggestions

Gets a list of search suggestions.

Cities

A controller with functions associated with the cities.

APIDescription
GET api/citiesSimple

Gets a list of all cities.

LandmarkDescription

APIDescription
PUT api/landmark/{id}/description

Sets the description of an Landmark.

POST api/landmarks

Insert a new Landmark description to database.

GET api/landmarks

Returns the Landmark list.

GET api/city/{cityId}/landmarks

Returns the Landmark list filtered by given city.

GET api/landmark/{id}/description

Gets the description of an Landmark.

SearchResultsB2C

A controller with functions associated with the B2C's search results.

APIDescription
POST api/b2c/excursions/available

Gets a list of available excursions depending on the type of the request (station / excursion) for a default b2c seller

POST api/excursions/available

Gets a list of available excursions depending on the type of the request (station / excursion) for a loggedin seller

ExcursionDescription

APIDescription
GET api/excursion/{id}/description

No documentation available.

GET api/excursion/{id}/description/{languageCode}

No documentation available.

POST api/excursion/descriptions/{languageCode}

No documentation available.

PUT api/excursion/{id}/description

No documentation available.

ExcursionPickupPoints

APIDescription
GET api/excursionPickupPoints?hotelId={hotelId}

No documentation available.

GET api/excursionPickupPoints/{id}

No documentation available.

GET api/excursionPickupPoints

No documentation available.

ExcursionsB2C

APIDescription
POST api/b2c/excursions/available_v1

Gets a list of excursions.

POST api/b2c/excursion/{id}/dates

Gets a list of available dates and capacity.

GET api/b2c/excursion/{id}/pickupPoints?hotelId={hotelId}&pickupPointId={pickupPointId}

No documentation available.

POST api/b2c/excursion/price

Gets a list of pickup points.

GET api/b2c/excursion/{id}/description

Returns an excursion description (all languages)

POST api/b2c/excursions/featured

Gets a list of featured excursions.

POST api/b2c/excursions/scheduleLanguages

Gets a list of schedule languages.

POST api/b2c/excursion/datesPerLanguage

Gets a list of available dates and capacity per language.

GET api/b2c/excursion/{id}/hotels

Gets a list of hotels by excursion station id.

POST api/excursions/applyCoupon

Gets a list of coupon discounts per requested excursion.

POST api/excursion/datesPerLanguage

Gets a list of available dates and capacity per language.

Seller

APIDescription
GET api/seller?username={username}&password={password}

No documentation available.

POST api/seller/language

No documentation available.

GET api/seller/languages?sellerId={sellerId}

No documentation available.

GET api/seller/{sellerId}/availableTicketBySupplier/{supplierId}

No documentation available.

POST api/seller/language/default

No documentation available.

POST api/sellerByTicket

No documentation available.

GET api/sellers

No documentation available.

Clients

APIDescription
GET api/clientDetailsBySellerDate?sellerId={sellerId}&dateType={dateType}&date={date}

No documentation available.

GET api/clientDetailsBySellerDepartureDate?sellerId={sellerId}&date={date}

No documentation available.

GET api/clientDetailsBySellerStayDate?sellerId={sellerId}&date={date}

No documentation available.

GET api/clientDetailsBySellerArrivalDate?sellerId={sellerId}&date={date}

No documentation available.

ExcursionDescriptionMigration

APIDescription
GET api/package/description/migrate

No documentation available.

GET api/excursion/description/migrate

No documentation available.

GET api/excursion/description/migrate/{id}

No documentation available.

RoomDescription

A controller with functions associated with the room description.

APIDescription
GET api/room/{id}/description

Gets the description of a room.

POST api/room/descriptions/{languageCode}

No documentation available.

POST api/room/descriptions

No documentation available.

GET api/room/dictionary

Gets the room dictionary.

PUT api/room/{id}/description

Sets the description of a room.

HotelContracts

The controller to handle actions related to Hotel Contracts

APIDescription
POST api/importHotelContract

Imports a contract into the system.

POST api/importSupplierRemarks

Imports supplier remarks from mobile contracting.

DescriptionDictionary

A controller with functions associated with the description dictionary.

APIDescription
GET api/descriptionDictionary/CategoryTypes

Gets the description dictionary category types.

GET api/descriptionDictionary/Category/{type}/{name}

Gets a description dictionary category.

PUT api/descriptionDictionary/Category

Sets a description dictionary category.

GET api/descriptionDictionary/Category/{type}/{name}/{id}

Gets a description dictionary category item.

PUT api/descriptionDictionary/Category/{type}/{name}/{id}

Updates a description dictionary category item.

POST api/descriptionDictionary/Category/{type}/{name}

No documentation available.

POST api/descriptionDictionary/Category/{type}

No documentation available.

POST api/descriptionDictionary/SubCategory/{type}/{name}

No documentation available.

Languages

APIDescription
GET api/languages

No documentation available.

GET api/languages/{id}

No documentation available.

POST api/languages

No documentation available.

RentalModel

A controller with functions associated with the rental model.

APIDescription
GET api/rentalModelsSimple

Gets a list of all rental models.

Boardings

A controller with functions associated with the boarding entity.

APIDescription
GET api/boardings

Gets a list of all boardings.

Orders

APIDescription
GET api/getOrdersByOrderDate?date={date}&sellerId={sellerId}

No documentation available.

POST api/orders/hotels

No documentation available.

POST api/WorkingOrders/Upload

No documentation available.

GET api/getWorkingOrderGroupsByDate/station/{stationId}?date={date}

No documentation available.

GET api/getWorkingOrdersByWorkinggroupdId?groupdId={groupdId}

No documentation available.

GET api/getBusesByGroups

No documentation available.

MeetingInfoParticipants

APIDescription
GET api/meetingInfo/getByDateBySeller?date={date}&sellerId={sellerId}

No documentation available.

POST api/meetingInfo/insert

No documentation available.

Customers

APIDescription
GET api/customers

No documentation available.

GET api/customersExport

No documentation available.

GET api/customerExport/{id}

No documentation available.

GET api/customersExport/byLastModificationPeriod/{from}/{to}

No documentation available.

GET api/customers/{id}

No documentation available.

GET api/customersBySeller/{id}

No documentation available.

Android

APIDescription
GET api/androidApp/checkForNewVersion?clientVersionCode={clientVersionCode}

No documentation available.

GET api/androidApp/getNewVersion

No documentation available.

GET api/androidApp/update?clientVersionCode={clientVersionCode}

No documentation available.

Excursions

APIDescription
GET api/excursions/simple/list

Returns a list of excursion object with a simple structure of Id and Name

GET api/packages/list

Returns a list of package object with a simple structure of Id and Name

POST api/excursions/availability

Gets a list of available excursions for a seller

GET api/excursions/nextexcursiondate

Replies with next available excursion date, based on application configuration

GET api/excursions

No documentation available.

GET api/excursion/{id}

No documentation available.

GET api/excursions/byLastModificationPeriod/{from}/{to}

No documentation available.

GET api/excursions/byTypeId/{typeId}

No documentation available.

FeaturedPackages

APIDescription
GET api/featuredPackages

No documentation available.

POST api/featuredPackages/create

No documentation available.

PUT api/featuredPackages/{id}/update

No documentation available.

DELETE api/featuredPackages/{id}

No documentation available.

Ticket

APIDescription
GET api/seller/{id}/liquidation

No documentation available.

POST api/seller/{id}/liquidation

No documentation available.

GET api/seller/{sellerId}/tickets/free

No documentation available.

POST api/seller/tickets/free

No documentation available.

Company

A controller with functions associated with a company entity.

APIDescription
GET api/company/{id}/details

Gets company details.

PrefecturesDescription

A controller with functions associated with the prefecture description.

APIDescription
GET api/prefecture/{id}/description

Gets the description of a prefecture.

POST api/prefecture/descriptions/{languageCode}

Gets the descriptions of prefectures by language

PUT api/prefecture/{id}/description

Sets the description of a prefecture.

Proposals

A controller with functions associated with the proposal.

APIDescription
GET api/proposal/{id}

Gets a proposal.

POST api/proposal

Creates a proposal.

POST api/proposal/update

Updates a proposal.

TransferService

APIDescription
GET api/transfer/departurePickupDetail/{id}

No documentation available.

GET api/transfer/PickupDetail/{id}

No documentation available.

ExcursionsRead

APIDescription
GET api/operations/excursions/{id}

No documentation available.

GET api/excursionsList

No documentation available.

POST api/Kendo/excursionsList

No documentation available.

POST api/DevExpress/excursionsList

No documentation available.

GET api/jqxGrid/excursionsList

No documentation available.

GET api/excursions/edit/{id}

No documentation available.

FeaturedOffers

APIDescription
GET api/featuredOffers

No documentation available.

POST api/featuredOffers/create

No documentation available.

DELETE api/featuredOffers/{id}

No documentation available.

CardLinkB2C

APIDescription
POST api/b2c/cardlink/hash

Send a DigestHashRequest to receive the hash in string form

SubServices

A controller with functions associated with the subService.

APIDescription
GET api/subServicesSimple

Gets a list of all subServices with the absolutely necessary properties.

ExcursionSupplements

Controller with functionality for excursion supplements

APIDescription
POST api/excursions/supplements

Gets all valid supplements for a specific excursion at a specific date

POST api/excursions/multiday/supplements

Gets all valid supplements for a specific multiday excursion at a specific date

Reports

APIDescription
GET api/ExcursionVoucherReport?salesId={salesId}&fileType={fileType}&displayVoucherTitle={displayVoucherTitle}

No documentation available.

GET api/SalesListReportByExcursionDate?sellerId={sellerId}&dateFrom={dateFrom}&dateTo={dateTo}&fileType={fileType}

No documentation available.

GET api/SalesListReportBySalesDate?sellerId={sellerId}&dateFrom={dateFrom}&dateTo={dateTo}&fileType={fileType}

No documentation available.

GET api/SalesListReportByExcursionDateByHotel?sellerId={sellerId}&hotelId={hotelId}&dateFrom={dateFrom}&dateTo={dateTo}&fileType={fileType}

No documentation available.

GET api/SalesListReportBySalesDateByHotel?sellerId={sellerId}&hotelId={hotelId}&dateFrom={dateFrom}&dateTo={dateTo}&fileType={fileType}

No documentation available.

GET api/TransferListReportByDateBySeller?sellerId={sellerId}&transferDate={transferDate}&inBetween={inBetween}&Type={Type}

No documentation available.

GET api/reports/layouts?controlId={controlId}

Serves reports layouts in json.

POST api/reports/TransferHotelCheckList

Serves a file report for requested transfers.

TransferCarGroupDescription

A controller with functions associated with the transfer car group description.

APIDescription
GET api/transferCarGroup/{id}/description

Gets the description of a transfer car group.

PUT api/transferCarGroup/{id}/description

Sets the description of a transfer car group.

MeetNGreetApp

APIDescription
GET api/meetNgreet/checkForNewVersion?clientVersionCode={clientVersionCode}

No documentation available.

GET api/meetNgreet/getNewVersion

No documentation available.

TicketsB2C

APIDescription
GET api/b2c/excursion/tickets/available

Returns a list of tickets available to the seller

GET api/b2c/excursion/ticket

Returns a Ticket by UniqueIdentifier (Series, Number and SupplierId)

LocationDescriptionMigration

APIDescription
GET api/stateProvince/description/migrate

No documentation available.

GET api/stateProvince/description/migrate/{id}

No documentation available.

GET api/prefecture/description/migrate

No documentation available.

GET api/prefecture/description/migrate/{id}

No documentation available.

GET api/city/description/migrate

No documentation available.

GET api/city/description/migrate/{id}

No documentation available.

Contributions

The controller to handle actions related to contributions

APIDescription
GET api/contributionTypes

Gets all contribution types.

GET api/contributionSubTypes

Gets all contribution sub types.

RentalGroup

A controller with functions associated with the rental group.

APIDescription
GET api/rentalGroupsSimple

Gets a list of all rental groups.

AADE

APIDescription
POST api/aade/sendInvoice

No documentation available.

CountrySpokenLanguages

APIDescription
POST api/countries/spokenLanguages/add

No documentation available.

POST api/countries/spokenLanguages/remove

No documentation available.

Offer

APIDescription
GET api/hotels/{hotelId}/offers

No documentation available.

PriceCalculation

APIDescription
POST api/excursions/calculatePrice

No documentation available.

Sales

APIDescription
GET api/sales/cancel/{id}

Imports a collection of excursion sales into the system. All sales must be valid or else none of them will be imported.

POST api/makeSale

No documentation available.

GET api/TestEmail

No documentation available.

POST api/seller/{id}/sales

No documentation available.

GET api/seller/{id}/sales?showCancelled={showCancelled}

No documentation available.

GET api/seller/{id}/salesBySaleDates?dateFrom={dateFrom}&dateTo={dateTo}

No documentation available.

GET api/seller/{id}/salesByExcursionDates?dateFrom={dateFrom}&dateTo={dateTo}

No documentation available.

GET api/seller/{id}/salesByDate?date={date}&showCancelled={showCancelled}

No documentation available.

GET api/sales/{id}

No documentation available.

GET api/cancelledSales/{id}

No documentation available.

GET api/seller/{id}/salesdetailsByDate?date={date}&showCancelled={showCancelled}

No documentation available.

GET api/prebookedSalesByDate?date={date}

No documentation available.

POST api/importSales

No documentation available.

POST api/saleByTicket

No documentation available.

GET api/sales?ticketRemarks={ticketRemarks}

No documentation available.

PUT api/sales/{saleId}/printStatus

No documentation available.

GET api/sales/taxresults/{saleId}

No documentation available.

Countries

APIDescription
GET api/countries

No documentation available.

GET api/countries/{id}

No documentation available.

POST api/countries

No documentation available.

PUT api/countries/{id}

No documentation available.

DELETE api/countries/{id}

No documentation available.

CyberBusServices

APIDescription
POST api/cyberbus/availableExcursions

No documentation available.

GET api/cyberbus/pickupPoints

No documentation available.

GET api/cyberbus/validSales

No documentation available.

POST api/cyberbus/excursiontransactions/checkIn

No documentation available.

FeaturedHotels

APIDescription
GET api/featuredHotels

No documentation available.

POST api/featuredHotels/create

No documentation available.

PUT api/featuredHotels/{id}/update

No documentation available.

DELETE api/featuredHotels/{id}

No documentation available.

StateProvinces

A controller with functions associated with the state-provinces.

APIDescription
GET api/stateProvincesSimple

Gets a list of all state-provinces.

Transaction

APIDescription
POST api/transfers/transactions/update/CheckedIn

No documentation available.

POST api/transfers/transactions/update/Uncheck

No documentation available.

POST api/transfers/transactions/checkin

No documentation available.

POST api/transfers/transactions/uncheck

No documentation available.

GET api/transfers/transactions/status/{status}?date={date}

No documentation available.

GET api/Tsp_Orders

No documentation available.

GET api/Tsp_Order/{ID}

No documentation available.

GET api/Tsp_Orders/byLastModificationPeriod/{from}/{to}

No documentation available.

GET api/Tsp_Orders/byTypeId/{typeId}

No documentation available.

RentalGroupDescription

A controller with functions associated with the rental group description.

APIDescription
GET api/rentalGroup/{id}/description

Gets the description of a rental group.

POST api/rentalGroup/descriptions/{languageCode}

Gets the description of a rental group.

PUT api/rentalGroup/{id}/description

Sets the description of a rental group.

SupplierDescription

A controller with functions associated with the supplier description test t4stta tas .

APIDescription
GET api/supplier/{id}/description

No documentation available.

PUT api/supplier/{id}/description

No documentation available.

HotelsDescription

A controller with functions associated with the hotel description.

APIDescription
GET api/hotel/{id}/description

Gets the description of a hotel.

GET api/hotel/dictionary

Gets the hotel dictionary.

POST api/hotel/search/descriptions/{languageCode}

Gets a collection of hotel search descriptions.

PUT api/hotel/{id}/description

Sets the description of a hotel.

FeaturedExcursions

APIDescription
GET api/featuredExcursions

No documentation available.

POST api/featuredExcursions/create

No documentation available.

PUT api/featuredExcursions/{id}/update

No documentation available.

DELETE api/featuredExcursions/{id}

No documentation available.

PickupTimes

APIDescription
POST api/pickupTime

No documentation available.

GDPR

APIDescription
GET api/gdpr/message

No documentation available.

ExcursionsMobile

APIDescription
GET api/excursions/{id}

No documentation available.

POST api/availableExcursions

No documentation available.

POST api/v2/availableExcursions

No documentation available.

Places

APIDescription
POST api/places

Gets a list of places.

CitiesDescription

A controller with functions associated with the city description.

APIDescription
GET api/city/{id}/description

Gets the description of a city.

POST api/city/descriptions/{languageCode}

Gets the descriptions of cities by language

PUT api/city/{id}/description

Sets the description of a city.

HotelDescriptionMigration

APIDescription
GET api/hotel/description/migrate

No documentation available.

GET api/hotel/description/migrate/{id}

No documentation available.

GET api/hotel/rooms/description/migrate

No documentation available.

GET api/hotel/description/mongo/migration

Migration script of the previous mongo version schema.

ExcursionPickupGroups

APIDescription
GET api/excursionPickupGroups

No documentation available.

POST api/excursionPickupGroups

No documentation available.

Destinations

APIDescription
GET api/destinations

Get list of destinations

Markets

A controller with functions associated with the market entity.

APIDescription
GET api/markets

Gets a list of all markets.

Bookings

APIDescription
GET api/bookings?hotelId={hotelId}&stayDate={stayDate}

No documentation available.

GET api/bookingsBySeller?hotelId={hotelId}&stayDate={stayDate}&sellerId={sellerId}

No documentation available.

GET api/bookings/{id}

No documentation available.

GET api/bookings/{id}/contactinfo

No documentation available.

GET api/bookings/{encodedString}/itinerary

Gets a booking with itinerary 64 encoding based.

GET api/booking/encode/{fileNumber}

No documentation available.

PUT api/bookings/contactInformation

Sets booking contact information.

POST api/bookingsByOrdersByFlight

No documentation available.

GET api/reservations

No documentation available.

GET api/reservation/{id}

No documentation available.

GET api/reservations/byLastModificationPeriod/{from}/{to}

No documentation available.

GET api/customerPayments/{id}

No documentation available.

GET api/reservationHeader/{id}

No documentation available.

GET api/reservationLines/{id}

No documentation available.

Offers

A controller with functions associated with the excursion offers.

APIDescription
POST api/availablePackageOffers

Gets a list of all available package offers by sales date and tariff.

RoomFacilities

Controller for room facilities functions

APIDescription
GET api/roomFacilities

Returns a list of all available room facilities

HotelSearch

APIDescription
GET api/hotels/suggestions?search={search}

No documentation available.

SellerTransaction

APIDescription
POST api/transactions/seller/{sellerId}

No documentation available.

PUT api/transactions/seller/{collectorSellerId}

No documentation available.

SaleTypes

APIDescription
GET api/excursions/saleTypes

No documentation available.

GET api/excursions/saleTypes/{id}

No documentation available.

ExcursionTariffs

APIDescription
GET api/excursions/tariffs

No documentation available.

GET api/excursions/sellerTariffs/{id}

No documentation available.

GET api/excursions/tariffs/{id}

No documentation available.

Area

A controller with functions associated with the areas.

APIDescription
GET api/areas/{prefectureId}

Gets a list of all areas.

SubServicesDescription

A controller with functions associated with the sub service description.

APIDescription
GET api/subService/{id}/description

Gets the description of a sub service.

PUT api/subService/{id}/description

Sets the description of a sub service.

Users

A controller with functions associated with a user entity.

APIDescription
POST api/user/authenticate

Authenticates a user.

PaymentTransactions

A controller with functions associated with the B2C's payment transactions.

APIDescription
POST api/b2c/paymentTransaction/confirm

Updates transaction's status and reference.

POST api/b2c/paymentTransaction/cancel

Cancels a transaction and its sales.

POST api/b2c/paymentTransaction/cancelEurobank

Cancels a transaction and its sales.

POST api/b2c/paymentTransaction/confirmPaypal

Updates transaction's status and reference from Paypal.

POST api/b2c/paymentTransaction/confirmEurobank

Confirms a transaction.

DescriptionDictionaryMigration

APIDescription
GET api/descriptionDictionary/migrate

No documentation available.

StateProvincesDescription

A controller with functions associated with the state-province description.

APIDescription
GET api/stateProvince/{id}/description

Gets the description of a state-province.

POST api/stateProvince/descriptions/{languageCode}

Gets the descriptions of state provinces by language

PUT api/stateProvince/{id}/description

Sets the description of a state-province.

HealthAndSafety

APIDescription
POST api/healthAndSafety/{mode}/save

Saves a Health and Safety form

POST api/healthAndSafety/{mode}/update

Updates a Health and Safety form

GET api/healthAndSafety/invalidateForm/{id}

Sets the EndDate of the specified form to be today (rendering the form inactive)

GET api/healthAndSafety/autofillForm/source/{sourceFormID}/mapping/{mappingID}

No documentation available.

GET api/healthAndSafety/{mode}/getAll

Get a list of all Health and Safety forms

GET api/healthAndSafety/getTemplate/{id}

Get the template with the specified id

GET api/healthAndSafety/getForm/{formID}

Get the specified form

GET api/healthAndSafety/getHotelForms/{hotelID}

Get all forms for the specified hotel

GET api/healthAndSafety/getHotelLogs/{hotelID}

Returs the logs for the specified hotel

DELETE api/healthAndSafety/{mode}/delete/{formID}

Deletes a Health and Safety form

GET api/healthAndSafety/{mode}/generatePDF/{formID}

Returns a pdf file of the specified form

GET api/healthAndSafety/generateAytoFilledPDF/source/{sourceFormID}/mapping/{mappingID}

No documentation available.

POST api/healthAndSafety/templateMappings/insert

Inserts a template mapping into the mongo database

POST api/healthAndSafety/templateMappings/update

Update a template mapping

DELETE api/healthAndSafety/templateMappings/delete/{mappingID}

Delete the template mapping with the specified id

GET api/healthAndSafety/templateMappings/get/{mode}/{templateID}

Returns all mappings that have the specified templateID as a target or a source depending on the mode

GET api/healthAndSafety/hotelreport

No documentation available.

ExcursionPickupZones

APIDescription
GET api/excursionPickupZones

No documentation available.

GET api/excursionPickupZones/{id}

No documentation available.

POST api/excursionPickupZones

No documentation available.

PUT api/excursionPickupZones/{id}

No documentation available.

DELETE api/excursionPickupZones/{id}

No documentation available.

Prefectures

A controller with functions associated with the prefectures.

APIDescription
GET api/prefecturesSimple

Gets a list of all prefectures.

ContractTypes

The controller to handle actions related to contributions

APIDescription
GET api/contractTypes

Gets all contract types.

ExcursionAvailablePax

APIDescription
POST api/excursionAvailablePax

No documentation available.

BookingsB2C

APIDescription
POST api/b2c/bookings/sales/new

Imports a collection of excursion sales into the system. All sales must be valid or else none of them will be imported.

POST api/bookings/sales/new

Imports a collection of excursion sales into the system. All sales must be valid or else none of them will be imported.

POST api/bookings/sales/import

Imports a collection of excursion sales into the system. The transaction scope is per sale.

POST api/bookings/sales/confirm

Confirms excursion sales if payed with creditcard.

SubServiceCategories

A controller with functions associated with the subServiceCategory.

APIDescription
GET api/subServiceCategories

Gets a list of all subServiceCategories.

Hotels

APIDescription
GET api/hotels

No documentation available.

GET api/hotel/{id}

No documentation available.

GET api/hotels/bySupplierId/{supplierId}

No documentation available.

GET api/hotels/byLastModificationPeriod/{from}/{to}

No documentation available.

GET api/hotelsByExistingServices

No documentation available.

GET api/seller/{id}/hotels

No documentation available.

GET api/prefecture/{prefectureId}/hotels

No documentation available.

GET api/area/hotels

No documentation available.

GET api/supplier/{supplierId}/hotels

No documentation available.

GET api/hotelsSimple

No documentation available.

GET api/hotelTypes

No documentation available.

GET api/hotel/officialRatings

No documentation available.

RentalModelDescription

A controller with functions associated with the rental model description.

APIDescription
GET api/rentalModel/{id}/description

Gets the description of a rental model.

PUT api/rentalModel/{id}/description

Sets the description of a rental model.

Suppliers

APIDescription
GET api/organizers

No documentation available.

GET api/ticketSupplierMobilePrint/{id}

No documentation available.

GET api/suppliers

No documentation available.

GET api/vendors

No documentation available.

GET api/vendor/{id}

No documentation available.

GET api/vendors/byLastModificationPeriod/{from}/{to}

No documentation available.

GET api/supplier/{id}/details

No documentation available.

Room

APIDescription
GET api/roomNames

No documentation available.

POST api/roomsByHotels

Returns a list of rooms by hotel from mongodb

POST api/roomsByHotels_v2

Returns a list of rooms by hotel from suitedb

EmailB2C

A controller with functions associated with the B2C's emails.

APIDescription
POST api/b2c/email/send

Sends an email b2c

POST api/seller/email/send

Sends an email

TransferCarGroup

A controller with functions associated with the transfer car group.

APIDescription
GET api/transferCarGroups

Gets a list of all transfer car groups.