Click or drag to resize

BookingAuthenticateRestWcfServiceOrderInfoArrivalJson 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[] OrderInfoArrivalJson(
	string partnerCode,
	string consumerId,
	string profileId,
	string orderNo,
	string arrivalFromDate,
	string arrivalToDate
)

Parameters

partnerCode
Type: SystemString

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

consumerId
Type: SystemString

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

profileId
Type: SystemString

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

orderNo
Type: SystemString

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

arrivalFromDate
Type: SystemString

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

arrivalToDate
Type: SystemString

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

Return Value

Type: OrderWeb

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

Implements

IBookingAuthenticateRestWcfServiceOrderInfoArrivalJson(String, String, String, String, String, String)
See Also