Click or drag to resize

BookingAuthenticateRestWcfServiceOrderInfoXml Method

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#
public 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.BookingAuthenticateRestWcfService.OrderInfoXml(System.String,System.String,System.String,System.String)"]

consumerId
Type: SystemString

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

profileId
Type: SystemString

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

orderNo
Type: SystemString

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

Return Value

Type: OrderWeb

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

Implements

IBookingAuthenticateRestWcfServiceOrderInfoXml(String, String, String, String)
See Also