Click or drag to resize

OperationsExtractReservation Method

Extract Reservation

Namespace: Micros.PosCore.OperaPosting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public 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