Click or drag to resize

IBookingAuthenticateRestWcfServiceDeleteOrderJson Method

Uri for this REST service method:
https://appl.easybook.net/booking/json/{partnerCode}/{consumerId}/order
Http method: DELETE
Response body format: Json

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

Parameters

partnerCode
Type: SystemString

[Missing <param name="partnerCode"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateRestWcfService.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.IBookingAuthenticateRestWcfService.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.IBookingAuthenticateRestWcfService.DeleteOrderJson(System.String,System.String,Tse.EasyBook.Server.DataContracts.DeleteOrderCriteria)"]

Return Value

Type: Boolean

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

See Also