Click or drag to resize

IBookingAuthenticateRestWcfServiceBookingXml Method

Uri for this REST service method:
https://appl.easybook.net/booking/xml/{partnerCode}/{consumerId}/booking
Http method: POST
Response body format: Xml

Booking

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#
OrderWeb BookingXml(
	string partnerCode,
	string consumerId,
	BookingCriteria crit
)

Parameters

partnerCode
Type: SystemString

[Missing <param name="partnerCode"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.BookingXml(System.String,System.String,Tse.EasyBook.Server.DataContracts.BookingCriteria)"]

consumerId
Type: SystemString

[Missing <param name="consumerId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.BookingXml(System.String,System.String,Tse.EasyBook.Server.DataContracts.BookingCriteria)"]

crit
Type: Tse.EasyBook.Server.DataContractsBookingCriteria

[Missing <param name="crit"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.BookingXml(System.String,System.String,Tse.EasyBook.Server.DataContracts.BookingCriteria)"]

Return Value

Type: OrderWeb

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.BookingXml(System.String,System.String,Tse.EasyBook.Server.DataContracts.BookingCriteria)"]

See Also