Click or drag to resize

BookingAuthenticateRestWcfServiceDeleteOrderJson Method

Returns true if the order is successfully deleted. Otherwise an exception is thrown.

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 bool DeleteOrderJson(
	string partnerCode,
	string consumerId,
	DeleteOrderCriteria crit
)

Parameters

partnerCode
Type: SystemString

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

consumerId
Type: SystemString

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

crit
Type: Tse.EasyBook.Server.DataContractsDeleteOrderCriteria

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

Return Value

Type: Boolean

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

Implements

IBookingAuthenticateRestWcfServiceDeleteOrderJson(String, String, DeleteOrderCriteria)
See Also