Click or drag to resize

OperationsGetReservationObj Method

Get Reservation Object

Namespace: Micros.PosCore.OperaPosting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public List<Reservation> GetReservationObj(
	HttpResponseMessage response,
	ref bool foundAnyResults,
	out string responseString
)

Parameters

response  HttpResponseMessage
foundAnyResults  Boolean
responseString  String

Return Value

ListReservation
See Also