Click or drag to resize

BookingAuthenticateWcfServiceSaveCustomerDeparture Method

Register customer checkout timestamp, a.k.a. customer departure timestamp.

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 void SaveCustomerDeparture(
	string rentalObjectNo,
	int orderNumber
)

Parameters

rentalObjectNo
Type: SystemString
The rental object in following format: ##-#### where # is number between 0 and 9.
orderNumber
Type: SystemInt32
The order number.

Implements

IBookingAuthenticateWcfServiceSaveCustomerDeparture(String, Int32)
See Also