Click or drag to resize

IBookingAuthenticateWcfServiceCreateExternalOrderInfo Method

Get order info for the partner with fulfillment rental order and info for creating a new linked external order.

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#
CreateExternalOrderInfoResult CreateExternalOrderInfo(
	string orderAndInvoiceNo,
	string guidString
)

Parameters

orderAndInvoiceNo
Type: SystemString

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

guidString
Type: SystemString

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

Return Value

Type: CreateExternalOrderInfoResult

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

See Also