SearchSuggestionsB2C
A controller with functions associated with the B2C's search suggestions.
API | Description |
---|---|
GET api/b2c/searchSuggestions |
Gets a list of search suggestions. |
Cities
A controller with functions associated with the cities.
API | Description |
---|---|
GET api/citiesSimple |
Gets a list of all cities. |
LandmarkDescription
API | Description |
---|---|
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.
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
GET api/excursionPickupPoints?hotelId={hotelId} |
No documentation available. |
GET api/excursionPickupPoints/{id} |
No documentation available. |
GET api/excursionPickupPoints |
No documentation available. |
ExcursionsB2C
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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.
API | Description |
---|---|
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
API | Description |
---|---|
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.
API | Description |
---|---|
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
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/rentalModelsSimple |
Gets a list of all rental models. |
Boardings
A controller with functions associated with the boarding entity.
API | Description |
---|---|
GET api/boardings |
Gets a list of all boardings. |
Orders
API | Description |
---|---|
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
API | Description |
---|---|
GET api/meetingInfo/getByDateBySeller?date={date}&sellerId={sellerId} |
No documentation available. |
POST api/meetingInfo/insert |
No documentation available. |
Customers
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/company/{id}/details |
Gets company details. |
PrefecturesDescription
A controller with functions associated with the prefecture description.
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/proposal/{id} |
Gets a proposal. |
POST api/proposal |
Creates a proposal. |
POST api/proposal/update |
Updates a proposal. |
TransferService
API | Description |
---|---|
GET api/transfer/departurePickupDetail/{id} |
No documentation available. |
GET api/transfer/PickupDetail/{id} |
No documentation available. |
ExcursionsRead
API | Description |
---|---|
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
API | Description |
---|---|
GET api/featuredOffers |
No documentation available. |
POST api/featuredOffers/create |
No documentation available. |
DELETE api/featuredOffers/{id} |
No documentation available. |
CardLinkB2C
API | Description |
---|---|
POST api/b2c/cardlink/hash |
Send a DigestHashRequest to receive the hash in string form |
SubServices
A controller with functions associated with the subService.
API | Description |
---|---|
GET api/subServicesSimple |
Gets a list of all subServices with the absolutely necessary properties. |
ExcursionSupplements
Controller with functionality for excursion supplements
API | Description |
---|---|
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
TransferCarGroupDescription
A controller with functions associated with the transfer car group description.
API | Description |
---|---|
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
API | Description |
---|---|
GET api/meetNgreet/checkForNewVersion?clientVersionCode={clientVersionCode} |
No documentation available. |
GET api/meetNgreet/getNewVersion |
No documentation available. |
TicketsB2C
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/rentalGroupsSimple |
Gets a list of all rental groups. |
AADE
API | Description |
---|---|
POST api/aade/sendInvoice |
No documentation available. |
CountrySpokenLanguages
API | Description |
---|---|
POST api/countries/spokenLanguages/add |
No documentation available. |
POST api/countries/spokenLanguages/remove |
No documentation available. |
Offer
API | Description |
---|---|
GET api/hotels/{hotelId}/offers |
No documentation available. |
PriceCalculation
API | Description |
---|---|
POST api/excursions/calculatePrice |
No documentation available. |
Sales
Countries
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/stateProvincesSimple |
Gets a list of all state-provinces. |
Transaction
API | Description |
---|---|
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.
API | Description |
---|---|
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 .
API | Description |
---|---|
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.
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
POST api/pickupTime |
No documentation available. |
GDPR
API | Description |
---|---|
GET api/gdpr/message |
No documentation available. |
ExcursionsMobile
API | Description |
---|---|
GET api/excursions/{id} |
No documentation available. |
POST api/availableExcursions |
No documentation available. |
POST api/v2/availableExcursions |
No documentation available. |
Places
API | Description |
---|---|
POST api/places |
Gets a list of places. |
CitiesDescription
A controller with functions associated with the city description.
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
GET api/excursionPickupGroups |
No documentation available. |
POST api/excursionPickupGroups |
No documentation available. |
Destinations
API | Description |
---|---|
GET api/destinations |
Get list of destinations |
Markets
A controller with functions associated with the market entity.
API | Description |
---|---|
GET api/markets |
Gets a list of all markets. |
Bookings
API | Description |
---|---|
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.
API | Description |
---|---|
POST api/availablePackageOffers |
Gets a list of all available package offers by sales date and tariff. |
RoomFacilities
Controller for room facilities functions
API | Description |
---|---|
GET api/roomFacilities |
Returns a list of all available room facilities |
HotelSearch
API | Description |
---|---|
GET api/hotels/suggestions?search={search} |
No documentation available. |
SellerTransaction
API | Description |
---|---|
POST api/transactions/seller/{sellerId} |
No documentation available. |
PUT api/transactions/seller/{collectorSellerId} |
No documentation available. |
SaleTypes
API | Description |
---|---|
GET api/excursions/saleTypes |
No documentation available. |
GET api/excursions/saleTypes/{id} |
No documentation available. |
ExcursionTariffs
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/areas/{prefectureId} |
Gets a list of all areas. |
SubServicesDescription
A controller with functions associated with the sub service description.
API | Description |
---|---|
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.
API | Description |
---|---|
POST api/user/authenticate |
Authenticates a user. |
PaymentTransactions
A controller with functions associated with the B2C's payment transactions.
API | Description |
---|---|
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
API | Description |
---|---|
GET api/descriptionDictionary/migrate |
No documentation available. |
StateProvincesDescription
A controller with functions associated with the state-province description.
API | Description |
---|---|
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
ExcursionPickupZones
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/prefecturesSimple |
Gets a list of all prefectures. |
ContractTypes
The controller to handle actions related to contributions
API | Description |
---|---|
GET api/contractTypes |
Gets all contract types. |
ExcursionAvailablePax
API | Description |
---|---|
POST api/excursionAvailablePax |
No documentation available. |
BookingsB2C
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/subServiceCategories |
Gets a list of all subServiceCategories. |
Hotels
API | Description |
---|---|
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.
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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.
API | Description |
---|---|
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.
API | Description |
---|---|
GET api/transferCarGroups |
Gets a list of all transfer car groups. |