Click or drag to resize

IOperationService.TryGetReserveByExternalId Method

Returns reserve by its external id or null if reserve with specified external id doesn't exist.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReserve TryGetReserveByExternalId(
	Guid externalId
)

Parameters

externalId
Type: System.Guid
Reserve identifier from the external system.

Return Value

Type: IReserve
See Also