Click or drag to resize

BookingAuthenticateRestWcfService Class

See IBookingRestWcfService for details.
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.WcfContracts.WebClientRestWcfBase
    Tse.EasyBook.Server.WcfContracts.WebClientBookingAuthenticateRestWcfService

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class BookingAuthenticateRestWcfService : RestWcfBase, 
	IBookingAuthenticateRestWcfService

The BookingAuthenticateRestWcfService type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAddCustomerCaseJson
Adds a customer case based on the given parameters.
Public methodAddCustomerCaseXml
Adds a customer case based on the given parameters.
Public methodAddCustomerReviewJson
Adds a customer review based on the supplied profile id, order number and list of grades
Public methodAddCustomerReviewXml
Adds a customer review based on the supplied profile id, order number and list of grades
Public methodAddCustomerTipJson
Adds a customer tip based on the supplied criteria.
Public methodAddCustomerTipXml
Adds a customer tip based on the supplied criteria.
Public methodBookingJson
Booking
Public methodBookingXml
Booking
Public methodDac7FieldsOwnerGetJson
Retrieves the DAC7 fields for the specified owner.
Public methodDac7FieldsOwnerGetXml
Retrieves the DAC7 fields for the specified owner.
Public methodDac7FieldsOwnerUpdateJson
Updates the DAC7 fields for the specified owner.
Public methodDac7FieldsOwnerUpdateXml
Updates the DAC7 fields for the specified owner.
Public methodDeleteOrderJson
Returns true if the order is successfully deleted. Otherwise an exception is thrown.
Public methodDeleteOrderXml
Returns true if the order is successfully deleted. Otherwise an exception is thrown.
Public methodGetDocumentation
Get standard help for the operations of this endpoint and interject xml documentation for fields of the dto classes.
(Inherited from RestWcfBase.)
Public methodKeyLocationJson
Returns a list of RentalObjectKeyDeliveryWeb.
Public methodKeyLocationXml
Returns a list of RentalObjectKeyDeliveryWeb.
Public methodOrderInfoArrivalJson
Returns order info.
Public methodOrderInfoArrivalXml
Returns order info.
Public methodOrderInfoJson
Returns order info.
Public methodOrderInfoXml
Returns order info.
Public methodOrderListJson
Returns partner order info.
Public methodOrderListXml
Returns partner order info.
Public methodPriceAuthCsv
Returns a compressed list of RentalObjectPriceWeb.
Public methodPriceAuthCsvHead
Returns a compressed list of RentalObjectPriceWeb.
Public methodPriceAuthJson
Returns a compressed list of RentalObjectPriceWeb.
Public methodPriceAuthJsonHead
Returns a compressed list of RentalObjectPriceWeb.
Public methodPriceAuthXml
Returns a compressed list of RentalObjectPriceWeb.
Public methodPriceAuthXmlHead
Returns a compressed list of RentalObjectPriceWeb.
Public methodPriceRentalObjectAuthJson
Returns a RentalObjectPriceWeb for the specified rental object.
Public methodPriceRentalObjectAuthXml
Returns a RentalObjectPriceWeb for the specified rental object.
Public methodQueueBillwerkPaymentJson
Queue a Billwerk payment webhook callback
Public methodRentalObjectMiscJson
Returns a list of RentalObjectMiscWeb.
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 methodRentalObjectsCustomerReviewsJson
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 methodRentalObjectsCustomerReviewsXml
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 methodUpdateOrderJson
Updates an existing order
Public methodUpdateOrderXml
Updates an existing order
Top
See Also