Click or drag to resize

IBookingAuthenticateWcfService Methods

The IBookingAuthenticateWcfService type exposes the following members.

Methods
  NameDescription
Public methodAddCustomerCase
Add a new case related to a customer.
Public methodAddCustomerReview
Add a new customer review
Public methodAddCustomerTip
Create a new tip submitted by a customer.
Public methodArticlesExternalOrder
Get list of all articles for the supplied rental object in the currency.
Public methodAttractions
Get list of all attractions for the supplied rental object in the currency. If an origin and max distance are supplied only those attractions that are within range are returned
Public methodAvailabilityAuth
Get availability information about a rental object.
Public methodBooking
Performs a booking on a specific rental object for a specific date interval. All prices and additional purchased articles will be recalculated and a finished OrderWeb is returned if successful.
Public methodCreateExternalOrder
Create an new external order to the existing rental order for a partner with fulfillment, specified in the field OrderAndInvoiceNo
Public methodCreateExternalOrderInfo
Get order info for the partner with fulfillment rental order and info for creating a new linked external order.
Public methodDeleteOrder
Deletes an existing order. The order may be deleted even if recorded but can not be deleted if status = accepted.
Public methodDetailsAuth
Get detailed information about a rental object and vacancy.
Public methodGetCustomerDocument
Returns one or more base 64 encoded documents based on the supplied correspondence ID.
Public methodGetEmployee
Returns employee details based on the supplied login info.
Public methodOrderConfirm
Confirm a FormOfPayment=CustomerCredit Order
Public methodOrderInfo
Get Order(s) for a customer
Public methodOrderInfoArrival
Get Order(s) for a customer and possible limit the orders returned on arrival date.
Public methodOrderList
Get results for a search for partner orders according the the criteria object.
Public methodPaymentTypes
The form of payments which can be used to to pay a booking with. Also contains a list of allowed currencies for each payment type
Public methodPriceRentalObject
Returns a RentalObjectPriceWeb for the specified rental object.
Public methodRentalObjectsCustomerReviews
Get customer reviews matching the criteria and across the selected rental objects. Please note, this method can maximum return data for 200 rental objects per call. If this maximum is exceeded a FaultException with error code NumberOfMaxRentalObjectsExceeded will be returned. If so, please reduce the number of matching rental objects by adjusting the criteria.
Public methodRentalObjectsKeyLocations
Returns a list of RentalObjectPriceWeb containing price data for the matching rental objects.
Public methodSaveCustomerDeparture
Register customer checkout timestamp, a.k.a. customer departure timestamp.
Public methodSearchCustomerReviews
Search for customer reviews according to the search criteria passed in
Public methodSearchCustomers
Search for customers based on a large amount of different (mutually exclusive) search criterias
Public methodSearchTips
Search for tips according to the search criteria passed in.
Public methodUpdateCustomer
Retrieves an existing customer based on the supplied customer profile ID or updates an existing customer.
Public methodUpdateOrder
Updates an existing order
Public methodUpdateOrderPayment
Updates an existing order with an authorized but not captured online payment Capturing occurs on the due date.
Top
See Also