Click or drag to resize

IOperationServiceTryGetReserveByExternalId 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: SystemGuid
Reserve identifier from the external system.

Return Value

Type: IReserve
See Also