Click or drag to resize

IBookingAuthenticateRestWcfServiceOrderInfoXml Method

Uri for this REST service method:
https://appl.easybook.net/booking/xml/{partnerCode}/{consumerId}/order?profileid={profileId}&orderno={orderNo}
Http method: GET
Response body format: Xml

Returns order info.

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[] OrderInfoXml(
	string partnerCode,
	string consumerId,
	string profileId,
	string orderNo
)

Parameters

partnerCode
Type: SystemString

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

consumerId
Type: SystemString

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

profileId
Type: SystemString

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

orderNo
Type: SystemString

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

Return Value

Type: OrderWeb

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

See Also