IBookingAuthenticateWcfServiceSaveCustomerDeparture 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)
Syntaxvoid 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.
See Also