OperationsExtractReservation Method |
Extract Reservation
Namespace: Micros.PosCore.OperaPostingAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic bool ExtractReservation(
Parameter tndParam,
string tmpAccountID,
Operations _operations,
out List<Reservation> reservationList,
out string responseString,
out ErrorCode errorCode,
EntryType entry = EntryType.Manual
)
Parameters
- tndParam Parameter
- tmpAccountID String
- _operations Operations
- reservationList ListReservation
- responseString String
- errorCode ErrorCode
- entry EntryType (Optional)
Return Value
Boolean
See Also