IBookingAuthenticateWcfServiceDeleteOrder Method |
Deletes an existing order.
The order may be deleted even if recorded but can not be deleted if status = accepted.
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)
SyntaxOrderWeb DeleteOrder(
DeleteOrderCriteria criteria
)
Parameters
- criteria
- Type: Tse.EasyBook.Server.DataContractsDeleteOrderCriteria
[Missing <param name="criteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.DeleteOrder(Tse.EasyBook.Server.DataContracts.DeleteOrderCriteria)"]
Return Value
Type:
OrderWebThe deleted and credited order. If the order is already credited then the order is simply returned with no changes.
See Also