Click or drag to resize

IBookingAuthenticateWcfServiceCreateExternalOrder Method

Create an new external order to the existing rental order for a partner with fulfillment, specified in the field OrderAndInvoiceNo

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 CreateExternalOrder(
	CreateExternalOrderCriteria criteria
)

Parameters

criteria
Type: CreateExternalOrderCriteria

[Missing <param name="criteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.CreateExternalOrder(Tse.EasyBook.Server.DataContracts.CreateExternalOrderCriteria)"]

Return Value

Type: OrderWeb

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.CreateExternalOrder(Tse.EasyBook.Server.DataContracts.CreateExternalOrderCriteria)"]

See Also